From 79844ebb4b48b457ddba1e54034df182acb6c7cc Mon Sep 17 00:00:00 2001
From: Azure PowerShell
<65331932+azure-powershell-bot@users.noreply.github.com>
Date: Wed, 7 Jan 2026 14:27:20 +1100
Subject: [PATCH 1/3] [skip ci] Archive Schedule (#29028)
---
.../Properties/AssemblyInfo.cs | 30 +++++++++----------
.../New-AzMLWorkspaceCommandJobObject.ps1 | 2 +-
.../New-AzMLWorkspacePipelineJobObject.ps1 | 2 +-
.../exports/ProxyCmdletDefinitions.ps1 | 4 +--
.../generate-info.json | 2 +-
.../GetAzMLWorkspaceConnectionSecret_List.cs | 1 +
.../cmdlets/GetAzMLWorkspaceConnection_Get.cs | 1 +
...tAzMLWorkspaceConnection_GetViaIdentity.cs | 1 +
.../GetAzMLWorkspaceConnection_List.cs | 1 +
.../GetAzMLWorkspaceDatastoreSecret_List.cs | 1 +
.../cmdlets/GetAzMLWorkspaceDatastore_Get.cs | 1 +
...etAzMLWorkspaceDatastore_GetViaIdentity.cs | 1 +
.../cmdlets/GetAzMLWorkspaceDatastore_List.cs | 1 +
.../cmdlets/GetAzMLWorkspaceJob_Get.cs | 1 +
.../GetAzMLWorkspaceJob_GetViaIdentity.cs | 1 +
.../cmdlets/GetAzMLWorkspaceJob_List.cs | 1 +
...orkspaceOnlineDeploymentLog_GetExpanded.cs | 1 +
...etAzMLWorkspaceOnlineDeploymentSku_List.cs | 1 +
.../GetAzMLWorkspaceOnlineDeployment_Get.cs | 1 +
...orkspaceOnlineDeployment_GetViaIdentity.cs | 1 +
.../GetAzMLWorkspaceOnlineDeployment_List.cs | 1 +
...eOutboundNetworkDependencyEndpoint_List.cs | 1 +
.../generated/cmdlets/GetAzMLWorkspace_Get.cs | 1 +
.../GetAzMLWorkspace_GetViaIdentity.cs | 1 +
.../cmdlets/GetAzMLWorkspace_List.cs | 1 +
.../cmdlets/GetAzMLWorkspace_List1.cs | 1 +
...eAzMLWorkspaceDiagnose_DiagnoseExpanded.cs | 1 +
...aceDiagnose_DiagnoseViaIdentityExpanded.cs | 1 +
...MLWorkspaceBatchEndpoint_CreateExpanded.cs | 1 +
.../NewAzMLWorkspaceCompute_CreateExpanded.cs | 1 +
...wAzMLWorkspaceConnection_CreateExpanded.cs | 1 +
.../NewAzMLWorkspaceJob_CreateExpanded.cs | 1 +
...orkspaceOnlineDeployment_CreateExpanded.cs | 1 +
...aceOnlineEndpointKey_RegenerateExpanded.cs | 1 +
...LWorkspaceOnlineEndpoint_CreateExpanded.cs | 1 +
.../NewAzMLWorkspace_CreateExpanded.cs | 1 +
...MLWorkspaceBatchEndpoint_UpdateExpanded.cs | 1 +
...BatchEndpoint_UpdateViaIdentityExpanded.cs | 1 +
...dateAzMLWorkspaceCompute_UpdateExpanded.cs | 1 +
...kspaceCompute_UpdateViaIdentityExpanded.cs | 1 +
...orkspaceOnlineDeployment_UpdateExpanded.cs | 1 +
...ineDeployment_UpdateViaIdentityExpanded.cs | 1 +
...LWorkspaceOnlineEndpoint_UpdateExpanded.cs | 1 +
...nlineEndpoint_UpdateViaIdentityExpanded.cs | 1 +
.../UpdateAzMLWorkspace_UpdateExpanded.cs | 1 +
...AzMLWorkspace_UpdateViaIdentityExpanded.cs | 1 +
.../resources/README.md | 11 +++++++
47 files changed, 72 insertions(+), 20 deletions(-)
create mode 100644 generated/MachineLearningServices/MachineLearningServices.Autorest/resources/README.md
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/Properties/AssemblyInfo.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/Properties/AssemblyInfo.cs
index c31ea4f21693..23afd412718f 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/Properties/AssemblyInfo.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/Properties/AssemblyInfo.cs
@@ -1,28 +1,28 @@
-// ----------------------------------------------------------------------------------
-//
-// Copyright Microsoft Corporation
-// Licensed under the Apache License, Version 2.0 (the "License");
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the Apache License, Version 2.0 (the ""License"");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
+// distributed under the License is distributed on an ""AS IS"" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
-// ----------------------------------------------------------------------------------
+// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
+// is regenerated.
using System;
using System.Reflection;
+using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
-[assembly: AssemblyTitle("Microsoft Azure Powershell - MachineLearningServices")]
-[assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)]
-[assembly: AssemblyProduct(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyProduct)]
-[assembly: AssemblyCopyright(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCopyright)]
+[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
+[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
+[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
+[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - MachineLearningServices")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.2.0")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.2.0")]
+[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
+[assembly: System.CLSCompliantAttribute(false)]
+
-[assembly: ComVisible(false)]
-[assembly: CLSCompliant(false)]
-[assembly: Guid("7918f051-cc1c-4040-84f4-97c728c20302")]
-[assembly: AssemblyVersion("1.2.0")]
-[assembly: AssemblyFileVersion("1.2.0")]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/exports/New-AzMLWorkspaceCommandJobObject.ps1 b/generated/MachineLearningServices/MachineLearningServices.Autorest/exports/New-AzMLWorkspaceCommandJobObject.ps1
index 7574bca7ab1b..62dc4107232a 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/exports/New-AzMLWorkspaceCommandJobObject.ps1
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/exports/New-AzMLWorkspaceCommandJobObject.ps1
@@ -20,7 +20,7 @@ Create an in-memory object for CommandJob.
.Description
Create an in-memory object for CommandJob.
.Example
-# You can use following commands to create job input or job oupt as vaule pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject
+# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject
# New-AzMLWorkspaceCustomModelJobInputObject
# New-AzMLWorkspaceCustomModelJobOutputObject
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/exports/New-AzMLWorkspacePipelineJobObject.ps1 b/generated/MachineLearningServices/MachineLearningServices.Autorest/exports/New-AzMLWorkspacePipelineJobObject.ps1
index 4d7c6db41ffa..cc270a8b38bc 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/exports/New-AzMLWorkspacePipelineJobObject.ps1
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/exports/New-AzMLWorkspacePipelineJobObject.ps1
@@ -20,7 +20,7 @@ Create an in-memory object for PipelineJob.
.Description
Create an in-memory object for PipelineJob.
.Example
-# You can use following commands to create job input or job oupt as vaule pass to JobInput or JobOutput parameter of the New-AzMLWorkspacePipelineJobObject
+# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspacePipelineJobObject
# New-AzMLWorkspaceCustomModelJobInputObject
# New-AzMLWorkspaceCustomModelJobOutputObject
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/exports/ProxyCmdletDefinitions.ps1 b/generated/MachineLearningServices/MachineLearningServices.Autorest/exports/ProxyCmdletDefinitions.ps1
index 2f929ce3d151..3b47834c61da 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/exports/ProxyCmdletDefinitions.ps1
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/exports/ProxyCmdletDefinitions.ps1
@@ -21016,7 +21016,7 @@ Create an in-memory object for CommandJob.
.Description
Create an in-memory object for CommandJob.
.Example
-# You can use following commands to create job input or job oupt as vaule pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject
+# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject
# New-AzMLWorkspaceCustomModelJobInputObject
# New-AzMLWorkspaceCustomModelJobOutputObject
@@ -26104,7 +26104,7 @@ Create an in-memory object for PipelineJob.
.Description
Create an in-memory object for PipelineJob.
.Example
-# You can use following commands to create job input or job oupt as vaule pass to JobInput or JobOutput parameter of the New-AzMLWorkspacePipelineJobObject
+# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspacePipelineJobObject
# New-AzMLWorkspaceCustomModelJobInputObject
# New-AzMLWorkspaceCustomModelJobOutputObject
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generate-info.json b/generated/MachineLearningServices/MachineLearningServices.Autorest/generate-info.json
index 6328b4f378b0..cb91f8cc00e4 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generate-info.json
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generate-info.json
@@ -1,3 +1,3 @@
{
- "generate_Id": "50896b07-084c-4a0f-b669-4e2bc78fd2b0"
+ "generate_Id": "6f1e2415-6d09-43eb-94c1-c15a6c76584a"
}
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceConnectionSecret_List.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceConnectionSecret_List.cs
index ee67ea00c2aa..fb351060642f 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceConnectionSecret_List.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceConnectionSecret_List.cs
@@ -14,6 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
///
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.InternalExport]
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzMLWorkspaceConnectionSecret_List", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2BasicResource))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"List all the secrets of a machine learning workspaces connections.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceConnection_Get.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceConnection_Get.cs
index 8c9bd19d0a2d..db3fad50094c 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceConnection_Get.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceConnection_Get.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections/{connectionName}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzMLWorkspaceConnection_Get")]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2BasicResource))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Get a new workspace connection")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceConnection_GetViaIdentity.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceConnection_GetViaIdentity.cs
index 3f3216bea5d3..86de92a7e7ef 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceConnection_GetViaIdentity.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceConnection_GetViaIdentity.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections/{connectionName}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzMLWorkspaceConnection_GetViaIdentity")]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2BasicResource))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Get a new workspace connection")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceConnection_List.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceConnection_List.cs
index 8f6ba61e6041..b93f0d8fe9a1 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceConnection_List.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceConnection_List.cs
@@ -12,6 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] List=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzMLWorkspaceConnection_List")]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2BasicResource))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceDatastoreSecret_List.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceDatastoreSecret_List.cs
index fda66e180baa..f55d2435df2f 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceDatastoreSecret_List.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceDatastoreSecret_List.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] ListSecrets=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name}/listSecrets"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzMLWorkspaceDatastoreSecret_List", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SecretsType))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Get datastore secrets.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceDatastore_Get.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceDatastore_Get.cs
index a5ec0b47a590..bfe9aca8cb2e 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceDatastore_Get.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceDatastore_Get.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzMLWorkspaceDatastore_Get")]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastore))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Get datastore.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceDatastore_GetViaIdentity.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceDatastore_GetViaIdentity.cs
index 0e9aeb57e9d5..360c36363791 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceDatastore_GetViaIdentity.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceDatastore_GetViaIdentity.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzMLWorkspaceDatastore_GetViaIdentity")]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastore))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Get datastore.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceDatastore_List.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceDatastore_List.cs
index 2a42f67d9bfc..415fb758385c 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceDatastore_List.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceDatastore_List.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] List=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzMLWorkspaceDatastore_List")]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastore))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"List datastores.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceJob_Get.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceJob_Get.cs
index f54c03dc7b19..70fc479721a7 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceJob_Get.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceJob_Get.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/jobs/{id}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzMLWorkspaceJob_Get")]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBase))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Gets a Job by name/id.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceJob_GetViaIdentity.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceJob_GetViaIdentity.cs
index 0149acf048ca..9988b339206a 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceJob_GetViaIdentity.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceJob_GetViaIdentity.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/jobs/{id}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzMLWorkspaceJob_GetViaIdentity")]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBase))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Gets a Job by name/id.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceJob_List.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceJob_List.cs
index 12cc138761ce..d467d9f87ca4 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceJob_List.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceJob_List.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] List=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/jobs"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzMLWorkspaceJob_List")]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBase))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Lists Jobs in the workspace.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOnlineDeploymentLog_GetExpanded.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOnlineDeploymentLog_GetExpanded.cs
index 0a3aea389e0d..613b949262f2 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOnlineDeploymentLog_GetExpanded.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOnlineDeploymentLog_GetExpanded.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] GetLogs=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}/getLogs"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzMLWorkspaceOnlineDeploymentLog_GetExpanded", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(string))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Polls an Endpoint operation.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOnlineDeploymentSku_List.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOnlineDeploymentSku_List.cs
index b90637eb3b9c..2028acd7565c 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOnlineDeploymentSku_List.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOnlineDeploymentSku_List.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] ListSkus=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}/skus"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzMLWorkspaceOnlineDeploymentSku_List")]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISkuResource))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"List Inference Endpoint Deployment Skus.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOnlineDeployment_Get.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOnlineDeployment_Get.cs
index e80e9e25b1e4..8302bfc34109 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOnlineDeployment_Get.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOnlineDeployment_Get.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzMLWorkspaceOnlineDeployment_Get")]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineDeployment))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Get Inference Deployment Deployment.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOnlineDeployment_GetViaIdentity.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOnlineDeployment_GetViaIdentity.cs
index ff4496c007c0..b5ba88c2da22 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOnlineDeployment_GetViaIdentity.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOnlineDeployment_GetViaIdentity.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzMLWorkspaceOnlineDeployment_GetViaIdentity")]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineDeployment))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Get Inference Deployment Deployment.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOnlineDeployment_List.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOnlineDeployment_List.cs
index 3ff0d7eb1ddb..a08c5ecbd688 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOnlineDeployment_List.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOnlineDeployment_List.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] List=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzMLWorkspaceOnlineDeployment_List")]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineDeployment))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"List Inference Endpoint Deployments.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOutboundNetworkDependencyEndpoint_List.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOutboundNetworkDependencyEndpoint_List.cs
index 4c27aadf692e..1e7a92ef91f0 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOutboundNetworkDependencyEndpoint_List.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspaceOutboundNetworkDependencyEndpoint_List.cs
@@ -15,6 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] ListOutboundNetworkDependenciesEndpoints=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/outboundNetworkDependenciesEndpoints"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzMLWorkspaceOutboundNetworkDependencyEndpoint_List")]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFqdnEndpoints))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Called by Client (Portal, CLI, etc) to get a list of all external outbound dependencies (FQDNs) programmatically.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspace_Get.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspace_Get.cs
index 0c6dda7bd9a1..368f655fc8e0 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspace_Get.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspace_Get.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzMLWorkspace_Get")]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspace))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Gets the properties of the specified machine learning workspace.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspace_GetViaIdentity.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspace_GetViaIdentity.cs
index 82e0edae8e28..a583c96b6c2c 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspace_GetViaIdentity.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspace_GetViaIdentity.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzMLWorkspace_GetViaIdentity")]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspace))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Gets the properties of the specified machine learning workspace.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspace_List.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspace_List.cs
index 45fd0b6c8c7f..270d9c8a6c0f 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspace_List.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspace_List.cs
@@ -15,6 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] ListByResourceGroup=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzMLWorkspace_List")]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspace))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Lists all the available machine learning workspaces under the specified resource group.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspace_List1.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspace_List1.cs
index bfe456bd5359..a58b73725099 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspace_List1.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/GetAzMLWorkspace_List1.cs
@@ -15,6 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] ListBySubscription=>GET:"/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/workspaces"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzMLWorkspace_List1")]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspace))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Lists all the available machine learning workspaces under the specified subscription.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/InvokeAzMLWorkspaceDiagnose_DiagnoseExpanded.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/InvokeAzMLWorkspaceDiagnose_DiagnoseExpanded.cs
index 4e075b40b196..733def51dafa 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/InvokeAzMLWorkspaceDiagnose_DiagnoseExpanded.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/InvokeAzMLWorkspaceDiagnose_DiagnoseExpanded.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Diagnose=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/diagnose"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Invoke, @"AzMLWorkspaceDiagnose_DiagnoseExpanded", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDiagnoseResponseResultValue))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Diagnose workspace setup issue.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/InvokeAzMLWorkspaceDiagnose_DiagnoseViaIdentityExpanded.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/InvokeAzMLWorkspaceDiagnose_DiagnoseViaIdentityExpanded.cs
index 8dd0b79f5601..b0d8765b09eb 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/InvokeAzMLWorkspaceDiagnose_DiagnoseViaIdentityExpanded.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/InvokeAzMLWorkspaceDiagnose_DiagnoseViaIdentityExpanded.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Diagnose=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/diagnose"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Invoke, @"AzMLWorkspaceDiagnose_DiagnoseViaIdentityExpanded", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDiagnoseResponseResultValue))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Diagnose workspace setup issue.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceBatchEndpoint_CreateExpanded.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceBatchEndpoint_CreateExpanded.cs
index 8c58fb1c2469..14d12ecc4e44 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceBatchEndpoint_CreateExpanded.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceBatchEndpoint_CreateExpanded.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzMLWorkspaceBatchEndpoint_CreateExpanded", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* EnableSystemAssignedIdentity will replace IdentityType applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchEndpoint))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Creates a batch inference endpoint (asynchronous).")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceCompute_CreateExpanded.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceCompute_CreateExpanded.cs
index 9683cbc51201..59b9c2c60339 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceCompute_CreateExpanded.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceCompute_CreateExpanded.cs
@@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzMLWorkspaceCompute_CreateExpanded", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* EnableSystemAssignedIdentity will replace IdentityType applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeResource))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceConnection_CreateExpanded.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceConnection_CreateExpanded.cs
index 5f8640b166b8..f18fceaff71e 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceConnection_CreateExpanded.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceConnection_CreateExpanded.cs
@@ -14,6 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
///
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.InternalExport]
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzMLWorkspaceConnection_CreateExpanded", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2BasicResource))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Creating or updating a new workspace connection")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceJob_CreateExpanded.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceJob_CreateExpanded.cs
index 95496bd28cb3..e9e36f49fd35 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceJob_CreateExpanded.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceJob_CreateExpanded.cs
@@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/jobs/{id}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzMLWorkspaceJob_CreateExpanded", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBase))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Creates and executes a Job.\r\nFor update case, the Tags in the definition passed in will replace Tags in the existing job.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceOnlineDeployment_CreateExpanded.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceOnlineDeployment_CreateExpanded.cs
index 039306de6b2b..6dee338248fa 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceOnlineDeployment_CreateExpanded.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceOnlineDeployment_CreateExpanded.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzMLWorkspaceOnlineDeployment_CreateExpanded", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineDeployment))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Create or update Inference Endpoint Deployment (asynchronous).")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceOnlineEndpointKey_RegenerateExpanded.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceOnlineEndpointKey_RegenerateExpanded.cs
index 3c320dd0455f..8bb278d0b198 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceOnlineEndpointKey_RegenerateExpanded.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceOnlineEndpointKey_RegenerateExpanded.cs
@@ -15,6 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] RegenerateKeys=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/regenerateKeys"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzMLWorkspaceOnlineEndpointKey_RegenerateExpanded", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* EnableSystemAssignedIdentity will replace IdentityType applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(bool))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Regenerate EndpointAuthKeys for an Endpoint using Key-based authentication (asynchronous).")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceOnlineEndpoint_CreateExpanded.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceOnlineEndpoint_CreateExpanded.cs
index dbd7b9447709..c3ad2d0126dd 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceOnlineEndpoint_CreateExpanded.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspaceOnlineEndpoint_CreateExpanded.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzMLWorkspaceOnlineEndpoint_CreateExpanded", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* EnableSystemAssignedIdentity will replace IdentityType applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineEndpoint))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Create or update Online Endpoint (asynchronous).")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspace_CreateExpanded.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspace_CreateExpanded.cs
index 037b0b099318..58c82a708e10 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspace_CreateExpanded.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/NewAzMLWorkspace_CreateExpanded.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzMLWorkspace_CreateExpanded", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspace))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Creates or updates a workspace with the specified parameters.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceBatchEndpoint_UpdateExpanded.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceBatchEndpoint_UpdateExpanded.cs
index 950f52d04b01..32fba93ecf0e 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceBatchEndpoint_UpdateExpanded.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceBatchEndpoint_UpdateExpanded.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzMLWorkspaceBatchEndpoint_UpdateExpanded", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* EnableSystemAssignedIdentity will replace IdentityType applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchEndpoint))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Update a batch inference endpoint (asynchronous).")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceBatchEndpoint_UpdateViaIdentityExpanded.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceBatchEndpoint_UpdateViaIdentityExpanded.cs
index ea0a19b5da31..dbcf1c3f0110 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceBatchEndpoint_UpdateViaIdentityExpanded.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceBatchEndpoint_UpdateViaIdentityExpanded.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzMLWorkspaceBatchEndpoint_UpdateViaIdentityExpanded", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* EnableSystemAssignedIdentity will replace IdentityType applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchEndpoint))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Update a batch inference endpoint (asynchronous).")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceCompute_UpdateExpanded.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceCompute_UpdateExpanded.cs
index f3b77c4f8823..2eaff49cc359 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceCompute_UpdateExpanded.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceCompute_UpdateExpanded.cs
@@ -15,6 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzMLWorkspaceCompute_UpdateExpanded", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* EnableSystemAssignedIdentity will replace IdentityType applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeResource))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Updates properties of a compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceCompute_UpdateViaIdentityExpanded.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceCompute_UpdateViaIdentityExpanded.cs
index a315578f9bbd..910e96290e7f 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceCompute_UpdateViaIdentityExpanded.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceCompute_UpdateViaIdentityExpanded.cs
@@ -15,6 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzMLWorkspaceCompute_UpdateViaIdentityExpanded", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* EnableSystemAssignedIdentity will replace IdentityType applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeResource))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Updates properties of a compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceOnlineDeployment_UpdateExpanded.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceOnlineDeployment_UpdateExpanded.cs
index 29a6a3e22bdc..9881bfd39175 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceOnlineDeployment_UpdateExpanded.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceOnlineDeployment_UpdateExpanded.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzMLWorkspaceOnlineDeployment_UpdateExpanded", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineDeployment))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Update Online Deployment (asynchronous).")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceOnlineDeployment_UpdateViaIdentityExpanded.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceOnlineDeployment_UpdateViaIdentityExpanded.cs
index 3ee69f70abcd..e95ecd24a52d 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceOnlineDeployment_UpdateViaIdentityExpanded.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceOnlineDeployment_UpdateViaIdentityExpanded.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzMLWorkspaceOnlineDeployment_UpdateViaIdentityExpanded", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineDeployment))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Update Online Deployment (asynchronous).")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceOnlineEndpoint_UpdateExpanded.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceOnlineEndpoint_UpdateExpanded.cs
index 9c51a71094a7..fa32d8b651cd 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceOnlineEndpoint_UpdateExpanded.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceOnlineEndpoint_UpdateExpanded.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzMLWorkspaceOnlineEndpoint_UpdateExpanded", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* EnableSystemAssignedIdentity will replace IdentityType applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineEndpoint))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Update Online Endpoint (asynchronous).")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceOnlineEndpoint_UpdateViaIdentityExpanded.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceOnlineEndpoint_UpdateViaIdentityExpanded.cs
index 29398aad72ff..a1105d4a9e03 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceOnlineEndpoint_UpdateViaIdentityExpanded.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspaceOnlineEndpoint_UpdateViaIdentityExpanded.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzMLWorkspaceOnlineEndpoint_UpdateViaIdentityExpanded", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* EnableSystemAssignedIdentity will replace IdentityType applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineEndpoint))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Update Online Endpoint (asynchronous).")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspace_UpdateExpanded.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspace_UpdateExpanded.cs
index ae63db422e63..71a6730f8da8 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspace_UpdateExpanded.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspace_UpdateExpanded.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzMLWorkspace_UpdateExpanded", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspace))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Updates a machine learning workspace with the specified parameters.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspace_UpdateViaIdentityExpanded.cs b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspace_UpdateViaIdentityExpanded.cs
index 95e6ba62c2c4..441fe314cd53 100644
--- a/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspace_UpdateViaIdentityExpanded.cs
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/generated/cmdlets/UpdateAzMLWorkspace_UpdateViaIdentityExpanded.cs
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Cmdlets
/// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}"
///
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzMLWorkspace_UpdateViaIdentityExpanded", SupportsShouldProcess = true)]
+ [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspace))]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Description(@"Updates a machine learning workspace with the specified parameters.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Generated]
diff --git a/generated/MachineLearningServices/MachineLearningServices.Autorest/resources/README.md b/generated/MachineLearningServices/MachineLearningServices.Autorest/resources/README.md
new file mode 100644
index 000000000000..937f07f8fec2
--- /dev/null
+++ b/generated/MachineLearningServices/MachineLearningServices.Autorest/resources/README.md
@@ -0,0 +1,11 @@
+# Resources
+This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder.
+
+## Info
+- Modifiable: yes
+- Generated: no
+- Committed: yes
+- Packaged: no
+
+## Purpose
+Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact.
\ No newline at end of file
From aed0221f4f6b314979b766be171413254ef26837 Mon Sep 17 00:00:00 2001
From: rambabu-yalla <95842575+rambabu-yalla@users.noreply.github.com>
Date: Fri, 9 Jan 2026 10:40:04 +0530
Subject: [PATCH 2/3] Fixed SoftDeleteRetentionDays computation (#29038)
Co-authored-by: Yash <55773468+notyashhh@users.noreply.github.com>
---
.../KeyVault/SecurityDomain/Models/CertKey.cs | 2 +-
.../Server/Cmdlet/AzureSqlServerCmdletBase.cs | 30 ++++---------------
.../Sql/Server/Cmdlet/SetAzureSqlServer.cs | 4 ++-
3 files changed, 10 insertions(+), 26 deletions(-)
diff --git a/src/KeyVault/KeyVault/SecurityDomain/Models/CertKey.cs b/src/KeyVault/KeyVault/SecurityDomain/Models/CertKey.cs
index 6f7c06cac083..f1c119647bad 100644
--- a/src/KeyVault/KeyVault/SecurityDomain/Models/CertKey.cs
+++ b/src/KeyVault/KeyVault/SecurityDomain/Models/CertKey.cs
@@ -49,7 +49,7 @@ public void Load(KeyPath path)
public RSA GetKey() { return _key; }
public X509Certificate2 GetCert() { return _cert; }
- static RSAParameters RsaParamsFromPem(string path, string password) //CodeQL [SM02205] BouncyCastle is the only API available because we need to be at netstandard2.0
+ static RSAParameters RsaParamsFromPem(string path, string password) // CodeQL [SM02205] BouncyCastle is the only API available because we need to be at netstandard2.0
{
using (var stream = File.OpenText(path))
{
diff --git a/src/Sql/Sql/Server/Cmdlet/AzureSqlServerCmdletBase.cs b/src/Sql/Sql/Server/Cmdlet/AzureSqlServerCmdletBase.cs
index a43acf424dd4..d29cf8175f05 100644
--- a/src/Sql/Sql/Server/Cmdlet/AzureSqlServerCmdletBase.cs
+++ b/src/Sql/Sql/Server/Cmdlet/AzureSqlServerCmdletBase.cs
@@ -72,34 +72,16 @@ protected void ValidateSoftDeleteParameters(int? softDeleteRetentionDays, bool?
///
/// The explicitly provided retention days
/// The enable soft delete flag
- /// The existing retention days value (for Set operations)
/// The computed retention days value
- protected int? ComputeSoftDeleteRetentionDays(int? softDeleteRetentionDays, bool? enableSoftDelete, int? existingValue = null)
+ protected int? ComputeSoftDeleteRetentionDays(int? softDeleteRetentionDays, bool? enableSoftDelete)
{
if (softDeleteRetentionDays.HasValue)
- {
- // SoftDeleteRetentionDays was explicitly provided, use it
return softDeleteRetentionDays.Value;
- }
- else if (enableSoftDelete.HasValue)
- {
- // Only EnableSoftDelete was provided
- if (enableSoftDelete == true)
- {
- // Enabling soft-delete without specifying days, default to 7
- return SoftDeleteRetentionDaysMaximum;
- }
- else
- {
- // Disabling soft-delete, set to 0
- return SoftDeleteRetentionDaysDisabled;
- }
- }
- else
- {
- // Neither parameter specified, return existing value or null
- return existingValue;
- }
+
+ if (enableSoftDelete.HasValue)
+ return enableSoftDelete.Value ? SoftDeleteRetentionDaysMaximum : SoftDeleteRetentionDaysDisabled;
+
+ return null;
}
}
}
diff --git a/src/Sql/Sql/Server/Cmdlet/SetAzureSqlServer.cs b/src/Sql/Sql/Server/Cmdlet/SetAzureSqlServer.cs
index 3f5214026e80..abfc3b4bc278 100644
--- a/src/Sql/Sql/Server/Cmdlet/SetAzureSqlServer.cs
+++ b/src/Sql/Sql/Server/Cmdlet/SetAzureSqlServer.cs
@@ -195,7 +195,9 @@ public override void ExecuteCmdlet()
updateData[0].PrimaryUserAssignedIdentityId = this.PrimaryUserAssignedIdentityId ?? model.FirstOrDefault().PrimaryUserAssignedIdentityId;
updateData[0].KeyId = this.KeyId ?? updateData[0].KeyId;
updateData[0].FederatedClientId = this.FederatedClientId ?? updateData[0].FederatedClientId;
- updateData[0].SoftDeleteRetentionDays = ComputeSoftDeleteRetentionDays(this.SoftDeleteRetentionDays, this.EnableSoftDelete, updateData[0].SoftDeleteRetentionDays);
+ // Compute SoftDeleteRetentionDays from user input or null to preserve existing value.
+ // Don't pass existing value back since API returns 0 for both null and explicitly disabled.
+ updateData[0].SoftDeleteRetentionDays = ComputeSoftDeleteRetentionDays(this.SoftDeleteRetentionDays, this.EnableSoftDelete);
return updateData;
}
From 065ed0bdadd9ab953226764faf356e063f34fddf Mon Sep 17 00:00:00 2001
From: azure-powershell-bot
<65331932+azure-powershell-bot@users.noreply.github.com>
Date: Sat, 10 Jan 2026 00:51:41 +0000
Subject: [PATCH 3/3] Bump Version for 15.2.0
---
ChangeLog.md | 83 +
.../SyntaxChangeLog/SyntaxChangeLog-Az15.md | 46 +
.../upcoming-breaking-changes.md | 117 +-
setup/generate.ps1 | 2 +-
src/Accounts/Accounts/Az.Accounts.psd1 | 7 +-
src/Accounts/Accounts/ChangeLog.md | 2 +
.../Accounts/Properties/AssemblyInfo.cs | 4 +-
.../Accounts/Utilities/CommandMappings.json | 91 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Authentication/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Authenticators/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
src/Aks/Aks/Az.Aks.psd1 | 21 +-
src/Aks/Aks/ChangeLog.md | 2 +
src/Aks/Aks/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
src/Batch/Batch/Az.Batch.psd1 | 9 +-
src/Batch/Batch/ChangeLog.md | 2 +
src/Batch/Batch/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
src/Compute/Compute/Az.Compute.psd1 | 15 +-
src/Compute/Compute/ChangeLog.md | 2 +
.../Compute/Properties/AssemblyInfo.cs | 4 +-
.../Az.ContainerRegistry.psd1 | 10 +-
.../ContainerRegistry/ChangeLog.md | 2 +
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 | 9 +-
src/CosmosDB/CosmosDB/ChangeLog.md | 2 +
.../CosmosDB/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../DataFactory/Az.DataFactory.psd1 | 8 +-
src/DataFactory/DataFactory/ChangeLog.md | 2 +
.../DataFactory/Properties/AssemblyInfo.cs | 4 +-
.../DataFactoryV1/Properties/AssemblyInfo.cs | 4 +-
.../DataFactoryV2/Properties/AssemblyInfo.cs | 4 +-
.../DataLakeStore/Az.DataLakeStore.psd1 | 8 +-
src/DataLakeStore/DataLakeStore/ChangeLog.md | 2 +
.../DataLakeStore/Properties/AssemblyInfo.cs | 4 +-
src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 | 18 +-
src/FrontDoor/FrontDoor/ChangeLog.md | 2 +
.../FrontDoor/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
src/KeyVault/KeyVault/Az.KeyVault.psd1 | 8 +-
src/KeyVault/KeyVault/ChangeLog.md | 2 +
.../KeyVault/Properties/AssemblyInfo.cs | 4 +-
.../Az.MachineLearningServices.psd1 | 16 +-
.../MachineLearningServices/ChangeLog.md | 2 +
.../Properties/AssemblyInfo.cs | 4 +-
src/Migrate/Migrate/Az.Migrate.psd1 | 25 +-
src/Migrate/Migrate/ChangeLog.md | 2 +
.../Migrate/Properties/AssemblyInfo.cs | 4 +-
.../NetAppFiles/Az.NetAppFiles.psd1 | 9 +-
src/NetAppFiles/NetAppFiles/ChangeLog.md | 2 +
.../NetAppFiles/Properties/AssemblyInfo.cs | 4 +-
src/Network/Network/Az.Network.psd1 | 15 +-
src/Network/Network/ChangeLog.md | 2 +
.../Network/Properties/AssemblyInfo.cs | 4 +-
.../PolicyInsights/Az.PolicyInsights.psd1 | 8 +-
.../PolicyInsights/ChangeLog.md | 2 +
.../PolicyInsights/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 | 11 +-
.../RecoveryServices/ChangeLog.md | 2 +
.../Properties/AssemblyInfo.cs | 4 +-
src/SignalR/SignalR/Az.SignalR.psd1 | 8 +-
src/SignalR/SignalR/ChangeLog.md | 2 +
.../SignalR/Properties/AssemblyInfo.cs | 4 +-
.../Sql.LegacySdk/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
src/Sql/Sql/Az.Sql.psd1 | 24 +-
src/Sql/Sql/ChangeLog.md | 2 +
src/Sql/Sql/Properties/AssemblyInfo.cs | 4 +-
.../Properties/Assemblyinfo.cs | 4 +-
.../Storage.Management/Az.Storage.psd1 | 10 +-
src/Storage/Storage.Management/ChangeLog.md | 2 +
.../Properties/AssemblyInfo.cs | 4 +-
.../Storage/Properties/AssemblyInfo.cs | 4 +-
src/Synapse/Synapse/Az.Synapse.psd1 | 9 +-
src/Synapse/Synapse/ChangeLog.md | 2 +
.../Synapse/Properties/AssemblyInfo.cs | 4 +-
.../TrustedSigning/Az.TrustedSigning.psd1 | 8 +-
.../TrustedSigning/ChangeLog.md | 2 +
.../TrustedSigning/Properties/AssemblyInfo.cs | 4 +-
tools/Az/Az.psd1 | 151 +-
tools/AzPreview/AzPreview.psd1 | 45 +-
tools/AzPreview/ChangeLog.md | 89 +
tools/Docs/az-ps-latest-1.csv | 115 +-
tools/Docs/az-ps-latest-2.csv | 152 +-
.../SerializedCmdlets/Az.Accounts.json | 162 +-
.../SerializedCmdlets/Az.Aks.json | 49974 +++++++++++-----
.../SerializedCmdlets/Az.Batch.json | 1026 +-
.../SerializedCmdlets/Az.Compute.json | 4389 +-
.../Az.ContainerRegistry.json | 30 +-
.../SerializedCmdlets/Az.CosmosDB.json | 1866 +-
.../SerializedCmdlets/Az.DataFactory.json | 530 +-
.../SerializedCmdlets/Az.DataLakeStore.json | 232 +-
.../SerializedCmdlets/Az.FrontDoor.json | 874 +-
.../SerializedCmdlets/Az.KeyVault.json | 764 +-
.../Az.MachineLearningServices.json | 18839 ++++--
.../SerializedCmdlets/Az.Migrate.json | 2070 +-
.../SerializedCmdlets/Az.NetAppFiles.json | 906 +-
.../SerializedCmdlets/Az.Network.json | 8318 +--
.../SerializedCmdlets/Az.PolicyInsights.json | 100 +-
.../Az.RecoveryServices.json | 1869 +-
.../SerializedCmdlets/Az.SignalR.json | 224 +-
.../SerializedCmdlets/Az.Sql.json | 2050 +-
.../SerializedCmdlets/Az.Storage.json | 2569 +-
.../SerializedCmdlets/Az.Synapse.json | 1710 +-
.../SerializedCmdlets/Az.TrustedSigning.json | 8 +-
tools/VersionController/MinimalVersion.csv | 1 -
123 files changed, 64988 insertions(+), 34908 deletions(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index 164cea245036..832ab754fb50 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,86 @@
+## 15.2.0 - January 2026
+#### Az.Accounts 5.3.2
+* Updated Azure.Core from 1.47.3 to 1.50.0
+* Fixed telemetry to capture client request ID instead of server response ID for AutoRest-generated cmdlets [#23555]
+
+#### Az.Aks 7.1.0
+* Bumped API version to 2025-08-01
+* Added cmdlets 'Get-AzAksMachine', 'Get-AzAksManagedClusterMeshRevisionProfile', 'Get-AzAksManagedClusterMeshUpgradeProfile', 'Get-AzAksTrustedAccessRole', 'Get-AzAksTrustedAccessRoleBinding', 'New-AzAksTrustedAccessRoleBinding', 'Remove-AzAksAgentPoolMachine', 'Remove-AzAksTrustedAccessRoleBinding', 'Update-AzAksTrustedAccessRoleBinding'
+* Added necessary parameters for 'New-AzAksCluster', 'Set-AzAksCluster', 'New-AzAksNodePool', 'Update-AzAksNodePool'
+* Removed cmdlet 'Get-AzAksManagedClusterOSOption'
+
+#### Az.Batch 4.0.1
+* Updated Azure.Core from 1.47.3 to 1.50.0
+* Updated the implementation of 'New-AzBatchApplicationPackage' cmdlet to not call 'Get-AzBatchApplicationPackage' to retrieve storage keys for security improvements. No behavior changes to the cmdlet.
+
+#### Az.Compute 11.2.0
+* Added '-HighSpeedInterconnectPlacement' parameter to 'New-AzVmssConfig' and 'New-AzVmss' cmdlets.
+* Added new parameters 'ZonePlacementPolicy', 'IncludeZone', 'ExcludeZone', 'MaxZoneCount', 'EnableMaxInstancePercentPerZone' and 'MaxInstancePercentPerZoneValue' to 'New-AzVmssConfig' cmdlet.
+* Added new parameters 'ZonePlacementPolicy', 'IncludeZone' and 'ExcludeZone' to 'New-AzVmss' cmdlet.
+* Added new parameters 'MaxZoneCount', 'EnableMaxInstancePercentPerZone' and 'MaxInstancePercentPerZoneValue' to 'Update-AzVmss' cmdlet.
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+#### Az.ContainerRegistry 5.0.1
+* Fixed '-ExposeToken' with 'Connect-AzContainerRegistry'
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+#### Az.CosmosDB 1.19.1
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+#### Az.DataFactory 1.19.7
+* Added more support for Jira V2 (Jira Version 2) and Netezza V2 (Netezza Version 2) connection properties.
+
+#### Az.DataLakeStore 1.5.2
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+#### Az.FrontDoor 2.1.0
+* Fixed New-AzFrontDoorWafManagedRuleOverrideObject issue.
+
+#### Az.KeyVault 6.4.2
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+#### Az.MachineLearningServices 1.3.0
+* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
+
+#### Az.Migrate 2.11.0
+* Updated DefaultCrashConsistentFrequencyInMinutes and DefaultAppConsistentFrequencyInMinutes to align with Azure Portal UX for Replication Policy
+ - 'New-AzMigrateLocalServerReplication'
+
+#### Az.NetAppFiles 1.0.0
+* Updated Azure.Core from 1.47.3 to 1.50.0
+* General availability for module Az.NetAppFiles
+
+#### Az.Network 7.24.1
+* Onboarded 'Microsoft.Security/privateLinks' to Private Link Common Cmdlets
+
+#### Az.PolicyInsights 1.7.3
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+#### Az.RecoveryServices 7.11.0
+* Added Cross region restore support for Bleu cloud regions
+* Added Availability Zone support in Update Protection
+* Added Platform Fault Domain support in Enable, Update, and Switch Protection workflows
+
+#### Az.SignalR 2.3.2
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+#### Az.Sql 6.4.0
+* Added 'Get-AzSqlDeletedServer' cmdlet to retrieve soft deleted Azure SQL servers
+ - Supports retrieving deleted servers by location or specific deleted server by name
+* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
+* The EnableSoftDelete parameter is deprecated from 'New-AzSqlServer' and 'Set-AzSqlServer' cmdlets and will be removed by May 2026.
+
+#### Az.StackHCI 2.6.5
+* ARC Enablement of Nodes Before Triggering Registration in New Registration Flow.
+* Resolved double hop authentication issue.
+
+#### Az.Storage 9.5.0
+* Upgraded management plane SDK and auto generated cmdlets to base on API spec generated by TSP
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+#### Az.Synapse 3.2.4
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
## 15.1.0 - December 2025
#### Az.AppConfiguration 2.0.1
* Fixed GitHub issue #23731 'Problem with Get-AzAppConfigurationKeyValue when more that 100 records are present'
diff --git a/documentation/SyntaxChangeLog/SyntaxChangeLog-Az15.md b/documentation/SyntaxChangeLog/SyntaxChangeLog-Az15.md
index 01dfa88950be..1febb87315ac 100644
--- a/documentation/SyntaxChangeLog/SyntaxChangeLog-Az15.md
+++ b/documentation/SyntaxChangeLog/SyntaxChangeLog-Az15.md
@@ -1,3 +1,48 @@
+## 15.2.0 - January 2026
+#### Az.Aks 7.1.0
+* Modified cmdlet `New-AzAksCluster`
+ - Removed parameter `-AutoUpgradeChannel`
+ - Added parameters `-NodeMessageOfTheDay`, `-NodeNetworkProfile`, `-NodeOSDiskType`, `-NodePodIPAllocationMode`, `-NodeEnableSecureBoot`, `-NodeEnableVtpm`, `-NodeSshAccess`, `-NodeTaint`, `-NodeWorkloadRuntime`, `-EnableAIToolchainOperator`, `-DisableApiServerRunCommand`, `-EnableApiServerVnetIntegration`, `-ApiServerSubnetId`, `-NodeOSAutoUpgradeChannel`, `-NodeAutoUpgradeChannel`, `-EnableMonitorMetric`, `-BootstrapArtifactSource`, `-BootstrapContainerRegistryId`, `-AssignKubeletIdentity`, `-EnableCostAnalysis`, `-EnableAdvancedNetworking`, `-EnableAdvancedNetworkingObservability`, `-EnableAdvancedNetworkingSecurity`, `-AdvancedNetworkingSecurityPolicy`, `-IPFamily`, `-LoadBalancerBackendPoolType`, `-LoadBalancerManagedOutboundIpCountIPv6`, `-NATGatewayIdleTimeoutInMinute`, `-NATGatewayManagedOutboundIpCount`, `-NetworkDataplane`, `-NetworkPluginMode`, `-EnableStaticEgressGateway`, `-NodeProvisioningMode`, `-NodeProvisioningDefaultPool`, `-NodeResourceGroupRestrictionLevel`, `-EnablePodIdentity`, `-EnablePodIdentityWithKubenet`, `-EnablePublicNetworkAccess`, `-EnableAzureKeyVaultKms`, `-AzureKeyVaultKmsKeyId`, `-AzureKeyVaultKmsNetworkAccess`, `-AzureKeyVaultKmsResourceId`, `-CustomCaTrustCertificate`, `-DefenderLogAnalyticsWorkspaceResourceId`, `-EnableDefenderSecurityMonitoring`, `-EnableImageCleaner`, `-ImageCleanerIntervalHour`, `-EnableWorkloadIdentity`, `-SupportPlan`, `-EnableKEDA`, `-EnableVerticalPodAutoscaler`, `-EnableBlobCSIDriver`, `-EnableDiskCSIDriver`, `-EnableFileCSIDriver`, `-EnableSnapshotCSIDriver`, `-IfMatch`, `-IfNoneMatch`
+* Modified cmdlet `New-AzAksNodePool`
+ - Added parameters `-OSDiskType`, `-WorkloadRuntime`, `-MessageOfTheDay`, `-PodIPAllocationMode`, `-GatewayPublicIPPrefixSize`, `-GPUDriver`, `-IfMatch`, `-IfNoneMatch`, `-NetworkProfile`, `-ScaleDownMode`, `-EnableSecureBoot`, `-EnableVtpm`, `-SshAccess`, `-MaxUnavailable`, `-DrainTimeoutInMinute`, `-NodeSoakDurationInMinute`, `-UndrainableNodeBehavior`
+* Modified cmdlet `Set-AzAksCluster`
+ - Removed parameter `-AutoUpgradeChannel`
+ - Added parameters `-NodeTaint`, `-NodeWorkloadRuntime`, `-EnableAIToolchainOperator`, `-DisableApiServerRunCommand`, `-EnableApiServerVnetIntegration`, `-ApiServerSubnetId`, `-NodeOSAutoUpgradeChannel`, `-NodeAutoUpgradeChannel`, `-EnableMonitorMetric`, `-BootstrapArtifactSource`, `-BootstrapContainerRegistryId`, `-AssignKubeletIdentity`, `-EnableCostAnalysis`, `-EnableAdvancedNetworking`, `-EnableAdvancedNetworkingObservability`, `-EnableAdvancedNetworkingSecurity`, `-AdvancedNetworkingSecurityPolicy`, `-IPFamily`, `-LoadBalancerBackendPoolType`, `-LoadBalancerManagedOutboundIpCountIPv6`, `-NATGatewayIdleTimeoutInMinute`, `-NATGatewayManagedOutboundIpCount`, `-NetworkDataplane`, `-NetworkPluginMode`, `-EnableStaticEgressGateway`, `-NodeProvisioningMode`, `-NodeProvisioningDefaultPool`, `-NodeResourceGroupRestrictionLevel`, `-EnablePodIdentity`, `-EnablePodIdentityWithKubenet`, `-EnablePublicNetworkAccess`, `-EnableAzureKeyVaultKms`, `-AzureKeyVaultKmsKeyId`, `-AzureKeyVaultKmsNetworkAccess`, `-AzureKeyVaultKmsResourceId`, `-CustomCaTrustCertificate`, `-DefenderLogAnalyticsWorkspaceResourceId`, `-EnableDefenderSecurityMonitoring`, `-EnableImageCleaner`, `-ImageCleanerIntervalHour`, `-EnableWorkloadIdentity`, `-SupportPlan`, `-EnableKEDA`, `-EnableVerticalPodAutoscaler`, `-EnableBlobCSIDriver`, `-EnableDiskCSIDriver`, `-EnableFileCSIDriver`, `-EnableSnapshotCSIDriver`, `-IfMatch`, `-IfNoneMatch`
+* Modified cmdlet `Update-AzAksNodePool`
+ - Added parameters `-IfMatch`, `-IfNoneMatch`, `-NetworkProfile`, `-ScaleDownMode`, `-EnableSecureBoot`, `-EnableVtpm`, `-SshAccess`, `-MaxUnavailable`, `-DrainTimeoutInMinute`, `-NodeSoakDurationInMinute`, `-UndrainableNodeBehavior`
+* Removed cmdlet `Get-AzAksManagedClusterOSOption`
+* Modified cmdlet `New-AzAksMaintenanceConfiguration`
+ - Added parameters `-AbsoluteMonthlyDayOfMonth`, `-AbsoluteMonthlyIntervalMonth`, `-DailyIntervalDay`, `-MaintenanceWindowDurationHour`, `-MaintenanceWindowNotAllowedDate`, `-MaintenanceWindowStartDate`, `-MaintenanceWindowStartTime`, `-MaintenanceWindowUtcOffset`, `-RelativeMonthlyDayOfWeek`, `-RelativeMonthlyIntervalMonth`, `-RelativeMonthlyWeekIndex`, `-WeeklyDayOfWeek`, `-WeeklyIntervalWeek`
+* Modified cmdlet `Update-AzAksMaintenanceConfiguration`
+ - Added parameters `-AbsoluteMonthlyDayOfMonth`, `-AbsoluteMonthlyIntervalMonth`, `-DailyIntervalDay`, `-MaintenanceWindowDurationHour`, `-MaintenanceWindowNotAllowedDate`, `-MaintenanceWindowStartDate`, `-MaintenanceWindowStartTime`, `-MaintenanceWindowUtcOffset`, `-RelativeMonthlyDayOfWeek`, `-RelativeMonthlyIntervalMonth`, `-RelativeMonthlyWeekIndex`, `-WeeklyDayOfWeek`, `-WeeklyIntervalWeek`
+* Added cmdlet `Get-AzAksMachine`, `Get-AzAksManagedClusterKuberneteVersion`, `Get-AzAksManagedClusterMeshRevisionProfile`, `Get-AzAksManagedClusterMeshUpgradeProfile`, `Get-AzAksTrustedAccessRole`, `Get-AzAksTrustedAccessRoleBinding`, `New-AzAksTrustedAccessRoleBinding`, `Remove-AzAksAgentPoolMachine`, `Remove-AzAksTrustedAccessRoleBinding`, `Update-AzAksTrustedAccessRoleBinding`
+#### Az.Compute 11.2.0
+* Modified cmdlet `New-AzVmss`
+ - Added parameters `-ZonePlacementPolicy`, `-IncludeZone`, `-ExcludeZone`, `-HighSpeedInterconnectPlacement`
+* Modified cmdlet `New-AzVmssConfig`
+ - Added parameters `-ZonePlacementPolicy`, `-MaxZoneCount`, `-EnableMaxInstancePercentPerZone`, `-MaxInstancePercentPerZoneValue`, `-IncludeZone`, `-ExcludeZone`, `-HighSpeedInterconnectPlacement`
+* Modified cmdlet `Update-AzVmss`
+ - Added parameters `-MaxZoneCount`, `-EnableMaxInstancePercentPerZone`, `-MaxInstancePercentPerZoneValue`
+#### Az.FrontDoor 2.1.0
+* Modified cmdlet `New-AzFrontDoorWafManagedRuleOverrideObject`
+ - Added parameter `-Sensitivity`
+#### Az.Migrate 2.11.0
+* Modified cmdlet `New-AzMigrateServerReplication`
+ - Added parameter `-TargetCapacityReservationGroupId`
+* Modified cmdlet `Set-AzMigrateServerReplication`
+ - Added parameter `-TargetCapacityReservationGroupId`
+* Modified cmdlet `Start-AzMigrateServerMigration`
+ - Added parameter `-TargetCapacityReservationGroupId`
+#### Az.RecoveryServices 7.11.0
+* Modified cmdlet `New-AzRecoveryServicesAsrReplicationProtectedItem`
+ - Added parameter `-PlatformFaultDomain`
+* Modified cmdlet `Set-AzRecoveryServicesAsrReplicationProtectedItem`
+ - Added parameter `-PlatformFaultDomain`
+* Modified cmdlet `Update-AzRecoveryServicesAsrProtectionDirection`
+ - Added parameters `-RecoveryAvailabilityZone`, `-PlatformFaultDomain`
+#### Az.Sql 6.4.0
+* Added cmdlet `Get-AzSqlDeletedServer`
+
## 15.1.0 - December 2025
#### Az.Compute 11.1.0
* Modified cmdlet `Get-AzVmssVM`
@@ -1161,3 +1206,4 @@
+
diff --git a/documentation/breaking-changes/upcoming-breaking-changes.md b/documentation/breaking-changes/upcoming-breaking-changes.md
index e8e1f3962bc2..2995eb91c4a9 100644
--- a/documentation/breaking-changes/upcoming-breaking-changes.md
+++ b/documentation/breaking-changes/upcoming-breaking-changes.md
@@ -310,6 +310,98 @@ Preview modules are not included in this list. Read more about [module version t
- This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0'
- The change is expected to take effect from version : '2.0.0'
+## Az.MachineLearningServices
+
+### `New-AzMLWorkspaceCustomModelJobInputObject`
+
+- Parameter breaking-change will happen to all parameter sets
+ - `-Type`
+
+
+### `New-AzMLWorkspaceCustomModelJobOutputObject`
+
+- Parameter breaking-change will happen to all parameter sets
+ - `-Type`
+
+
+### `New-AzMLWorkspaceDataPathAssetReferenceObject`
+
+- Parameter breaking-change will happen to all parameter sets
+ - `-ReferenceType`
+
+
+### `New-AzMLWorkspaceIdAssetReferenceObject`
+
+- Parameter breaking-change will happen to all parameter sets
+ - `-ReferenceType`
+
+
+### `New-AzMLWorkspaceLiteralJobInputObject`
+
+- Parameter breaking-change will happen to all parameter sets
+ - `-Type`
+
+
+### `New-AzMLWorkspaceMLFlowModelJobInputObject`
+
+- Parameter breaking-change will happen to all parameter sets
+ - `-Type`
+
+
+### `New-AzMLWorkspaceMLFlowModelJobOutputObject`
+
+- Parameter breaking-change will happen to all parameter sets
+ - `-Type`
+
+
+### `New-AzMLWorkspaceMLTableJobInputObject`
+
+- Parameter breaking-change will happen to all parameter sets
+ - `-Type`
+
+
+### `New-AzMLWorkspaceMLTableJobOutputObject`
+
+- Parameter breaking-change will happen to all parameter sets
+ - `-Type`
+
+
+### `New-AzMLWorkspaceTritonModelJobInputObject`
+
+- Parameter breaking-change will happen to all parameter sets
+ - `-Type`
+
+
+### `New-AzMLWorkspaceTritonModelJobOutputObject`
+
+- Parameter breaking-change will happen to all parameter sets
+ - `-Type`
+
+
+### `New-AzMLWorkspaceUriFileJobInputObject`
+
+- Parameter breaking-change will happen to all parameter sets
+ - `-Type`
+
+
+### `New-AzMLWorkspaceUriFileJobOutputObject`
+
+- Parameter breaking-change will happen to all parameter sets
+ - `-Type`
+
+
+### `New-AzMLWorkspaceUriFolderJobInputObject`
+
+- Parameter breaking-change will happen to all parameter sets
+ - `-Type`
+
+
+### `New-AzMLWorkspaceUriFolderJobOutputObject`
+
+- Parameter breaking-change will happen to all parameter sets
+ - `-Type`
+
+
## Az.ManagedServices
### `Get-AzManagedServicesAssignment`
@@ -483,7 +575,7 @@ Preview modules are not included in this list. Read more about [module version t
- This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0'
- The change is expected to take effect in 'Az.Monitor' from version : '7.0.0'
-- Parameter breaking-change will happen to parameter set `NewAzSubscriptionDiagnosticSetting_CreateExpanded`
+- Parameter breaking-change will happen to all parameter sets
- `-Log`
- The parameter : 'Log' is changing.
The type of the parameter is changing from 'Array' to 'List'.
@@ -723,7 +815,7 @@ Preview modules are not included in this list. Read more about [module version t
- This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0'
- The change is expected to take effect in 'Az.Resources' from version : '9.0.0'
-- Parameter breaking-change will happen to parameter set `UpdateAzRoleManagementPolicy_UpdateExpanded`
+- Parameter breaking-change will happen to all parameter sets
- `-Rule`
- The parameter : 'Rule' is changing.
The type of the parameter is changing from 'Array' to 'List'.
@@ -731,11 +823,6 @@ Preview modules are not included in this list. Read more about [module version t
- The change is expected to take effect in 'Az.Resources' from version : '9.0.0'
- Parameter breaking-change will happen to parameter set `UpdateAzRoleManagementPolicy_UpdateViaIdentityExpanded`
- - `-Rule`
- - The parameter : 'Rule' is changing.
- The type of the parameter is changing from 'Array' to 'List'.
- - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0'
- - The change is expected to take effect in 'Az.Resources' from version : '9.0.0'
## Az.SecurityInsights
@@ -802,6 +889,22 @@ Preview modules are not included in this list. Read more about [module version t
- This change will take effect on '11/19/2025'- The change is expected to take effect from Az version : '15.0.0'
- The change is expected to take effect from version : '4.0.0'
+## Az.Sql
+
+### `New-AzSqlServer`
+
+- Parameter breaking-change will happen to all parameter sets
+ - `-EnableSoftDelete`
+ - The EnableSoftDelete parameter will be removed. Please use SoftDeleteRetentionDays parameter instead. Setting SoftDeleteRetentionDays to 1-7 enables soft-delete, and setting it to 0 disables soft-delete.
+ - This change is expected to take effect from Az.Sql version: 7.0.0 and Az version: 16.0.0
+
+### `Set-AzSqlServer`
+
+- Parameter breaking-change will happen to all parameter sets
+ - `-EnableSoftDelete`
+ - The EnableSoftDelete parameter will be removed. Please use SoftDeleteRetentionDays parameter instead. Setting SoftDeleteRetentionDays to 1-7 enables soft-delete, and setting it to 0 disables soft-delete.
+ - This change is expected to take effect from Az.Sql version: 7.0.0 and Az version: 16.0.0
+
## Az.StackHCI
### `Get-AzStackHciArcSetting`
diff --git a/setup/generate.ps1 b/setup/generate.ps1
index b77b665f494c..635d3d42f574 100644
--- a/setup/generate.ps1
+++ b/setup/generate.ps1
@@ -37,7 +37,7 @@ if( (-not (get-command -ea 0 light)) -or (-not (get-command -ea 0 heat)) -or (-n
$outputName ="Az-Cmdlets"
# generate the product name from the current month/year.
-$productName = "Microsoft Azure PowerShell - December 2025"
+$productName = "Microsoft Azure PowerShell - January 2026"
# where to put temp files
$tmp = Join-Path $env:temp azure-cmdlets-tmp
diff --git a/src/Accounts/Accounts/Az.Accounts.psd1 b/src/Accounts/Accounts/Az.Accounts.psd1
index 4b30fd997454..a131b0366b98 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: 11/11/2025
+# Generated on: 1/10/2026
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '5.3.1'
+ModuleVersion = '5.3.2'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -146,7 +146,8 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Updated Azure.Core from 1.45.0 to 1.47.3'
+ ReleaseNotes = '* Updated Azure.Core from 1.47.3 to 1.50.0
+* Fixed telemetry to capture client request ID instead of server response ID for AutoRest-generated cmdlets [#23555]'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Accounts/Accounts/ChangeLog.md b/src/Accounts/Accounts/ChangeLog.md
index 3b2fdddf8b61..747175868d54 100644
--- a/src/Accounts/Accounts/ChangeLog.md
+++ b/src/Accounts/Accounts/ChangeLog.md
@@ -19,6 +19,8 @@
-->
## Upcoming Release
+
+## Version 5.3.2
* Updated Azure.Core from 1.47.3 to 1.50.0
* Fixed telemetry to capture client request ID instead of server response ID for AutoRest-generated cmdlets [#23555]
diff --git a/src/Accounts/Accounts/Properties/AssemblyInfo.cs b/src/Accounts/Accounts/Properties/AssemblyInfo.cs
index 7ac283a06df1..644935ee9c98 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("5.3.1")]
-[assembly: AssemblyFileVersion("5.3.1")]
+[assembly: AssemblyVersion("5.3.2")]
+[assembly: AssemblyFileVersion("5.3.2")]
#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 44a095fc7994..c3b89c5b1efe 100644
--- a/src/Accounts/Accounts/Utilities/CommandMappings.json
+++ b/src/Accounts/Accounts/Utilities/CommandMappings.json
@@ -80,12 +80,17 @@
"Start-AzAksDashboard": {},
"Stop-AzAksDashboard": {},
"Update-AzAksNodePool": {},
+ "Get-AzAksMachine": {},
"Get-AzAksMaintenanceConfiguration": {},
"Get-AzAksManagedClusterCommandResult": {},
- "Get-AzAksManagedClusterOSOption": {},
+ "Get-AzAksManagedClusterKuberneteVersion": {},
+ "Get-AzAksManagedClusterMeshRevisionProfile": {},
+ "Get-AzAksManagedClusterMeshUpgradeProfile": {},
"Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint": {},
"Get-AzAksNodePoolUpgradeProfile": {},
"Get-AzAksSnapshot": {},
+ "Get-AzAksTrustedAccessRole": {},
+ "Get-AzAksTrustedAccessRoleBinding": {},
"Get-AzAksUpgradeProfile": {},
"Get-AzAksVersion": {},
"Install-AzAksCliTool": {},
@@ -96,12 +101,16 @@
"New-AzAksSnapshot": {},
"New-AzAksTimeInWeekObject": {},
"New-AzAksTimeSpanObject": {},
+ "New-AzAksTrustedAccessRoleBinding": {},
+ "Remove-AzAksAgentPoolMachine": {},
"Remove-AzAksMaintenanceConfiguration": {},
"Remove-AzAksSnapshot": {},
+ "Remove-AzAksTrustedAccessRoleBinding": {},
"Start-AzAksCluster": {},
"Start-AzAksManagedClusterCommand": {},
"Stop-AzAksCluster": {},
"Update-AzAksMaintenanceConfiguration": {},
+ "Update-AzAksTrustedAccessRoleBinding": {},
"Get-AzAksClusterUpgradeProfile": {}
},
"Az.AksArc": {
@@ -2932,6 +2941,25 @@
"Update-AzDynatraceMonitorSSOConfig": {},
"Update-AzDynatraceMonitorTagRule": {}
},
+ "Az.EdgeAction": {
+ "Add-AzEdgeActionAttachment": {},
+ "Deploy-AzEdgeActionVersionCode": {},
+ "Get-AzEdgeAction": {},
+ "Get-AzEdgeActionExecutionFilter": {},
+ "Get-AzEdgeActionVersion": {},
+ "Get-AzEdgeActionVersionCode": {},
+ "New-AzEdgeAction": {},
+ "New-AzEdgeActionExecutionFilter": {},
+ "New-AzEdgeActionVersion": {},
+ "Remove-AzEdgeAction": {},
+ "Remove-AzEdgeActionAttachment": {},
+ "Remove-AzEdgeActionExecutionFilter": {},
+ "Remove-AzEdgeActionVersion": {},
+ "Switch-AzEdgeActionVersionDefault": {},
+ "Update-AzEdgeAction": {},
+ "Update-AzEdgeActionExecutionFilter": {},
+ "Update-AzEdgeActionVersion": {}
+ },
"Az.EdgeOrder": {
"Get-AzEdgeOrder": {},
"Get-AzEdgeOrderAddress": {},
@@ -4443,66 +4471,6 @@
"Update-AzMixedRealityRemoteRenderingAccount": {},
"Update-AzMixedRealitySpatialAnchorsAccount": {}
},
- "Az.MobileNetwork": {
- "Deploy-AzMobileNetworkReinstallPacketCoreControlPlane": {},
- "Deploy-AzMobileNetworkRollbackPacketCoreControlPlane": {},
- "Get-AzMobileNetwork": {},
- "Get-AzMobileNetworkAttachedDataNetwork": {},
- "Get-AzMobileNetworkDataNetwork": {},
- "Get-AzMobileNetworkPacketCoreControlPlane": {},
- "Get-AzMobileNetworkPacketCoreControlPlaneVersion": {},
- "Get-AzMobileNetworkPacketCoreDataPlane": {},
- "Get-AzMobileNetworkService": {},
- "Get-AzMobileNetworkSim": {},
- "Get-AzMobileNetworkSimGroup": {},
- "Get-AzMobileNetworkSimPolicy": {},
- "Get-AzMobileNetworkSite": {},
- "Get-AzMobileNetworkSlice": {},
- "New-AzMobileNetwork": {},
- "New-AzMobileNetworkAttachedDataNetwork": {},
- "New-AzMobileNetworkDataNetwork": {},
- "New-AzMobileNetworkDataNetworkConfigurationObject": {},
- "New-AzMobileNetworkPacketCoreControlPlane": {},
- "New-AzMobileNetworkPacketCoreDataPlane": {},
- "New-AzMobileNetworkPccRuleConfigurationObject": {},
- "New-AzMobileNetworkService": {},
- "New-AzMobileNetworkServiceDataFlowTemplateObject": {},
- "New-AzMobileNetworkServiceResourceIdObject": {},
- "New-AzMobileNetworkSim": {},
- "New-AzMobileNetworkSimGroup": {},
- "New-AzMobileNetworkSimPolicy": {},
- "New-AzMobileNetworkSimStaticIPPropertiesObject": {},
- "New-AzMobileNetworkSite": {},
- "New-AzMobileNetworkSiteResourceIdObject": {},
- "New-AzMobileNetworkSlice": {},
- "New-AzMobileNetworkSliceConfigurationObject": {},
- "Remove-AzMobileNetwork": {},
- "Remove-AzMobileNetworkAttachedDataNetwork": {},
- "Remove-AzMobileNetworkBulkSimDelete": {},
- "Remove-AzMobileNetworkDataNetwork": {},
- "Remove-AzMobileNetworkPacketCoreControlPlane": {},
- "Remove-AzMobileNetworkPacketCoreDataPlane": {},
- "Remove-AzMobileNetworkService": {},
- "Remove-AzMobileNetworkSim": {},
- "Remove-AzMobileNetworkSimGroup": {},
- "Remove-AzMobileNetworkSimPolicy": {},
- "Remove-AzMobileNetworkSite": {},
- "Remove-AzMobileNetworkSlice": {},
- "Trace-AzMobileNetworkCollectPacketCoreControlPlaneDiagnosticPackage": {},
- "Update-AzMobileNetwork": {},
- "Update-AzMobileNetworkAttachedDataNetwork": {},
- "Update-AzMobileNetworkBulkSimUpload": {},
- "Update-AzMobileNetworkBulkSimUploadEncrypted": {},
- "Update-AzMobileNetworkDataNetwork": {},
- "Update-AzMobileNetworkPacketCoreControlPlane": {},
- "Update-AzMobileNetworkPacketCoreDataPlane": {},
- "Update-AzMobileNetworkService": {},
- "Update-AzMobileNetworkSim": {},
- "Update-AzMobileNetworkSimGroup": {},
- "Update-AzMobileNetworkSimPolicy": {},
- "Update-AzMobileNetworkSite": {},
- "Update-AzMobileNetworkSlice": {}
- },
"Az.MongoDB": {
"Get-AzMongoDBOrganization": {},
"New-AzMongoDBOrganization": {},
@@ -7768,6 +7736,7 @@
"Get-AzSqlDatabaseVulnerabilityAssessmentSetting": {},
"Get-AzSqlDeletedDatabaseBackup": {},
"Get-AzSqlDeletedInstanceDatabaseBackup": {},
+ "Get-AzSqlDeletedServer": {},
"Get-AzSqlElasticJob": {},
"Get-AzSqlElasticJobAgent": {},
"Get-AzSqlElasticJobCredential": {},
diff --git a/src/Accounts/AssemblyLoading/Properties/AssemblyInfo.cs b/src/Accounts/AssemblyLoading/Properties/AssemblyInfo.cs
index 65cd60f07131..6964f21b5879 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("5.3.1")]
-[assembly: AssemblyFileVersion("5.3.1")]
+[assembly: AssemblyVersion("5.3.2")]
+[assembly: AssemblyFileVersion("5.3.2")]
diff --git a/src/Accounts/Authentication/Properties/AssemblyInfo.cs b/src/Accounts/Authentication/Properties/AssemblyInfo.cs
index 2d0cdc210cee..e42ac10cd177 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("5.3.1")]
-[assembly: AssemblyFileVersion("5.3.1")]
+[assembly: AssemblyVersion("5.3.2")]
+[assembly: AssemblyFileVersion("5.3.2")]
#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 2893719ff3e2..59d62e0dd5d6 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("5.3.1")]
-[assembly: AssemblyFileVersion("5.3.1")]
+[assembly: AssemblyVersion("5.3.2")]
+[assembly: AssemblyFileVersion("5.3.2")]
diff --git a/src/Accounts/Authenticators/Properties/AssemblyInfo.cs b/src/Accounts/Authenticators/Properties/AssemblyInfo.cs
index f8a7bafa3126..2ae0be2fb2a9 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("5.3.1")]
-[assembly: AssemblyFileVersion("5.3.1")]
+[assembly: AssemblyVersion("5.3.2")]
+[assembly: AssemblyFileVersion("5.3.2")]
diff --git a/src/Aks/Aks.Management.Sdk/Properties/AssemblyInfo.cs b/src/Aks/Aks.Management.Sdk/Properties/AssemblyInfo.cs
index 1cd8d952144c..40b6eed8e138 100644
--- a/src/Aks/Aks.Management.Sdk/Properties/AssemblyInfo.cs
+++ b/src/Aks/Aks.Management.Sdk/Properties/AssemblyInfo.cs
@@ -9,8 +9,8 @@
[assembly: AssemblyTitle("Microsoft Azure Container Service Management Library")]
[assembly: AssemblyDescription("Provides Container Service management capabilities for Microsoft Azure.")]
-[assembly: AssemblyVersion("7.0.0")]
-[assembly: AssemblyFileVersion("7.0.0")]
+[assembly: AssemblyVersion("7.1.0")]
+[assembly: AssemblyFileVersion("7.1.0")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
[assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation")]
diff --git a/src/Aks/Aks/Az.Aks.psd1 b/src/Aks/Aks/Az.Aks.psd1
index be49faed544f..94442331fb48 100644
--- a/src/Aks/Aks/Az.Aks.psd1
+++ b/src/Aks/Aks/Az.Aks.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 12/1/2025
+# Generated on: 1/10/2026
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '7.0.0'
+ModuleVersion = '7.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 = '5.3.0'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Aks.Autorest/bin/Az.Aks.private.dll',
@@ -61,10 +61,10 @@ RequiredAssemblies = 'Aks.Autorest/bin/Az.Aks.private.dll',
'YamlDotNet.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 = 'Aks.Autorest/Az.Aks.format.ps1xml'
@@ -124,8 +124,7 @@ PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
- Tags = 'Azure', 'ResourceManager', 'ARM', 'AKS', 'Kubernetes', 'Container',
- 'Orchestrator', 'Containers', 'Docker'
+ Tags = 'Azure','ResourceManager','ARM','AKS','Kubernetes','Container','Orchestrator','Containers','Docker'
# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
@@ -137,8 +136,10 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Introduced various new features by upgrading code generator. Please see detail [here](https://github.com/Azure/azure-powershell/blob/main/documentation/Autorest-powershell-v4-new-features.md).
-* Updated the default value of ''-NodeVmSize'' parameter in ''New-AzAksCluster'' and ''-VmSize'' parameter in ''New-AzAksNodePool'' from ''Standard_D2_V2'' to being dynamically selected by the AKS resource provider based on quota and capacity in the next major release.'
+ ReleaseNotes = '* Bumped API version to 2025-08-01
+* Added cmdlets ''Get-AzAksMachine'', ''Get-AzAksManagedClusterMeshRevisionProfile'', ''Get-AzAksManagedClusterMeshUpgradeProfile'', ''Get-AzAksTrustedAccessRole'', ''Get-AzAksTrustedAccessRoleBinding'', ''New-AzAksTrustedAccessRoleBinding'', ''Remove-AzAksAgentPoolMachine'', ''Remove-AzAksTrustedAccessRoleBinding'', ''Update-AzAksTrustedAccessRoleBinding''
+* Added necessary parameters for ''New-AzAksCluster'', ''Set-AzAksCluster'', ''New-AzAksNodePool'', ''Update-AzAksNodePool''
+* Removed cmdlet ''Get-AzAksManagedClusterOSOption'''
# Prerelease string of this module
# Prerelease = ''
@@ -151,7 +152,7 @@ PrivateData = @{
} # End of PSData hashtable
-} # End of PrivateData hashtable
+ } # End of PrivateData hashtable
# HelpInfo URI of this module
# HelpInfoURI = ''
diff --git a/src/Aks/Aks/ChangeLog.md b/src/Aks/Aks/ChangeLog.md
index bad9879d88c1..1392a51f26ba 100644
--- a/src/Aks/Aks/ChangeLog.md
+++ b/src/Aks/Aks/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 7.1.0
* Bumped API version to 2025-08-01
* Added cmdlets `Get-AzAksMachine`, `Get-AzAksManagedClusterMeshRevisionProfile`, `Get-AzAksManagedClusterMeshUpgradeProfile`, `Get-AzAksTrustedAccessRole`, `Get-AzAksTrustedAccessRoleBinding`, `New-AzAksTrustedAccessRoleBinding`, `Remove-AzAksAgentPoolMachine`, `Remove-AzAksTrustedAccessRoleBinding`, `Update-AzAksTrustedAccessRoleBinding`
* Added necessary parameters for `New-AzAksCluster`, `Set-AzAksCluster`, `New-AzAksNodePool`, `Update-AzAksNodePool`
diff --git a/src/Aks/Aks/Properties/AssemblyInfo.cs b/src/Aks/Aks/Properties/AssemblyInfo.cs
index a2a33a22b3ad..a9d2cd93b1ca 100644
--- a/src/Aks/Aks/Properties/AssemblyInfo.cs
+++ b/src/Aks/Aks/Properties/AssemblyInfo.cs
@@ -23,5 +23,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("a97e0c3e-e389-46a6-b73d-2b9bd6909bdb")]
-[assembly: AssemblyVersion("7.0.0")]
-[assembly: AssemblyFileVersion("7.0.0")]
+[assembly: AssemblyVersion("7.1.0")]
+[assembly: AssemblyFileVersion("7.1.0")]
diff --git a/src/Batch/Batch.Management.Sdk/Properties/AssemblyInfo.cs b/src/Batch/Batch.Management.Sdk/Properties/AssemblyInfo.cs
index c25b845f2c98..e03755590e9e 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("4.0.0")]
-[assembly: AssemblyFileVersion("4.0.0")]
+[assembly: AssemblyVersion("4.0.1")]
+[assembly: AssemblyFileVersion("4.0.1")]
diff --git a/src/Batch/Batch/Az.Batch.psd1 b/src/Batch/Batch/Az.Batch.psd1
index a50aed3d8f9c..80d8ff76adbc 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: 11/11/2025
+# Generated on: 1/10/2026
#
@{
@@ -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 = '5.3.1'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.AspNetCore.WebUtilities.dll',
@@ -149,7 +149,8 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Upgraded API version from 2022-10-01 to 2024-07-01.'
+ ReleaseNotes = '* Updated Azure.Core from 1.47.3 to 1.50.0
+* Updated the implementation of ''New-AzBatchApplicationPackage'' cmdlet to not call ''Get-AzBatchApplicationPackage'' to retrieve storage keys for security improvements. No behavior changes to the cmdlet.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Batch/Batch/ChangeLog.md b/src/Batch/Batch/ChangeLog.md
index 61e4511b0955..4b5fcd347d38 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 4.0.1
* Updated Azure.Core from 1.47.3 to 1.50.0
* Updated the implementation of 'New-AzBatchApplicationPackage' cmdlet to not call 'Get-AzBatchApplicationPackage' to retrieve storage keys for security improvements. No behavior changes to the cmdlet.
diff --git a/src/Batch/Batch/Properties/AssemblyInfo.cs b/src/Batch/Batch/Properties/AssemblyInfo.cs
index 97dc47a2c76e..a7c48f82646b 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("4.0.0")]
-[assembly: AssemblyFileVersion("4.0.0")]
+[assembly: AssemblyVersion("4.0.1")]
+[assembly: AssemblyFileVersion("4.0.1")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Batch.Test")]
#endif
diff --git a/src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs b/src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs
index 83b2ae8a1357..9d2866bad670 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("11.1.0")]
-[assembly: AssemblyFileVersion("11.1.0")]
+[assembly: AssemblyVersion("11.2.0")]
+[assembly: AssemblyFileVersion("11.2.0")]
diff --git a/src/Compute/Compute.Management.Sdk/Properties/AssemblyInfo.cs b/src/Compute/Compute.Management.Sdk/Properties/AssemblyInfo.cs
index 343fd7caa134..c917325470b0 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("11.1.0")]
-[assembly: AssemblyFileVersion("11.1.0")]
+[assembly: AssemblyVersion("11.2.0")]
+[assembly: AssemblyFileVersion("11.2.0")]
diff --git a/src/Compute/Compute/Az.Compute.psd1 b/src/Compute/Compute/Az.Compute.psd1
index 4f8c05a889e8..6a8fb0ff323f 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: 11/26/2025
+# Generated on: 1/10/2026
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '11.1.0'
+ModuleVersion = '11.2.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 = '5.3.1'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Compute.Autorest/bin/Az.Compute.private.dll',
@@ -256,10 +256,11 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Added ''-ResiliencyView'' parameter to ''Get-AzVmssVM'' cmdlet
- - Retrieves the resilient VM deletion status for Virtual Machine Scale Set (VMSS) VMs
- - Indicates whether automatic delete retries are in progress, failed, or not started
- - Supports monitoring the real-time status of the Resilient Delete feature'
+ ReleaseNotes = '* Added ''-HighSpeedInterconnectPlacement'' parameter to ''New-AzVmssConfig'' and ''New-AzVmss'' cmdlets.
+* Added new parameters ''ZonePlacementPolicy'', ''IncludeZone'', ''ExcludeZone'', ''MaxZoneCount'', ''EnableMaxInstancePercentPerZone'' and ''MaxInstancePercentPerZoneValue'' to ''New-AzVmssConfig'' cmdlet.
+* Added new parameters ''ZonePlacementPolicy'', ''IncludeZone'' and ''ExcludeZone'' to ''New-AzVmss'' cmdlet.
+* Added new parameters ''MaxZoneCount'', ''EnableMaxInstancePercentPerZone'' and ''MaxInstancePercentPerZoneValue'' to ''Update-AzVmss'' cmdlet.
+* Updated Azure.Core from 1.47.3 to 1.50.0'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Compute/Compute/ChangeLog.md b/src/Compute/Compute/ChangeLog.md
index 829f887fee2a..30c9b0d30000 100644
--- a/src/Compute/Compute/ChangeLog.md
+++ b/src/Compute/Compute/ChangeLog.md
@@ -20,6 +20,8 @@
-->
## Upcoming Release
+
+## Version 11.2.0
* Added `-HighSpeedInterconnectPlacement` parameter to `New-AzVmssConfig` and `New-AzVmss` cmdlets.
* Added new parameters `ZonePlacementPolicy`, `IncludeZone`, `ExcludeZone`, `MaxZoneCount`, `EnableMaxInstancePercentPerZone` and `MaxInstancePercentPerZoneValue` to `New-AzVmssConfig` cmdlet.
* Added new parameters `ZonePlacementPolicy`, `IncludeZone` and `ExcludeZone` to `New-AzVmss` cmdlet.
diff --git a/src/Compute/Compute/Properties/AssemblyInfo.cs b/src/Compute/Compute/Properties/AssemblyInfo.cs
index 4609951194f6..2e056440e764 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("11.1.0")]
-[assembly: AssemblyFileVersion("11.1.0")]
+[assembly: AssemblyVersion("11.2.0")]
+[assembly: AssemblyFileVersion("11.2.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")]
#endif
diff --git a/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 b/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1
index b53a726509b2..fc90f4585940 100644
--- a/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1
+++ b/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 11/11/2025
+# Generated on: 1/10/2026
#
@{
@@ -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 = '5.3.1'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Azure.Containers.ContainerRegistry.dll',
@@ -154,8 +154,8 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Improved user experience and consistency. This may introduce breaking changes. Please refer to [here](https://go.microsoft.com/fwlink/?linkid=2340249).
-* Updated Azure.Core from 1.45.0 to 1.47.3'
+ ReleaseNotes = '* Fixed ''-ExposeToken'' with ''Connect-AzContainerRegistry''
+* Updated Azure.Core from 1.47.3 to 1.50.0'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/ContainerRegistry/ContainerRegistry/ChangeLog.md b/src/ContainerRegistry/ContainerRegistry/ChangeLog.md
index eaf68fda6cc7..323df8bc80ad 100644
--- a/src/ContainerRegistry/ContainerRegistry/ChangeLog.md
+++ b/src/ContainerRegistry/ContainerRegistry/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 5.0.1
* Fixed `-ExposeToken` with `Connect-AzContainerRegistry`
* Updated Azure.Core from 1.47.3 to 1.50.0
diff --git a/src/ContainerRegistry/ContainerRegistry/Properties/AssemblyInfo.cs b/src/ContainerRegistry/ContainerRegistry/Properties/AssemblyInfo.cs
index a52e9b00a37d..cab9c5e6d445 100644
--- a/src/ContainerRegistry/ContainerRegistry/Properties/AssemblyInfo.cs
+++ b/src/ContainerRegistry/ContainerRegistry/Properties/AssemblyInfo.cs
@@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("FE330703-623A-4C08-9DA7-1C63B4058034")]
-[assembly: AssemblyVersion("5.0.0")]
-[assembly: AssemblyFileVersion("5.0.0")]
+[assembly: AssemblyVersion("5.0.1")]
+[assembly: AssemblyFileVersion("5.0.1")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Test")]
#endif
diff --git a/src/CosmosDB/CosmosDB.Management.Sdk/Properties/AssemblyInfo.cs b/src/CosmosDB/CosmosDB.Management.Sdk/Properties/AssemblyInfo.cs
index 77e576a78cfc..e1d6f42976b4 100644
--- a/src/CosmosDB/CosmosDB.Management.Sdk/Properties/AssemblyInfo.cs
+++ b/src/CosmosDB/CosmosDB.Management.Sdk/Properties/AssemblyInfo.cs
@@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("d90791a2-8102-47fc-8150-de25ae796eb1")]
-[assembly: AssemblyVersion("1.19.0")]
-[assembly: AssemblyFileVersion("1.19.0")]
+[assembly: AssemblyVersion("1.19.1")]
+[assembly: AssemblyFileVersion("1.19.1")]
diff --git a/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 b/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1
index ebd920866152..3e2905b47276 100644
--- a/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1
+++ b/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 11/26/2025
+# Generated on: 1/10/2026
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '1.19.0'
+ModuleVersion = '1.19.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 = '5.3.1'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Azure.Security.KeyVault.Keys.dll',
@@ -262,8 +262,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Added fleet management support for Cosmos DB accounts.
-* Added support for priority based execution.'
+ ReleaseNotes = '* Updated Azure.Core from 1.47.3 to 1.50.0'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/CosmosDB/CosmosDB/ChangeLog.md b/src/CosmosDB/CosmosDB/ChangeLog.md
index aad9dd19f889..35ec6a7417d2 100644
--- a/src/CosmosDB/CosmosDB/ChangeLog.md
+++ b/src/CosmosDB/CosmosDB/ChangeLog.md
@@ -19,6 +19,8 @@
-->
## Upcoming Release
+
+## Version 1.19.1
* Updated Azure.Core from 1.47.3 to 1.50.0
## Version 1.19.0
diff --git a/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs b/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs
index dd37b87ca9ab..c9e929fa1aed 100644
--- a/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs
+++ b/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs
@@ -25,5 +25,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("d90791a2-8102-47fc-8150-de25ae796eb1")]
-[assembly: AssemblyVersion("1.19.0")]
-[assembly: AssemblyFileVersion("1.19.0")]
+[assembly: AssemblyVersion("1.19.1")]
+[assembly: AssemblyFileVersion("1.19.1")]
diff --git a/src/DataFactory/DataFactory.Management.Sdk/Properties/AssemblyInfo.cs b/src/DataFactory/DataFactory.Management.Sdk/Properties/AssemblyInfo.cs
index 4369763bc89d..fa07d4ba4389 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.19.6")]
-[assembly: AssemblyFileVersion("1.19.6")]
+[assembly: AssemblyVersion("1.19.7")]
+[assembly: AssemblyFileVersion("1.19.7")]
diff --git a/src/DataFactory/DataFactory/Az.DataFactory.psd1 b/src/DataFactory/DataFactory/Az.DataFactory.psd1
index 813871072336..f689ff8b58e7 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: 11/11/2025
+# Generated on: 1/10/2026
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '1.19.6'
+ModuleVersion = '1.19.7'
# 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 = '5.3.1'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.DataFactories.dll',
@@ -172,7 +172,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Added support for clusterResourceGroupAuthType property in HDInsightOnDemand linked services properties.'
+ ReleaseNotes = '* Added more support for Jira V2 (Jira Version 2) and Netezza V2 (Netezza Version 2) connection properties.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/DataFactory/DataFactory/ChangeLog.md b/src/DataFactory/DataFactory/ChangeLog.md
index b2b4efb6a615..9abf5dab40da 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.19.7
* Added more support for Jira V2 (Jira Version 2) and Netezza V2 (Netezza Version 2) connection properties.
## Version 1.19.6
diff --git a/src/DataFactory/DataFactory/Properties/AssemblyInfo.cs b/src/DataFactory/DataFactory/Properties/AssemblyInfo.cs
index fa41d4d8f1ac..0124abb78535 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.19.6")]
-[assembly: AssemblyFileVersion("1.19.6")]
+[assembly: AssemblyVersion("1.19.7")]
+[assembly: AssemblyFileVersion("1.19.7")]
diff --git a/src/DataFactory/DataFactoryV1/Properties/AssemblyInfo.cs b/src/DataFactory/DataFactoryV1/Properties/AssemblyInfo.cs
index 22da4919d854..8b2b7471313d 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.19.6")]
-[assembly: AssemblyFileVersion("1.19.6")]
+[assembly: AssemblyVersion("1.19.7")]
+[assembly: AssemblyFileVersion("1.19.7")]
#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 20996a90a454..227afe67ed92 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.19.6")]
-[assembly: AssemblyFileVersion("1.19.6")]
+[assembly: AssemblyVersion("1.19.7")]
+[assembly: AssemblyFileVersion("1.19.7")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2.Test")]
diff --git a/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1 b/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1
index 4b39b9f513e2..753008a69db9 100644
--- a/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1
+++ b/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 11/11/2025
+# Generated on: 1/10/2026
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '1.5.1'
+ModuleVersion = '1.5.2'
# 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 = '5.3.1'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.DataLake.Store.dll',
@@ -160,7 +160,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Updated Azure.Core from 1.45.0 to 1.47.3'
+ ReleaseNotes = '* Updated Azure.Core from 1.47.3 to 1.50.0'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/DataLakeStore/DataLakeStore/ChangeLog.md b/src/DataLakeStore/DataLakeStore/ChangeLog.md
index c711d32ab80a..2ba763d99b68 100644
--- a/src/DataLakeStore/DataLakeStore/ChangeLog.md
+++ b/src/DataLakeStore/DataLakeStore/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 1.5.2
* Updated Azure.Core from 1.47.3 to 1.50.0
## Version 1.5.1
diff --git a/src/DataLakeStore/DataLakeStore/Properties/AssemblyInfo.cs b/src/DataLakeStore/DataLakeStore/Properties/AssemblyInfo.cs
index 9685ebad9b1b..f0370257687c 100644
--- a/src/DataLakeStore/DataLakeStore/Properties/AssemblyInfo.cs
+++ b/src/DataLakeStore/DataLakeStore/Properties/AssemblyInfo.cs
@@ -36,8 +36,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.5.1")]
-[assembly: AssemblyFileVersion("1.5.1")]
+[assembly: AssemblyVersion("1.5.2")]
+[assembly: AssemblyFileVersion("1.5.2")]
#if SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
#else
diff --git a/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 b/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1
index 5f0c1f363af3..850f48d4719b 100644
--- a/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1
+++ b/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 2025/12/16
+# Generated on: 1/10/2026
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '2.0.0'
+ModuleVersion = '2.1.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,16 +53,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 = '5.3.1'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'FrontDoor.Autorest/bin/Az.FrontDoor.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 = 'FrontDoor.Autorest/Az.FrontDoor.format.ps1xml'
@@ -129,7 +129,7 @@ PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
- Tags = 'Azure', 'ResourceManager', 'ARM', 'FrontDoor'
+ Tags = 'Azure','ResourceManager','ARM','FrontDoor'
# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
@@ -141,9 +141,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Bumped swagger version to 2025-10-01
-* Added support for DDos RuleSet
-* Migrated to AutoRest PowerShell V4'
+ ReleaseNotes = '* Fixed New-AzFrontDoorWafManagedRuleOverrideObject issue.'
# Prerelease string of this module
# Prerelease = ''
@@ -156,7 +154,7 @@ PrivateData = @{
} # End of PSData hashtable
-} # End of PrivateData hashtable
+ } # End of PrivateData hashtable
# HelpInfo URI of this module
# HelpInfoURI = ''
diff --git a/src/FrontDoor/FrontDoor/ChangeLog.md b/src/FrontDoor/FrontDoor/ChangeLog.md
index a14bdca51586..7fb95739a623 100644
--- a/src/FrontDoor/FrontDoor/ChangeLog.md
+++ b/src/FrontDoor/FrontDoor/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 2.1.0
* Fixed New-AzFrontDoorWafManagedRuleOverrideObject issue.
## Version 2.0.0
diff --git a/src/FrontDoor/FrontDoor/Properties/AssemblyInfo.cs b/src/FrontDoor/FrontDoor/Properties/AssemblyInfo.cs
index 98797be75a88..916d86922c04 100644
--- a/src/FrontDoor/FrontDoor/Properties/AssemblyInfo.cs
+++ b/src/FrontDoor/FrontDoor/Properties/AssemblyInfo.cs
@@ -25,5 +25,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("d90791a2-8102-47fc-2483-de25ae796eb1")]
-[assembly: AssemblyVersion("2.0.0")]
-[assembly: AssemblyFileVersion("2.0.0")]
+[assembly: AssemblyVersion("2.1.0")]
+[assembly: AssemblyFileVersion("2.1.0")]
diff --git a/src/KeyVault/KeyVault.Management.Sdk/Properties/AssemblyInfo.cs b/src/KeyVault/KeyVault.Management.Sdk/Properties/AssemblyInfo.cs
index 256c92e55fd3..7e434fb0912b 100644
--- a/src/KeyVault/KeyVault.Management.Sdk/Properties/AssemblyInfo.cs
+++ b/src/KeyVault/KeyVault.Management.Sdk/Properties/AssemblyInfo.cs
@@ -9,8 +9,8 @@
[assembly: AssemblyTitle("Microsoft Azure Key Vault Resource Management Library")]
[assembly: AssemblyDescription("Provides key vault management capabilities for Microsoft Azure.")]
-[assembly: AssemblyVersion("6.4.1")]
-[assembly: AssemblyFileVersion("6.4.1")]
+[assembly: AssemblyVersion("6.4.2")]
+[assembly: AssemblyFileVersion("6.4.2")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
[assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation")]
diff --git a/src/KeyVault/KeyVault/Az.KeyVault.psd1 b/src/KeyVault/KeyVault/Az.KeyVault.psd1
index 1ac9b1154be6..38341663adca 100644
--- a/src/KeyVault/KeyVault/Az.KeyVault.psd1
+++ b/src/KeyVault/KeyVault/Az.KeyVault.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 11/11/2025
+# Generated on: 1/10/2026
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '6.4.1'
+ModuleVersion = '6.4.2'
# 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 = '5.3.1'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Azure.Security.KeyVault.Administration.dll',
@@ -179,7 +179,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Updated Azure.Core from 1.45.0 to 1.47.3'
+ ReleaseNotes = '* Updated Azure.Core from 1.47.3 to 1.50.0'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/KeyVault/KeyVault/ChangeLog.md b/src/KeyVault/KeyVault/ChangeLog.md
index a94bec0de795..2664686d2583 100644
--- a/src/KeyVault/KeyVault/ChangeLog.md
+++ b/src/KeyVault/KeyVault/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 6.4.2
* Updated Azure.Core from 1.47.3 to 1.50.0
## Version 6.4.1
diff --git a/src/KeyVault/KeyVault/Properties/AssemblyInfo.cs b/src/KeyVault/KeyVault/Properties/AssemblyInfo.cs
index b53300d41da7..5da73483f5a0 100644
--- a/src/KeyVault/KeyVault/Properties/AssemblyInfo.cs
+++ b/src/KeyVault/KeyVault/Properties/AssemblyInfo.cs
@@ -29,8 +29,8 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("2994548F-69B9-4DC2-8D19-52CC0C0C85BC")]
-[assembly: AssemblyVersion("6.4.1")]
-[assembly: AssemblyFileVersion("6.4.1")]
+[assembly: AssemblyVersion("6.4.2")]
+[assembly: AssemblyFileVersion("6.4.2")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Test")]
[assembly: InternalsVisibleTo("SecurityDomain.Test")]
diff --git a/src/MachineLearningServices/MachineLearningServices/Az.MachineLearningServices.psd1 b/src/MachineLearningServices/MachineLearningServices/Az.MachineLearningServices.psd1
index b237fa59df31..71f73b71f6b4 100644
--- a/src/MachineLearningServices/MachineLearningServices/Az.MachineLearningServices.psd1
+++ b/src/MachineLearningServices/MachineLearningServices/Az.MachineLearningServices.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 11/11/2025
+# Generated on: 1/10/2026
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '1.2.0'
+ModuleVersion = '1.3.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,17 +51,17 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies =
'MachineLearningServices.Autorest/bin/Az.MachineLearningServices.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 =
@@ -208,7 +208,7 @@ PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
- Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'MachineLearningServices'
+ Tags = 'Azure','ResourceManager','ARM','PSModule','MachineLearningServices'
# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
@@ -220,7 +220,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Upgraded nuget package to signed package.'
+ ReleaseNotes = '* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229'
# Prerelease string of this module
# Prerelease = ''
@@ -233,7 +233,7 @@ PrivateData = @{
} # End of PSData hashtable
-} # End of PrivateData hashtable
+ } # End of PrivateData hashtable
# HelpInfo URI of this module
# HelpInfoURI = ''
diff --git a/src/MachineLearningServices/MachineLearningServices/ChangeLog.md b/src/MachineLearningServices/MachineLearningServices/ChangeLog.md
index ef63fdf75c38..f719414d1ea6 100644
--- a/src/MachineLearningServices/MachineLearningServices/ChangeLog.md
+++ b/src/MachineLearningServices/MachineLearningServices/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 1.3.0
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
## Version 1.2.0
diff --git a/src/MachineLearningServices/MachineLearningServices/Properties/AssemblyInfo.cs b/src/MachineLearningServices/MachineLearningServices/Properties/AssemblyInfo.cs
index 952aa7d9ea58..cb3135ce291e 100644
--- a/src/MachineLearningServices/MachineLearningServices/Properties/AssemblyInfo.cs
+++ b/src/MachineLearningServices/MachineLearningServices/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("db87fc3a-a318-4d51-abd1-973b9278bb88")]
-[assembly: AssemblyVersion("1.2.0")]
-[assembly: AssemblyFileVersion("1.2.0")]
+[assembly: AssemblyVersion("1.3.0")]
+[assembly: AssemblyFileVersion("1.3.0")]
diff --git a/src/Migrate/Migrate/Az.Migrate.psd1 b/src/Migrate/Migrate/Az.Migrate.psd1
index 0907d20d4630..0997f81bb7f0 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: 11/12/2025
+# Generated on: 1/10/2026
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '2.10.1'
+ModuleVersion = '2.11.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 = '5.3.0'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })
# 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,15 +135,8 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Fixed bugs in ''Initialize-AzMigrateLocalReplicationInfrastructure''
- - Correct AMH solution tool name of ''ServerMigration_DataReplication'' is now being passed in to address replication count missing and UX experience load issues in Azure Migrate on Azure portal.
-* Address Join-Path compatibility issue in older version of PowerShell environment such as PowerShell 5.1 in the following commands
- - ''Initialize-AzMigrateLocalReplicationInfrastructure''
- - ''Initialize-AzMigrateReplicationInfrastructure''
- - ''New-AzMigrateLocalServerReplication''
- - ''Get-AzMigrateLocalServerReplication''
- - ''Set-AzMigrateLocalServerReplication''
- - ''Start-AzMigrateLocalServerMigration'''
+ ReleaseNotes = '* Updated DefaultCrashConsistentFrequencyInMinutes and DefaultAppConsistentFrequencyInMinutes to align with Azure Portal UX for Replication Policy
+ - ''New-AzMigrateLocalServerReplication'''
# Prerelease string of this module
# Prerelease = ''
@@ -156,7 +149,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 ccff874437a3..8242405db2ca 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.11.0
* Updated DefaultCrashConsistentFrequencyInMinutes and DefaultAppConsistentFrequencyInMinutes to align with Azure Portal UX for Replication Policy
- `New-AzMigrateLocalServerReplication`
diff --git a/src/Migrate/Migrate/Properties/AssemblyInfo.cs b/src/Migrate/Migrate/Properties/AssemblyInfo.cs
index e20254d45ee8..b9d317357257 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.10.1")]
-[assembly: AssemblyFileVersion("2.10.1")]
+[assembly: AssemblyVersion("2.11.0")]
+[assembly: AssemblyFileVersion("2.11.0")]
diff --git a/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 b/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1
index 990571a625de..bc133b2e64ec 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: 11/11/2025
+# Generated on: 1/10/2026
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '0.25.1'
+ModuleVersion = '1.0.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 = '5.3.1'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.NetAppFiles.Management.Sdk.dll'
@@ -204,7 +204,8 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Updated Azure.Core from 1.45.0 to 1.47.3'
+ ReleaseNotes = '* Updated Azure.Core from 1.47.3 to 1.50.0
+* General availability for module Az.NetAppFiles'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/NetAppFiles/NetAppFiles/ChangeLog.md b/src/NetAppFiles/NetAppFiles/ChangeLog.md
index 2d7c21f3926d..32b70442c8cb 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 1.0.0
* Updated Azure.Core from 1.47.3 to 1.50.0
* General availability for module Az.NetAppFiles
diff --git a/src/NetAppFiles/NetAppFiles/Properties/AssemblyInfo.cs b/src/NetAppFiles/NetAppFiles/Properties/AssemblyInfo.cs
index a2f0ba5178d0..fc96401aab7b 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.25.1")]
-[assembly: AssemblyFileVersion("0.25.1")]
+[assembly: AssemblyVersion("1.0.0")]
+[assembly: AssemblyFileVersion("1.0.0")]
diff --git a/src/Network/Network/Az.Network.psd1 b/src/Network/Network/Az.Network.psd1
index 4bce393b8b52..06cb9514c460 100644
--- a/src/Network/Network/Az.Network.psd1
+++ b/src/Network/Network/Az.Network.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 11/26/2025
+# Generated on: 1/10/2026
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '7.24.0'
+ModuleVersion = '7.24.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 = '5.3.1'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll',
@@ -810,14 +810,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Added support for ''RecordType'' property in ''New-AzNetworkWatcherFlowLog'' and ''Set-AzNetworkWatcherFlowLog'' cmdlets.
-* Added property ''NvaInterfaceConfiguration'' to Network Virtual Appliances, as well as support for them in following cmdlets:
- - ''New-AzNetworkVirtualAppliance''
- - ''Get-AzNetworkVirtualAppliance''
-* Added cmdlet to take the NvaInterfaceConfigurations properties on the Network Virtual Appliance:
- - ''New-AzNvaInterfaceConfiguration'' to build individual interface configuration for network virtual appliance.
-* Removed the None from the accepted value for the property ''Sensitivity''
- - Updated ''New-AzApplicationGatewayFirewallPolicyManagedRuleOverride'' cmdlet'
+ ReleaseNotes = '* Onboarded ''Microsoft.Security/privateLinks'' to Private Link Common Cmdlets'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Network/Network/ChangeLog.md b/src/Network/Network/ChangeLog.md
index 0a1d69932507..33748855cb21 100644
--- a/src/Network/Network/ChangeLog.md
+++ b/src/Network/Network/ChangeLog.md
@@ -19,6 +19,8 @@
--->
## Upcoming Release
+
+## Version 7.24.1
* Onboarded `Microsoft.Security/privateLinks` to Private Link Common Cmdlets
## Version 7.24.0
diff --git a/src/Network/Network/Properties/AssemblyInfo.cs b/src/Network/Network/Properties/AssemblyInfo.cs
index 87dc83b09890..68b7c0f28980 100644
--- a/src/Network/Network/Properties/AssemblyInfo.cs
+++ b/src/Network/Network/Properties/AssemblyInfo.cs
@@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("be2ca022-590c-48ba-b465-9ab61d6e2ea0")]
-[assembly: AssemblyVersion("7.24.0")]
-[assembly: AssemblyFileVersion("7.24.0")]
+[assembly: AssemblyVersion("7.24.1")]
+[assembly: AssemblyFileVersion("7.24.1")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Network.Test")]
#endif
diff --git a/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1 b/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1
index f27f28e2be02..79b668a5ad2e 100644
--- a/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1
+++ b/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 11/11/2025
+# Generated on: 1/10/2026
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '1.7.2'
+ModuleVersion = '1.7.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 = '5.3.1'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.PolicyInsights.Management.Sdk.dll'
@@ -115,7 +115,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Updated Azure.Core from 1.45.0 to 1.47.3'
+ ReleaseNotes = '* Updated Azure.Core from 1.47.3 to 1.50.0'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/PolicyInsights/PolicyInsights/ChangeLog.md b/src/PolicyInsights/PolicyInsights/ChangeLog.md
index 451da9565db9..5d3782c96f83 100644
--- a/src/PolicyInsights/PolicyInsights/ChangeLog.md
+++ b/src/PolicyInsights/PolicyInsights/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 1.7.3
* Updated Azure.Core from 1.47.3 to 1.50.0
## Version 1.7.2
diff --git a/src/PolicyInsights/PolicyInsights/Properties/AssemblyInfo.cs b/src/PolicyInsights/PolicyInsights/Properties/AssemblyInfo.cs
index b55d6c2acf6b..f161f05de951 100644
--- a/src/PolicyInsights/PolicyInsights/Properties/AssemblyInfo.cs
+++ b/src/PolicyInsights/PolicyInsights/Properties/AssemblyInfo.cs
@@ -25,5 +25,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("d28548d3-2673-4508-a28b-a69e0470faf7")]
-[assembly: AssemblyVersion("1.7.2")]
-[assembly: AssemblyFileVersion("1.7.2")]
+[assembly: AssemblyVersion("1.7.3")]
+[assembly: AssemblyFileVersion("1.7.3")]
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 fc9c194bee6e..437cbddb07e9 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.10.0")]
-[assembly: AssemblyFileVersion("7.10.0")]
+[assembly: AssemblyVersion("7.11.0")]
+[assembly: AssemblyFileVersion("7.11.0")]
diff --git a/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs
index bcb32f72cae1..7e6f6fc48317 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.10.0")]
-[assembly: AssemblyFileVersion("7.10.0")]
+[assembly: AssemblyVersion("7.11.0")]
+[assembly: AssemblyFileVersion("7.11.0")]
diff --git a/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs
index bcb32f72cae1..7e6f6fc48317 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.10.0")]
-[assembly: AssemblyFileVersion("7.10.0")]
+[assembly: AssemblyVersion("7.11.0")]
+[assembly: AssemblyFileVersion("7.11.0")]
diff --git a/src/RecoveryServices/RecoveryServices.Backup.Management.Sdk/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Management.Sdk/Properties/AssemblyInfo.cs
index 757ffe52f1ba..8fa9a7da5e75 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.10.0")]
-[assembly: AssemblyFileVersion("7.10.0")]
+[assembly: AssemblyVersion("7.11.0")]
+[assembly: AssemblyFileVersion("7.11.0")]
diff --git a/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs
index bcb32f72cae1..7e6f6fc48317 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.10.0")]
-[assembly: AssemblyFileVersion("7.10.0")]
+[assembly: AssemblyVersion("7.11.0")]
+[assembly: AssemblyFileVersion("7.11.0")]
diff --git a/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs
index bcb32f72cae1..7e6f6fc48317 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.10.0")]
-[assembly: AssemblyFileVersion("7.10.0")]
+[assembly: AssemblyVersion("7.11.0")]
+[assembly: AssemblyFileVersion("7.11.0")]
diff --git a/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs
index bcb32f72cae1..7e6f6fc48317 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.10.0")]
-[assembly: AssemblyFileVersion("7.10.0")]
+[assembly: AssemblyVersion("7.11.0")]
+[assembly: AssemblyFileVersion("7.11.0")]
diff --git a/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs
index 2d293939e391..a2221ccb6f41 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.10.0")]
-[assembly: AssemblyFileVersion("7.10.0")]
+[assembly: AssemblyVersion("7.11.0")]
+[assembly: AssemblyFileVersion("7.11.0")]
diff --git a/src/RecoveryServices/RecoveryServices.Management.Sdk/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Management.Sdk/Properties/AssemblyInfo.cs
index fec0ca285af6..a8293579c325 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.10.0")]
-[assembly: AssemblyFileVersion("7.10.0")]
+[assembly: AssemblyVersion("7.11.0")]
+[assembly: AssemblyFileVersion("7.11.0")]
diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery.Management.Sdk/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.SiteRecovery.Management.Sdk/Properties/AssemblyInfo.cs
index 23f9c2bc5977..85758be62e94 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.10.0")]
-[assembly: AssemblyFileVersion("7.10.0")]
+[assembly: AssemblyVersion("7.11.0")]
+[assembly: AssemblyFileVersion("7.11.0")]
diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs
index 6800e6500999..48be49b05fdf 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.10.0")]
-[assembly: AssemblyFileVersion("7.10.0")]
+[assembly: AssemblyVersion("7.11.0")]
+[assembly: AssemblyFileVersion("7.11.0")]
diff --git a/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 b/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1
index c415f3a5f802..e323f203708f 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: 10/29/2025
+# Generated on: 1/10/2026
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '7.10.0'
+ModuleVersion = '7.11.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 = '5.3.0'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll',
@@ -309,8 +309,9 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Added Cross region restore support for new region - northeastus5.
-* Added support for vault soft delete feature - Get soft deleted vault, Undelete softdeleted vault, Get deleted backup items in a soft deleted vault using ARG.'
+ ReleaseNotes = '* Added Cross region restore support for Bleu cloud regions
+* Added Availability Zone support in Update Protection
+* Added Platform Fault Domain support in Enable, Update, and Switch Protection workflows'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/RecoveryServices/RecoveryServices/ChangeLog.md b/src/RecoveryServices/RecoveryServices/ChangeLog.md
index a198c7a15998..f2118b58663a 100644
--- a/src/RecoveryServices/RecoveryServices/ChangeLog.md
+++ b/src/RecoveryServices/RecoveryServices/ChangeLog.md
@@ -19,6 +19,8 @@
-->
## Upcoming Release
+
+## Version 7.11.0
* Added Cross region restore support for Bleu cloud regions
* Added Availability Zone support in Update Protection
* Added Platform Fault Domain support in Enable, Update, and Switch Protection workflows
diff --git a/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs
index a4b4a7a0d603..c91973759aef 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.10.0")]
-[assembly: AssemblyFileVersion("7.10.0")]
+[assembly: AssemblyVersion("7.11.0")]
+[assembly: AssemblyFileVersion("7.11.0")]
diff --git a/src/SignalR/SignalR/Az.SignalR.psd1 b/src/SignalR/SignalR/Az.SignalR.psd1
index 6317cc5a73b9..0ddd1a59deb6 100644
--- a/src/SignalR/SignalR/Az.SignalR.psd1
+++ b/src/SignalR/SignalR/Az.SignalR.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 11/11/2025
+# Generated on: 1/10/2026
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '2.3.1'
+ModuleVersion = '2.3.2'
# 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 = '5.3.1'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.SignalR.Management.Sdk.dll',
@@ -135,7 +135,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Updated Azure.Core from 1.45.0 to 1.47.3'
+ ReleaseNotes = '* Updated Azure.Core from 1.47.3 to 1.50.0'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/SignalR/SignalR/ChangeLog.md b/src/SignalR/SignalR/ChangeLog.md
index 52f64749d85c..0b7eeff5ea22 100644
--- a/src/SignalR/SignalR/ChangeLog.md
+++ b/src/SignalR/SignalR/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 2.3.2
* Updated Azure.Core from 1.47.3 to 1.50.0
## Version 2.3.1
diff --git a/src/SignalR/SignalR/Properties/AssemblyInfo.cs b/src/SignalR/SignalR/Properties/AssemblyInfo.cs
index 58bb4a22f2b4..da1aad2a730d 100644
--- a/src/SignalR/SignalR/Properties/AssemblyInfo.cs
+++ b/src/SignalR/SignalR/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("1.0.0")]
-[assembly: AssemblyVersion("2.3.1")]
-[assembly: AssemblyFileVersion("2.3.1")]
+[assembly: AssemblyVersion("2.3.2")]
+[assembly: AssemblyFileVersion("2.3.2")]
diff --git a/src/Sql/Sql.LegacySdk/Properties/AssemblyInfo.cs b/src/Sql/Sql.LegacySdk/Properties/AssemblyInfo.cs
index 44e2e46cc551..f3eb33594d8f 100644
--- a/src/Sql/Sql.LegacySdk/Properties/AssemblyInfo.cs
+++ b/src/Sql/Sql.LegacySdk/Properties/AssemblyInfo.cs
@@ -20,8 +20,8 @@
[assembly: AssemblyTitle("Microsoft Azure SQL Server Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure SQL.")]
-[assembly: AssemblyVersion("6.3.0")]
-[assembly: AssemblyFileVersion("6.3.0")]
+[assembly: AssemblyVersion("6.4.0")]
+[assembly: AssemblyFileVersion("6.4.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
diff --git a/src/Sql/Sql.Management.Sdk/Properties/AssemblyInfo.cs b/src/Sql/Sql.Management.Sdk/Properties/AssemblyInfo.cs
index fe990aea6694..8d32f26b9052 100644
--- a/src/Sql/Sql.Management.Sdk/Properties/AssemblyInfo.cs
+++ b/src/Sql/Sql.Management.Sdk/Properties/AssemblyInfo.cs
@@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("e4865c26-d70d-4151-ba6e-af45c4df7271")]
-[assembly: AssemblyVersion("6.3.0")]
-[assembly: AssemblyFileVersion("6.3.0")]
+[assembly: AssemblyVersion("6.4.0")]
+[assembly: AssemblyFileVersion("6.4.0")]
diff --git a/src/Sql/Sql/Az.Sql.psd1 b/src/Sql/Sql/Az.Sql.psd1
index 5bb5ef4e49d6..6992a5bef16a 100644
--- a/src/Sql/Sql/Az.Sql.psd1
+++ b/src/Sql/Sql/Az.Sql.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 10/29/2025
+# Generated on: 1/10/2026
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '6.3.0'
+ModuleVersion = '6.4.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 = '5.3.0'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk.dll',
@@ -134,11 +134,9 @@ CmdletsToExport = 'Add-AzSqlDatabaseToFailoverGroup', 'Add-AzSqlElasticJobStep',
'Get-AzSqlDatabaseVulnerabilityAssessmentScanRecord',
'Get-AzSqlDatabaseVulnerabilityAssessmentSetting',
'Get-AzSqlDeletedDatabaseBackup',
- 'Get-AzSqlDeletedInstanceDatabaseBackup',
- 'Get-AzSqlDeletedServer',
- 'Get-AzSqlElasticJob',
- 'Get-AzSqlElasticJobAgent', 'Get-AzSqlElasticJobCredential',
- 'Get-AzSqlElasticJobExecution',
+ 'Get-AzSqlDeletedInstanceDatabaseBackup', 'Get-AzSqlDeletedServer',
+ 'Get-AzSqlElasticJob', 'Get-AzSqlElasticJobAgent',
+ 'Get-AzSqlElasticJobCredential', 'Get-AzSqlElasticJobExecution',
'Get-AzSqlElasticJobPrivateEndpoint', 'Get-AzSqlElasticJobStep',
'Get-AzSqlElasticJobStepExecution',
'Get-AzSqlElasticJobTargetExecution',
@@ -363,12 +361,10 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Updated with support for Immutable Long-Term Retention Backups
- - Updated ''Set-AzSqlDatabaseBackupLongTermRetentionPolicy'' cmdlet to expose ''TimeBasedImmutability'' and ''TimeBasedImmutabilityMode'' parameters.
- - Updated ''AzureSqlDatabaseBackupLongTermRetentionPolicyModel'' to add ''TimeBasedImmutability'' and ''TimeBasedImmutabilityMode'' properties.
- - Updated ''AzureSqlDatabaseLongTermRetentionBackupModel'' to add ''TimeBasedImmutability'', ''TimeBasedImmutabilityMode'', and ''LegalHoldImmutability'' properties.
- - Added new cmdlets ''Lock-AzSqlDatabaseLongTermRetentionBackupImmutability'' and ''Remove-AzSqlDatabaseLongTermRetentionBackupImmutability'' for managing time-based immutability on LTR backups.
- - Added new cmdlets ''Set-AzSqlDatabaseLongTermRetentionBackupLegalHold'' and ''Remove-AzSqlDatabaseLongTermRetentionBackupLegalHold'' for managing legal hold immutability on LTR backups.'
+ ReleaseNotes = '* Added ''Get-AzSqlDeletedServer'' cmdlet to retrieve soft deleted Azure SQL servers
+ - Supports retrieving deleted servers by location or specific deleted server by name
+* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
+* The EnableSoftDelete parameter is deprecated from ''New-AzSqlServer'' and ''Set-AzSqlServer'' cmdlets and will be removed by May 2026.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Sql/Sql/ChangeLog.md b/src/Sql/Sql/ChangeLog.md
index 92a4e7e4a363..04cc399fe14a 100644
--- a/src/Sql/Sql/ChangeLog.md
+++ b/src/Sql/Sql/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 6.4.0
* Added 'Get-AzSqlDeletedServer' cmdlet to retrieve soft deleted Azure SQL servers
- Supports retrieving deleted servers by location or specific deleted server by name
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
diff --git a/src/Sql/Sql/Properties/AssemblyInfo.cs b/src/Sql/Sql/Properties/AssemblyInfo.cs
index 290c293f929c..da1ae9428901 100644
--- a/src/Sql/Sql/Properties/AssemblyInfo.cs
+++ b/src/Sql/Sql/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("6.3.0")]
-[assembly: AssemblyFileVersion("6.3.0")]
+[assembly: AssemblyVersion("6.4.0")]
+[assembly: AssemblyFileVersion("6.4.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")]
#endif
diff --git a/src/Storage/Storage.Management.Sdk/Properties/Assemblyinfo.cs b/src/Storage/Storage.Management.Sdk/Properties/Assemblyinfo.cs
index c5fc62ccf7aa..e653b4c0d5ae 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("9.4.0")]
-[assembly: AssemblyFileVersion("9.4.0")]
+[assembly: AssemblyVersion("9.5.0")]
+[assembly: AssemblyFileVersion("9.5.0")]
diff --git a/src/Storage/Storage.Management/Az.Storage.psd1 b/src/Storage/Storage.Management/Az.Storage.psd1
index 483136ed157a..46b4603c81df 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: 12/16/2025
+# Generated on: 1/10/2026
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '9.4.0'
+ModuleVersion = '9.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 = '5.3.1'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Azure.Data.Tables.dll', 'Azure.Storage.Blobs.dll',
@@ -250,8 +250,8 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Updated Azure.Core from 1.45.0 to 1.47.3
-* Supported Storage account planned failover: ''Invoke-AzStorageAccountFailover'', ''Get-AzStorageAccount'''
+ ReleaseNotes = '* Upgraded management plane SDK and auto generated cmdlets to base on API spec generated by TSP
+* Updated Azure.Core from 1.47.3 to 1.50.0'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Storage/Storage.Management/ChangeLog.md b/src/Storage/Storage.Management/ChangeLog.md
index ac79345918c8..81f572c2a849 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 9.5.0
* Upgraded management plane SDK and auto generated cmdlets to base on API spec generated by TSP
* Updated Azure.Core from 1.47.3 to 1.50.0
diff --git a/src/Storage/Storage.Management/Properties/AssemblyInfo.cs b/src/Storage/Storage.Management/Properties/AssemblyInfo.cs
index 72e7a3087423..dd2c95a867c0 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("9.4.0")]
-[assembly: AssemblyFileVersion("9.4.0")]
+[assembly: AssemblyVersion("9.5.0")]
+[assembly: AssemblyFileVersion("9.5.0")]
diff --git a/src/Storage/Storage/Properties/AssemblyInfo.cs b/src/Storage/Storage/Properties/AssemblyInfo.cs
index 72cefe343b14..e2b4d6cc1002 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("9.4.0")]
-[assembly: AssemblyFileVersion("9.4.0")]
+[assembly: AssemblyVersion("9.5.0")]
+[assembly: AssemblyFileVersion("9.5.0")]
[assembly: CLSCompliant(false)]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Storage.Test")]
diff --git a/src/Synapse/Synapse/Az.Synapse.psd1 b/src/Synapse/Synapse/Az.Synapse.psd1
index 5c8024ffc768..78892878c356 100644
--- a/src/Synapse/Synapse/Az.Synapse.psd1
+++ b/src/Synapse/Synapse/Az.Synapse.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 11/11/2025
+# Generated on: 1/10/2026
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '3.2.3'
+ModuleVersion = '3.2.4'
# 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 = '5.3.1'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Azure.Analytics.Synapse.AccessControl.dll',
@@ -288,8 +288,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Updated Azure.Core from 1.45.0 to 1.47.3
-* Updated Azure.Analytics.Synapse.Artifacts to 1.0.0-preview.22'
+ ReleaseNotes = '* Updated Azure.Core from 1.47.3 to 1.50.0'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Synapse/Synapse/ChangeLog.md b/src/Synapse/Synapse/ChangeLog.md
index ec72dd71f901..47acd8622b99 100644
--- a/src/Synapse/Synapse/ChangeLog.md
+++ b/src/Synapse/Synapse/ChangeLog.md
@@ -19,6 +19,8 @@
-->
## Upcoming Release
+
+## Version 3.2.4
* Updated Azure.Core from 1.47.3 to 1.50.0
## Version 3.2.3
diff --git a/src/Synapse/Synapse/Properties/AssemblyInfo.cs b/src/Synapse/Synapse/Properties/AssemblyInfo.cs
index 234062e234ef..ad9e85a71396 100644
--- a/src/Synapse/Synapse/Properties/AssemblyInfo.cs
+++ b/src/Synapse/Synapse/Properties/AssemblyInfo.cs
@@ -49,5 +49,5 @@
// by using the '*' as shown below:
-[assembly: AssemblyVersion("3.2.3")]
-[assembly: AssemblyFileVersion("3.2.3")]
+[assembly: AssemblyVersion("3.2.4")]
+[assembly: AssemblyFileVersion("3.2.4")]
diff --git a/src/TrustedSigning/TrustedSigning/Az.TrustedSigning.psd1 b/src/TrustedSigning/TrustedSigning/Az.TrustedSigning.psd1
index 989c4a7549e6..617e3cb156c7 100644
--- a/src/TrustedSigning/TrustedSigning/Az.TrustedSigning.psd1
+++ b/src/TrustedSigning/TrustedSigning/Az.TrustedSigning.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 11/11/2025
+# Generated on: 1/10/2026
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '0.1.3'
+ModuleVersion = '0.1.4'
# 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 = '5.3.1'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Azure.CodeSigning.dll',
@@ -122,7 +122,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Updated Azure.Core from 1.45.0 to 1.47.3'
+ ReleaseNotes = '* Updated Azure.Core from 1.47.3 to 1.50.0'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/TrustedSigning/TrustedSigning/ChangeLog.md b/src/TrustedSigning/TrustedSigning/ChangeLog.md
index 9a163501931e..36d4167e9be1 100644
--- a/src/TrustedSigning/TrustedSigning/ChangeLog.md
+++ b/src/TrustedSigning/TrustedSigning/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 0.1.4
* Updated Azure.Core from 1.47.3 to 1.50.0
## Version 0.1.3
diff --git a/src/TrustedSigning/TrustedSigning/Properties/AssemblyInfo.cs b/src/TrustedSigning/TrustedSigning/Properties/AssemblyInfo.cs
index d96ee577ff54..5011d347019f 100644
--- a/src/TrustedSigning/TrustedSigning/Properties/AssemblyInfo.cs
+++ b/src/TrustedSigning/TrustedSigning/Properties/AssemblyInfo.cs
@@ -29,8 +29,8 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("accceef6-8113-453a-a31c-4f2ce57893d6")]
-[assembly: AssemblyVersion("0.1.3")]
-[assembly: AssemblyFileVersion("0.1.3")]
+[assembly: AssemblyVersion("0.1.4")]
+[assembly: AssemblyFileVersion("0.1.4")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.TrustedSigning.Test")]
#endif
diff --git a/tools/Az/Az.psd1 b/tools/Az/Az.psd1
index a32bdec33faa..e4f7c6f38d8f 100644
--- a/tools/Az/Az.psd1
+++ b/tools/Az/Az.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 11/26/2025
+# Generated on: 1/10/2026
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '15.1.0'
+ModuleVersion = '15.2.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -52,9 +52,9 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.1'; },
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; },
@{ModuleName = 'Az.Advisor'; RequiredVersion = '3.0.0'; },
- @{ModuleName = 'Az.Aks'; RequiredVersion = '7.0.0'; },
+ @{ModuleName = 'Az.Aks'; RequiredVersion = '7.1.0'; },
@{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.2.0'; },
@{ModuleName = 'Az.ApiManagement'; RequiredVersion = '4.1.0'; },
@{ModuleName = 'Az.App'; RequiredVersion = '2.0.1'; },
@@ -65,22 +65,22 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.1'; },
@{ModuleName = 'Az.Attestation'; RequiredVersion = '3.0.0'; },
@{ModuleName = 'Az.Automanage'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.Automation'; RequiredVersion = '1.11.2'; },
- @{ModuleName = 'Az.Batch'; RequiredVersion = '4.0.0'; },
+ @{ModuleName = 'Az.Batch'; RequiredVersion = '4.0.1'; },
@{ModuleName = 'Az.Billing'; RequiredVersion = '2.2.0'; },
@{ModuleName = 'Az.Cdn'; RequiredVersion = '6.0.0'; },
@{ModuleName = 'Az.CloudService'; RequiredVersion = '2.1.1'; },
@{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.16.0'; },
- @{ModuleName = 'Az.Compute'; RequiredVersion = '11.1.0'; },
+ @{ModuleName = 'Az.Compute'; RequiredVersion = '11.2.0'; },
@{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.ConnectedMachine'; RequiredVersion = '1.1.1'; },
@{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '4.1.2'; },
- @{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '5.0.0'; },
- @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.19.0'; },
+ @{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '5.0.1'; },
+ @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.19.1'; },
@{ModuleName = 'Az.DataBoxEdge'; RequiredVersion = '1.2.1'; },
@{ModuleName = 'Az.Databricks'; RequiredVersion = '1.10.1'; },
- @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.19.6'; },
+ @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.19.7'; },
@{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.1.0'; },
- @{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.5.1'; },
+ @{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.5.2'; },
@{ModuleName = 'Az.DataMigration'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.DataProtection'; RequiredVersion = '2.8.0'; },
@{ModuleName = 'Az.DataShare'; RequiredVersion = '1.1.1'; },
@@ -96,38 +96,38 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.1'; },
@{ModuleName = 'Az.EventHub'; RequiredVersion = '5.4.0'; },
@{ModuleName = 'Az.Fabric'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.FirmwareAnalysis'; RequiredVersion = '1.0.0'; },
- @{ModuleName = 'Az.FrontDoor'; RequiredVersion = '2.0.0'; },
+ @{ModuleName = 'Az.FrontDoor'; RequiredVersion = '2.1.0'; },
@{ModuleName = 'Az.Functions'; RequiredVersion = '4.3.0'; },
@{ModuleName = 'Az.HDInsight'; RequiredVersion = '6.4.0'; },
@{ModuleName = 'Az.HealthcareApis'; RequiredVersion = '3.0.0'; },
@{ModuleName = 'Az.HealthDataAIServices'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.IotHub'; RequiredVersion = '2.8.1'; },
- @{ModuleName = 'Az.KeyVault'; RequiredVersion = '6.4.1'; },
+ @{ModuleName = 'Az.KeyVault'; RequiredVersion = '6.4.2'; },
@{ModuleName = 'Az.Kusto'; RequiredVersion = '2.4.0'; },
@{ModuleName = 'Az.LambdaTest'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.LoadTesting'; RequiredVersion = '1.1.1'; },
@{ModuleName = 'Az.LogicApp'; RequiredVersion = '1.6.0'; },
@{ModuleName = 'Az.MachineLearning'; RequiredVersion = '1.2.0'; },
- @{ModuleName = 'Az.MachineLearningServices'; RequiredVersion = '1.2.0'; },
+ @{ModuleName = 'Az.MachineLearningServices'; RequiredVersion = '1.3.0'; },
@{ModuleName = 'Az.Maintenance'; RequiredVersion = '1.5.1'; },
@{ModuleName = 'Az.ManagedServiceIdentity'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.ManagedServices'; RequiredVersion = '3.1.2'; },
@{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '2.2.0'; },
- @{ModuleName = 'Az.Migrate'; RequiredVersion = '2.10.1'; },
+ @{ModuleName = 'Az.Migrate'; RequiredVersion = '2.11.0'; },
@{ModuleName = 'Az.Monitor'; RequiredVersion = '7.0.0'; },
@{ModuleName = 'Az.MySql'; RequiredVersion = '1.5.1'; },
- @{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '0.25.1'; },
- @{ModuleName = 'Az.Network'; RequiredVersion = '7.24.0'; },
+ @{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '1.0.0'; },
+ @{ModuleName = 'Az.Network'; RequiredVersion = '7.24.1'; },
@{ModuleName = 'Az.NetworkCloud'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.Nginx'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.2.0'; },
@{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '3.3.0'; },
@{ModuleName = 'Az.Oracle'; RequiredVersion = '2.0.0'; },
- @{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.7.2'; },
+ @{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.7.3'; },
@{ModuleName = 'Az.PostgreSql'; RequiredVersion = '1.4.0'; },
@{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '2.1.0'; },
@{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.2.0'; },
- @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '7.10.0'; },
+ @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '7.11.0'; },
@{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.11.0'; },
@{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.6.0'; },
@{ModuleName = 'Az.Relay'; RequiredVersion = '3.0.0'; },
@@ -138,19 +138,19 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.1'; },
@{ModuleName = 'Az.SecurityInsights'; RequiredVersion = '3.2.1'; },
@{ModuleName = 'Az.ServiceBus'; RequiredVersion = '4.1.1'; },
@{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '5.0.0'; },
- @{ModuleName = 'Az.SignalR'; RequiredVersion = '2.3.1'; },
- @{ModuleName = 'Az.Sql'; RequiredVersion = '6.3.0'; },
+ @{ModuleName = 'Az.SignalR'; RequiredVersion = '2.3.2'; },
+ @{ModuleName = 'Az.Sql'; RequiredVersion = '6.4.0'; },
@{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '2.4.0'; },
@{ModuleName = 'Az.StackHCI'; RequiredVersion = '2.6.5'; },
@{ModuleName = 'Az.StackHCIVM'; RequiredVersion = '1.1.0'; },
- @{ModuleName = 'Az.Storage'; RequiredVersion = '9.4.0'; },
+ @{ModuleName = 'Az.Storage'; RequiredVersion = '9.5.0'; },
@{ModuleName = 'Az.StorageAction'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.StorageDiscovery'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.StorageMover'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.StorageSync'; RequiredVersion = '2.5.2'; },
@{ModuleName = 'Az.StreamAnalytics'; RequiredVersion = '3.0.0'; },
@{ModuleName = 'Az.Support'; RequiredVersion = '2.1.0'; },
- @{ModuleName = 'Az.Synapse'; RequiredVersion = '3.2.3'; },
+ @{ModuleName = 'Az.Synapse'; RequiredVersion = '3.2.4'; },
@{ModuleName = 'Az.TrafficManager'; RequiredVersion = '1.3.0'; },
@{ModuleName = 'Az.Websites'; RequiredVersion = '3.4.2'; },
@{ModuleName = 'Az.Workloads'; RequiredVersion = '2.0.0'; })
@@ -209,43 +209,88 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '15.1.0 - December 2025
-Az.AppConfiguration
-* Fixed GitHub issue #23731 ''Problem with Get-AzAppConfigurationKeyValue when more that 100 records are present''
- - Fixed ''NextLink'' property to give absolute URI, allowing subsequent pages of results to be retrieved.
+ ReleaseNotes = '15.2.0 - January 2026
+Az.Accounts
+* Updated Azure.Core from 1.47.3 to 1.50.0
+* Fixed telemetry to capture client request ID instead of server response ID for AutoRest-generated cmdlets [#23555]
+
+Az.Aks
+* Bumped API version to 2025-08-01
+* Added cmdlets ''Get-AzAksMachine'', ''Get-AzAksManagedClusterMeshRevisionProfile'', ''Get-AzAksManagedClusterMeshUpgradeProfile'', ''Get-AzAksTrustedAccessRole'', ''Get-AzAksTrustedAccessRoleBinding'', ''New-AzAksTrustedAccessRoleBinding'', ''Remove-AzAksAgentPoolMachine'', ''Remove-AzAksTrustedAccessRoleBinding'', ''Update-AzAksTrustedAccessRoleBinding''
+* Added necessary parameters for ''New-AzAksCluster'', ''Set-AzAksCluster'', ''New-AzAksNodePool'', ''Update-AzAksNodePool''
+* Removed cmdlet ''Get-AzAksManagedClusterOSOption''
+
+Az.Batch
+* Updated Azure.Core from 1.47.3 to 1.50.0
+* Updated the implementation of ''New-AzBatchApplicationPackage'' cmdlet to not call ''Get-AzBatchApplicationPackage'' to retrieve storage keys for security improvements. No behavior changes to the cmdlet.
Az.Compute
-* Added ''-ResiliencyView'' parameter to ''Get-AzVmssVM'' cmdlet
- - Retrieves the resilient VM deletion status for Virtual Machine Scale Set (VMSS) VMs
- - Indicates whether automatic delete retries are in progress, failed, or not started
- - Supports monitoring the real-time status of the Resilient Delete feature
+* Added ''-HighSpeedInterconnectPlacement'' parameter to ''New-AzVmssConfig'' and ''New-AzVmss'' cmdlets.
+* Added new parameters ''ZonePlacementPolicy'', ''IncludeZone'', ''ExcludeZone'', ''MaxZoneCount'', ''EnableMaxInstancePercentPerZone'' and ''MaxInstancePercentPerZoneValue'' to ''New-AzVmssConfig'' cmdlet.
+* Added new parameters ''ZonePlacementPolicy'', ''IncludeZone'' and ''ExcludeZone'' to ''New-AzVmss'' cmdlet.
+* Added new parameters ''MaxZoneCount'', ''EnableMaxInstancePercentPerZone'' and ''MaxInstancePercentPerZoneValue'' to ''Update-AzVmss'' cmdlet.
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+Az.ContainerRegistry
+* Fixed ''-ExposeToken'' with ''Connect-AzContainerRegistry''
+* Updated Azure.Core from 1.47.3 to 1.50.0
Az.CosmosDB
-* Added fleet management support for Cosmos DB accounts.
-* Added support for priority based execution.
-
-Az.ElasticSan
-* Reverted changes for auto scale, pre-backup, and pre-restore
- - ''New-AzElasticSan''
- - ''Update-AzElasticSan''
- - ''Test-AzElasticSanVolumeBackup''
- - ''Test-AzElasticSanVolumeRestore''
-
-Az.Functions
-* Added FlexConsumption support to Get-AzFunctionAppAvailableLocation, which returns a list of regions that supported Flex Consumption, including locations supporting zone redundancy (currently applied only to Flex Consumption)
-* Added a new cmdlet Get-AzFunctionAppFlexConsumptionRuntime to retrieve Flex Consumption runtimes for a specified location
-* Added a new parameter set to New-AzFunctionApp to support Flex Consumption function apps [#24349]
-* Refreshed stack definitions
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+Az.DataFactory
+* Added more support for Jira V2 (Jira Version 2) and Netezza V2 (Netezza Version 2) connection properties.
+
+Az.DataLakeStore
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+Az.FrontDoor
+* Fixed New-AzFrontDoorWafManagedRuleOverrideObject issue.
+
+Az.KeyVault
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+Az.MachineLearningServices
+* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
+
+Az.Migrate
+* Updated DefaultCrashConsistentFrequencyInMinutes and DefaultAppConsistentFrequencyInMinutes to align with Azure Portal UX for Replication Policy
+ - ''New-AzMigrateLocalServerReplication''
+
+Az.NetAppFiles
+* Updated Azure.Core from 1.47.3 to 1.50.0
+* General availability for module Az.NetAppFiles
Az.Network
-* Added support for ''RecordType'' property in ''New-AzNetworkWatcherFlowLog'' and ''Set-AzNetworkWatcherFlowLog'' cmdlets.
-* Added property ''NvaInterfaceConfiguration'' to Network Virtual Appliances, as well as support for them in following cmdlets:
- - ''New-AzNetworkVirtualAppliance''
- - ''Get-AzNetworkVirtualAppliance''
-* Added cmdlet to take the NvaInterfaceConfigurations properties on the Network Virtual Appliance:
- - ''New-AzNvaInterfaceConfiguration'' to build individual interface configuration for network virtual appliance.
-* Removed the None from the accepted value for the property ''Sensitivity''
- - Updated ''New-AzApplicationGatewayFirewallPolicyManagedRuleOverride'' cmdlet
+* Onboarded ''Microsoft.Security/privateLinks'' to Private Link Common Cmdlets
+
+Az.PolicyInsights
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+Az.RecoveryServices
+* Added Cross region restore support for Bleu cloud regions
+* Added Availability Zone support in Update Protection
+* Added Platform Fault Domain support in Enable, Update, and Switch Protection workflows
+
+Az.SignalR
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+Az.Sql
+* Added ''Get-AzSqlDeletedServer'' cmdlet to retrieve soft deleted Azure SQL servers
+ - Supports retrieving deleted servers by location or specific deleted server by name
+* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
+* The EnableSoftDelete parameter is deprecated from ''New-AzSqlServer'' and ''Set-AzSqlServer'' cmdlets and will be removed by May 2026.
+
+Az.StackHCI
+* ARC Enablement of Nodes Before Triggering Registration in New Registration Flow.
+* Resolved double hop authentication issue.
+
+Az.Storage
+* Upgraded management plane SDK and auto generated cmdlets to base on API spec generated by TSP
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+Az.Synapse
+* Updated Azure.Core from 1.47.3 to 1.50.0
'
# Prerelease string of this module
diff --git a/tools/AzPreview/AzPreview.psd1 b/tools/AzPreview/AzPreview.psd1
index 2812c016f391..d9efc83a322a 100644
--- a/tools/AzPreview/AzPreview.psd1
+++ b/tools/AzPreview/AzPreview.psd1
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '15.1.0'
+ModuleVersion = '15.2.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -52,10 +52,10 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.1'; },
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; },
@{ModuleName = 'Az.ADDomainServices'; RequiredVersion = '0.3.0'; },
@{ModuleName = 'Az.Advisor'; RequiredVersion = '3.0.0'; },
- @{ModuleName = 'Az.Aks'; RequiredVersion = '7.0.0'; },
+ @{ModuleName = 'Az.Aks'; RequiredVersion = '7.1.0'; },
@{ModuleName = 'Az.AksArc'; RequiredVersion = '0.1.4'; },
@{ModuleName = 'Az.Alb'; RequiredVersion = '0.1.4'; },
@{ModuleName = 'Az.AlertsManagement'; RequiredVersion = '0.7.0'; },
@@ -73,7 +73,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.1'; },
@{ModuleName = 'Az.Automanage'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.Automation'; RequiredVersion = '1.11.2'; },
@{ModuleName = 'Az.BareMetal'; RequiredVersion = '0.2.0'; },
- @{ModuleName = 'Az.Batch'; RequiredVersion = '4.0.0'; },
+ @{ModuleName = 'Az.Batch'; RequiredVersion = '4.0.1'; },
@{ModuleName = 'Az.Billing'; RequiredVersion = '2.2.0'; },
@{ModuleName = 'Az.BillingBenefits'; RequiredVersion = '0.2.1'; },
@{ModuleName = 'Az.Blueprint'; RequiredVersion = '0.4.6'; },
@@ -86,7 +86,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.1'; },
@{ModuleName = 'Az.CloudService'; RequiredVersion = '2.1.1'; },
@{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.16.0'; },
@{ModuleName = 'Az.Communication'; RequiredVersion = '0.6.0'; },
- @{ModuleName = 'Az.Compute'; RequiredVersion = '11.1.0'; },
+ @{ModuleName = 'Az.Compute'; RequiredVersion = '11.2.0'; },
@{ModuleName = 'Az.ComputeFleet'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.ComputeSchedule'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '2.0.0'; },
@@ -96,8 +96,8 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.1'; },
@{ModuleName = 'Az.ConnectedNetwork'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.ConnectedVMware'; RequiredVersion = '0.1.3'; },
@{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '4.1.2'; },
- @{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '5.0.0'; },
- @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.19.0'; },
+ @{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '5.0.1'; },
+ @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.19.1'; },
@{ModuleName = 'Az.CostManagement'; RequiredVersion = '0.4.2'; },
@{ModuleName = 'Az.CustomLocation'; RequiredVersion = '0.2.1'; },
@{ModuleName = 'Az.CustomProviders'; RequiredVersion = '0.2.0'; },
@@ -106,9 +106,9 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.1'; },
@{ModuleName = 'Az.DataBoxEdge'; RequiredVersion = '1.2.1'; },
@{ModuleName = 'Az.Databricks'; RequiredVersion = '1.10.1'; },
@{ModuleName = 'Az.Datadog'; RequiredVersion = '0.3.0'; },
- @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.19.6'; },
+ @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.19.7'; },
@{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.1.0'; },
- @{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.5.1'; },
+ @{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.5.2'; },
@{ModuleName = 'Az.DataMigration'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.DataProtection'; RequiredVersion = '2.8.0'; },
@{ModuleName = 'Az.DataShare'; RequiredVersion = '1.1.1'; },
@@ -128,6 +128,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.1'; },
@{ModuleName = 'Az.DnsResolver'; RequiredVersion = '1.2.1'; },
@{ModuleName = 'Az.DurableTask'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.DynatraceObservability'; RequiredVersion = '0.4.0'; },
+ @{ModuleName = 'Az.EdgeAction'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.EdgeOrder'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.EdgeZones'; RequiredVersion = '0.1.2'; },
@{ModuleName = 'Az.Elastic'; RequiredVersion = '0.3.0'; },
@@ -138,7 +139,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.1'; },
@{ModuleName = 'Az.FirmwareAnalysis'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.Fleet'; RequiredVersion = '0.2.2'; },
@{ModuleName = 'Az.FluidRelay'; RequiredVersion = '0.2.0'; },
- @{ModuleName = 'Az.FrontDoor'; RequiredVersion = '2.0.0'; },
+ @{ModuleName = 'Az.FrontDoor'; RequiredVersion = '2.1.0'; },
@{ModuleName = 'Az.Functions'; RequiredVersion = '4.3.0'; },
@{ModuleName = 'Az.GraphServices'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.GuestConfiguration'; RequiredVersion = '0.12.0'; },
@@ -154,7 +155,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.1'; },
@{ModuleName = 'Az.IotCentral'; RequiredVersion = '0.10.3'; },
@{ModuleName = 'Az.IotHub'; RequiredVersion = '2.8.1'; },
@{ModuleName = 'Az.IoTOperationsService'; RequiredVersion = '0.1.0'; },
- @{ModuleName = 'Az.KeyVault'; RequiredVersion = '6.4.1'; },
+ @{ModuleName = 'Az.KeyVault'; RequiredVersion = '6.4.2'; },
@{ModuleName = 'Az.KubernetesConfiguration'; RequiredVersion = '0.8.0'; },
@{ModuleName = 'Az.KubernetesRuntime'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.Kusto'; RequiredVersion = '2.4.0'; },
@@ -163,7 +164,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.1'; },
@{ModuleName = 'Az.LoadTesting'; RequiredVersion = '1.1.1'; },
@{ModuleName = 'Az.LogicApp'; RequiredVersion = '1.6.0'; },
@{ModuleName = 'Az.MachineLearning'; RequiredVersion = '1.2.0'; },
- @{ModuleName = 'Az.MachineLearningServices'; RequiredVersion = '1.2.0'; },
+ @{ModuleName = 'Az.MachineLearningServices'; RequiredVersion = '1.3.0'; },
@{ModuleName = 'Az.Maintenance'; RequiredVersion = '1.5.1'; },
@{ModuleName = 'Az.ManagedNetworkFabric'; RequiredVersion = '0.1.3'; },
@{ModuleName = 'Az.ManagedServiceIdentity'; RequiredVersion = '2.0.0'; },
@@ -174,15 +175,15 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.1'; },
@{ModuleName = 'Az.Marketplace'; RequiredVersion = '0.5.2'; },
@{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '2.2.0'; },
@{ModuleName = 'Az.Mdp'; RequiredVersion = '0.1.2'; },
- @{ModuleName = 'Az.Migrate'; RequiredVersion = '2.10.1'; },
+ @{ModuleName = 'Az.Migrate'; RequiredVersion = '2.11.0'; },
@{ModuleName = 'Az.MixedReality'; RequiredVersion = '0.3.0'; },
@{ModuleName = 'Az.MongoDB'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.Monitor'; RequiredVersion = '7.0.0'; },
@{ModuleName = 'Az.MonitoringSolutions'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.MySql'; RequiredVersion = '1.5.1'; },
@{ModuleName = 'Az.NeonPostgres'; RequiredVersion = '0.2.0'; },
- @{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '0.25.1'; },
- @{ModuleName = 'Az.Network'; RequiredVersion = '7.24.0'; },
+ @{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '1.0.0'; },
+ @{ModuleName = 'Az.Network'; RequiredVersion = '7.24.1'; },
@{ModuleName = 'Az.NetworkAnalytics'; RequiredVersion = '0.1.2'; },
@{ModuleName = 'Az.NetworkCloud'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.NetworkFunction'; RequiredVersion = '0.2.0'; },
@@ -195,7 +196,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.1'; },
@{ModuleName = 'Az.PaloAltoNetworks'; RequiredVersion = '0.4.0'; },
@{ModuleName = 'Az.Peering'; RequiredVersion = '0.5.0'; },
@{ModuleName = 'Az.Pinecone'; RequiredVersion = '0.1.0'; },
- @{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.7.2'; },
+ @{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.7.3'; },
@{ModuleName = 'Az.Portal'; RequiredVersion = '0.4.0'; },
@{ModuleName = 'Az.PostgreSql'; RequiredVersion = '1.4.0'; },
@{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '2.1.0'; },
@@ -205,7 +206,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.1'; },
@{ModuleName = 'Az.Quantum'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.Qumulo'; RequiredVersion = '0.1.3'; },
@{ModuleName = 'Az.Quota'; RequiredVersion = '0.1.3'; },
- @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '7.10.0'; },
+ @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '7.11.0'; },
@{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.11.0'; },
@{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.6.0'; },
@{ModuleName = 'Az.Relay'; RequiredVersion = '3.0.0'; },
@@ -222,17 +223,17 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.1'; },
@{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '5.0.0'; },
@{ModuleName = 'Az.ServiceLinker'; RequiredVersion = '0.3.0'; },
@{ModuleName = 'Az.Sftp'; RequiredVersion = '0.1.0'; },
- @{ModuleName = 'Az.SignalR'; RequiredVersion = '2.3.1'; },
+ @{ModuleName = 'Az.SignalR'; RequiredVersion = '2.3.2'; },
@{ModuleName = 'Az.Site'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.Sphere'; RequiredVersion = '0.1.3'; },
@{ModuleName = 'Az.SpringCloud'; RequiredVersion = '0.4.0'; },
- @{ModuleName = 'Az.Sql'; RequiredVersion = '6.3.0'; },
+ @{ModuleName = 'Az.Sql'; RequiredVersion = '6.4.0'; },
@{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '2.4.0'; },
@{ModuleName = 'Az.Ssh'; RequiredVersion = '0.2.3'; },
@{ModuleName = 'Az.StackHCI'; RequiredVersion = '2.6.5'; },
@{ModuleName = 'Az.StackHCIVM'; RequiredVersion = '1.1.0'; },
@{ModuleName = 'Az.StandbyPool'; RequiredVersion = '0.3.0'; },
- @{ModuleName = 'Az.Storage'; RequiredVersion = '9.4.0'; },
+ @{ModuleName = 'Az.Storage'; RequiredVersion = '9.5.0'; },
@{ModuleName = 'Az.StorageAction'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.StorageCache'; RequiredVersion = '0.3.0'; },
@{ModuleName = 'Az.StorageDiscovery'; RequiredVersion = '1.0.0'; },
@@ -241,11 +242,11 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.1'; },
@{ModuleName = 'Az.StreamAnalytics'; RequiredVersion = '3.0.0'; },
@{ModuleName = 'Az.Subscription'; RequiredVersion = '0.12.0'; },
@{ModuleName = 'Az.Support'; RequiredVersion = '2.1.0'; },
- @{ModuleName = 'Az.Synapse'; RequiredVersion = '3.2.3'; },
+ @{ModuleName = 'Az.Synapse'; RequiredVersion = '3.2.4'; },
@{ModuleName = 'Az.Terraform'; RequiredVersion = '0.1.2'; },
@{ModuleName = 'Az.TimeSeriesInsights'; RequiredVersion = '0.2.3'; },
@{ModuleName = 'Az.TrafficManager'; RequiredVersion = '1.3.0'; },
- @{ModuleName = 'Az.TrustedSigning'; RequiredVersion = '0.1.3'; },
+ @{ModuleName = 'Az.TrustedSigning'; RequiredVersion = '0.1.4'; },
@{ModuleName = 'Az.VMware'; RequiredVersion = '0.8.0'; },
@{ModuleName = 'Az.VoiceServices'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.Websites'; RequiredVersion = '3.4.2'; },
diff --git a/tools/AzPreview/ChangeLog.md b/tools/AzPreview/ChangeLog.md
index 0b7751535db0..fe71d7c6d6eb 100644
--- a/tools/AzPreview/ChangeLog.md
+++ b/tools/AzPreview/ChangeLog.md
@@ -1,3 +1,92 @@
+## 15.2.0 - January 2026
+#### Az.Accounts 5.3.2
+* Updated Azure.Core from 1.47.3 to 1.50.0
+* Fixed telemetry to capture client request ID instead of server response ID for AutoRest-generated cmdlets [#23555]
+
+#### Az.Aks 7.1.0
+* Bumped API version to 2025-08-01
+* Added cmdlets 'Get-AzAksMachine', 'Get-AzAksManagedClusterMeshRevisionProfile', 'Get-AzAksManagedClusterMeshUpgradeProfile', 'Get-AzAksTrustedAccessRole', 'Get-AzAksTrustedAccessRoleBinding', 'New-AzAksTrustedAccessRoleBinding', 'Remove-AzAksAgentPoolMachine', 'Remove-AzAksTrustedAccessRoleBinding', 'Update-AzAksTrustedAccessRoleBinding'
+* Added necessary parameters for 'New-AzAksCluster', 'Set-AzAksCluster', 'New-AzAksNodePool', 'Update-AzAksNodePool'
+* Removed cmdlet 'Get-AzAksManagedClusterOSOption'
+
+#### Az.Batch 4.0.1
+* Updated Azure.Core from 1.47.3 to 1.50.0
+* Updated the implementation of 'New-AzBatchApplicationPackage' cmdlet to not call 'Get-AzBatchApplicationPackage' to retrieve storage keys for security improvements. No behavior changes to the cmdlet.
+
+#### Az.Compute 11.2.0
+* Added '-HighSpeedInterconnectPlacement' parameter to 'New-AzVmssConfig' and 'New-AzVmss' cmdlets.
+* Added new parameters 'ZonePlacementPolicy', 'IncludeZone', 'ExcludeZone', 'MaxZoneCount', 'EnableMaxInstancePercentPerZone' and 'MaxInstancePercentPerZoneValue' to 'New-AzVmssConfig' cmdlet.
+* Added new parameters 'ZonePlacementPolicy', 'IncludeZone' and 'ExcludeZone' to 'New-AzVmss' cmdlet.
+* Added new parameters 'MaxZoneCount', 'EnableMaxInstancePercentPerZone' and 'MaxInstancePercentPerZoneValue' to 'Update-AzVmss' cmdlet.
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+#### Az.ContainerRegistry 5.0.1
+* Fixed '-ExposeToken' with 'Connect-AzContainerRegistry'
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+#### Az.CosmosDB 1.19.1
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+#### Az.DataFactory 1.19.7
+* Added more support for Jira V2 (Jira Version 2) and Netezza V2 (Netezza Version 2) connection properties.
+
+#### Az.DataLakeStore 1.5.2
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+#### Az.EdgeAction 0.1.0
+* First preview release for module Az.EdgeAction
+
+#### Az.FrontDoor 2.1.0
+* Fixed New-AzFrontDoorWafManagedRuleOverrideObject issue.
+
+#### Az.KeyVault 6.4.2
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+#### Az.MachineLearningServices 1.3.0
+* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
+
+#### Az.Migrate 2.11.0
+* Updated DefaultCrashConsistentFrequencyInMinutes and DefaultAppConsistentFrequencyInMinutes to align with Azure Portal UX for Replication Policy
+ - 'New-AzMigrateLocalServerReplication'
+
+#### Az.NetAppFiles 1.0.0
+* Updated Azure.Core from 1.47.3 to 1.50.0
+* General availability for module Az.NetAppFiles
+
+#### Az.Network 7.24.1
+* Onboarded 'Microsoft.Security/privateLinks' to Private Link Common Cmdlets
+
+#### Az.PolicyInsights 1.7.3
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+#### Az.RecoveryServices 7.11.0
+* Added Cross region restore support for Bleu cloud regions
+* Added Availability Zone support in Update Protection
+* Added Platform Fault Domain support in Enable, Update, and Switch Protection workflows
+
+#### Az.SignalR 2.3.2
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+#### Az.Sql 6.4.0
+* Added 'Get-AzSqlDeletedServer' cmdlet to retrieve soft deleted Azure SQL servers
+ - Supports retrieving deleted servers by location or specific deleted server by name
+* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
+* The EnableSoftDelete parameter is deprecated from 'New-AzSqlServer' and 'Set-AzSqlServer' cmdlets and will be removed by May 2026.
+
+#### Az.StackHCI 2.6.5
+* ARC Enablement of Nodes Before Triggering Registration in New Registration Flow.
+* Resolved double hop authentication issue.
+
+#### Az.Storage 9.5.0
+* Upgraded management plane SDK and auto generated cmdlets to base on API spec generated by TSP
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+#### Az.Synapse 3.2.4
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
+#### Az.TrustedSigning 0.1.4
+* Updated Azure.Core from 1.47.3 to 1.50.0
+
## 15.1.0 - December 2025
#### Az.AppConfiguration 2.0.1
* Fixed GitHub issue #23731 'Problem with Get-AzAppConfigurationKeyValue when more that 100 records are present'
diff --git a/tools/Docs/az-ps-latest-1.csv b/tools/Docs/az-ps-latest-1.csv
index e577344ba67c..cd86bf57fed8 100644
--- a/tools/Docs/az-ps-latest-1.csv
+++ b/tools/Docs/az-ps-latest-1.csv
@@ -1,7 +1,7 @@
-pac0,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Accounts.5.3.1.zip;sourceType=sa]Az.Accounts,5.3.1
+pac0,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Accounts.5.3.2.zip;sourceType=sa]Az.Accounts,5.3.2
pac1,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ADDomainServices.0.3.0.zip;sourceType=sa]Az.ADDomainServices,0.3.0
pac2,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Advisor.3.0.0.zip;sourceType=sa]Az.Advisor,3.0.0
-pac3,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Aks.7.0.0.zip;sourceType=sa]Az.Aks,7.0.0
+pac3,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Aks.7.1.0.zip;sourceType=sa]Az.Aks,7.1.0
pac4,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.AksArc.0.1.4.zip;sourceType=sa]Az.AksArc,0.1.4
pac5,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Alb.0.1.4.zip;sourceType=sa]Az.Alb,0.1.4
pac6,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.AlertsManagement.0.7.0.zip;sourceType=sa]Az.AlertsManagement,0.7.0
@@ -19,7 +19,7 @@ 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.Automanage.2.0.0.zip;sourceType=sa]Az.Automanage,2.0.0
pac19,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Automation.1.11.2.zip;sourceType=sa]Az.Automation,1.11.2
pac20,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.BareMetal.0.2.0.zip;sourceType=sa]Az.BareMetal,0.2.0
-pac21,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Batch.4.0.0.zip;sourceType=sa]Az.Batch,4.0.0
+pac21,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Batch.4.0.1.zip;sourceType=sa]Az.Batch,4.0.1
pac22,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Billing.2.2.0.zip;sourceType=sa]Az.Billing,2.2.0
pac23,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.BillingBenefits.0.2.1.zip;sourceType=sa]Az.BillingBenefits,0.2.1
pac24,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Blueprint.0.4.6.zip;sourceType=sa]Az.Blueprint,0.4.6
@@ -32,7 +32,7 @@ pac30,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea
pac31,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CloudService.2.1.1.zip;sourceType=sa]Az.CloudService,2.1.1
pac32,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CognitiveServices.1.16.0.zip;sourceType=sa]Az.CognitiveServices,1.16.0
pac33,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Communication.0.6.0.zip;sourceType=sa]Az.Communication,0.6.0
-pac34,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Compute.11.1.0.zip;sourceType=sa]Az.Compute,11.1.0
+pac34,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Compute.11.2.0.zip;sourceType=sa]Az.Compute,11.2.0
pac35,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ComputeFleet.0.1.1.zip;sourceType=sa]Az.ComputeFleet,0.1.1
pac36,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ComputeSchedule.0.1.1.zip;sourceType=sa]Az.ComputeSchedule,0.1.1
pac37,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConfidentialLedger.2.0.0.zip;sourceType=sa]Az.ConfidentialLedger,2.0.0
@@ -42,8 +42,8 @@ pac40,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea
pac41,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedNetwork.0.2.0.zip;sourceType=sa]Az.ConnectedNetwork,0.2.0
pac42,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedVMware.0.1.3.zip;sourceType=sa]Az.ConnectedVMware,0.1.3
pac43,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ContainerInstance.4.1.2.zip;sourceType=sa]Az.ContainerInstance,4.1.2
-pac44,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ContainerRegistry.5.0.0.zip;sourceType=sa]Az.ContainerRegistry,5.0.0
-pac45,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CosmosDB.1.19.0.zip;sourceType=sa]Az.CosmosDB,1.19.0
+pac44,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ContainerRegistry.5.0.1.zip;sourceType=sa]Az.ContainerRegistry,5.0.1
+pac45,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CosmosDB.1.19.1.zip;sourceType=sa]Az.CosmosDB,1.19.1
pac46,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CostManagement.0.4.2.zip;sourceType=sa]Az.CostManagement,0.4.2
pac47,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CustomLocation.0.2.1.zip;sourceType=sa]Az.CustomLocation,0.2.1
pac48,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CustomProviders.0.2.0.zip;sourceType=sa]Az.CustomProviders,0.2.0
@@ -52,9 +52,9 @@ pac50,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea
pac51,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataBoxEdge.1.2.1.zip;sourceType=sa]Az.DataBoxEdge,1.2.1
pac52,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Databricks.1.10.1.zip;sourceType=sa]Az.Databricks,1.10.1
pac53,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Datadog.0.3.0.zip;sourceType=sa]Az.Datadog,0.3.0
-pac54,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataFactory.1.19.6.zip;sourceType=sa]Az.DataFactory,1.19.6
+pac54,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataFactory.1.19.7.zip;sourceType=sa]Az.DataFactory,1.19.7
pac55,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataLakeAnalytics.1.1.0.zip;sourceType=sa]Az.DataLakeAnalytics,1.1.0
-pac56,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataLakeStore.1.5.1.zip;sourceType=sa]Az.DataLakeStore,1.5.1
+pac56,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataLakeStore.1.5.2.zip;sourceType=sa]Az.DataLakeStore,1.5.2
pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataMigration.1.0.0.zip;sourceType=sa]Az.DataMigration,1.0.0
pac58,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataProtection.2.8.0.zip;sourceType=sa]Az.DataProtection,2.8.0
pac59,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataShare.1.1.1.zip;sourceType=sa]Az.DataShare,1.1.1
@@ -74,52 +74,55 @@ pac72,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea
pac73,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DnsResolver.1.2.1.zip;sourceType=sa]Az.DnsResolver,1.2.1
pac74,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DurableTask.0.1.0.zip;sourceType=sa]Az.DurableTask,0.1.0
pac75,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DynatraceObservability.0.4.0.zip;sourceType=sa]Az.DynatraceObservability,0.4.0
-pac76,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EdgeOrder.0.2.0.zip;sourceType=sa]Az.EdgeOrder,0.2.0
-pac77,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EdgeZones.0.1.2.zip;sourceType=sa]Az.EdgeZones,0.1.2
-pac78,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Elastic.0.3.0.zip;sourceType=sa]Az.Elastic,0.3.0
-pac79,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ElasticSan.1.6.0.zip;sourceType=sa]Az.ElasticSan,1.6.0
-pac80,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EventGrid.2.2.0.zip;sourceType=sa]Az.EventGrid,2.2.0
-pac81,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EventHub.5.4.0.zip;sourceType=sa]Az.EventHub,5.4.0
-pac82,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Fabric.1.0.0.zip;sourceType=sa]Az.Fabric,1.0.0
-pac83,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.FirmwareAnalysis.1.0.0.zip;sourceType=sa]Az.FirmwareAnalysis,1.0.0
-pac84,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Fleet.0.2.2.zip;sourceType=sa]Az.Fleet,0.2.2
-pac85,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.FluidRelay.0.2.0.zip;sourceType=sa]Az.FluidRelay,0.2.0
-pac86,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.FrontDoor.2.0.0.zip;sourceType=sa]Az.FrontDoor,2.0.0
-pac87,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Functions.4.3.0.zip;sourceType=sa]Az.Functions,4.3.0
-pac88,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.GraphServices.0.2.0.zip;sourceType=sa]Az.GraphServices,0.2.0
-pac89,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.GuestConfiguration.0.12.0.zip;sourceType=sa]Az.GuestConfiguration,0.12.0
-pac90,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HanaOnAzure.0.4.0.zip;sourceType=sa]Az.HanaOnAzure,0.4.0
-pac91,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HDInsight.6.4.0.zip;sourceType=sa]Az.HDInsight,6.4.0
-pac92,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HealthBot.0.2.0.zip;sourceType=sa]Az.HealthBot,0.2.0
-pac93,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HealthcareApis.3.0.0.zip;sourceType=sa]Az.HealthcareApis,3.0.0
-pac94,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HealthDataAIServices.1.0.0.zip;sourceType=sa]Az.HealthDataAIServices,1.0.0
-pac95,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HPCCache.0.1.3.zip;sourceType=sa]Az.HPCCache,0.1.3
-pac96,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ImageBuilder.0.5.0.zip;sourceType=sa]Az.ImageBuilder,0.5.0
-pac97,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ImportExport.0.3.0.zip;sourceType=sa]Az.ImportExport,0.3.0
-pac98,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Informatica.0.1.2.zip;sourceType=sa]Az.Informatica,0.1.2
-pac99,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.IotCentral.0.10.3.zip;sourceType=sa]Az.IotCentral,0.10.3
-pac100,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.IotHub.2.8.1.zip;sourceType=sa]Az.IotHub,2.8.1
-pac101,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.IoTOperationsService.0.1.0.zip;sourceType=sa]Az.IoTOperationsService,0.1.0
-pac102,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.KeyVault.6.4.1.zip;sourceType=sa]Az.KeyVault,6.4.1
-pac103,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.KubernetesConfiguration.0.8.0.zip;sourceType=sa]Az.KubernetesConfiguration,0.8.0
-pac104,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.KubernetesRuntime.0.2.0.zip;sourceType=sa]Az.KubernetesRuntime,0.2.0
-pac105,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Kusto.2.4.0.zip;sourceType=sa]Az.Kusto,2.4.0
-pac106,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LabServices.0.2.0.zip;sourceType=sa]Az.LabServices,0.2.0
-pac107,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LambdaTest.1.0.0.zip;sourceType=sa]Az.LambdaTest,1.0.0
-pac108,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LoadTesting.1.1.1.zip;sourceType=sa]Az.LoadTesting,1.1.1
-pac109,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LogicApp.1.6.0.zip;sourceType=sa]Az.LogicApp,1.6.0
-pac110,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MachineLearning.1.2.0.zip;sourceType=sa]Az.MachineLearning,1.2.0
-pac111,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MachineLearningServices.1.2.0.zip;sourceType=sa]Az.MachineLearningServices,1.2.0
-pac112,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Maintenance.1.5.1.zip;sourceType=sa]Az.Maintenance,1.5.1
-pac113,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagedNetworkFabric.0.1.3.zip;sourceType=sa]Az.ManagedNetworkFabric,0.1.3
-pac114,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagedServiceIdentity.2.0.0.zip;sourceType=sa]Az.ManagedServiceIdentity,2.0.0
-pac115,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagedServices.3.1.2.zip;sourceType=sa]Az.ManagedServices,3.1.2
-pac116,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagementPartner.0.7.5.zip;sourceType=sa]Az.ManagementPartner,0.7.5
-pac117,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Maps.0.9.0.zip;sourceType=sa]Az.Maps,0.9.0
-pac118,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MariaDb.0.2.3.zip;sourceType=sa]Az.MariaDb,0.2.3
-pac119,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Marketplace.0.5.2.zip;sourceType=sa]Az.Marketplace,0.5.2
-pac120,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MarketplaceOrdering.2.2.0.zip;sourceType=sa]Az.MarketplaceOrdering,2.2.0
-pac121,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Mdp.0.1.2.zip;sourceType=sa]Az.Mdp,0.1.2
-pac122,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Migrate.2.10.1.zip;sourceType=sa]Az.Migrate,2.10.1
-pac123,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MixedReality.0.3.0.zip;sourceType=sa]Az.MixedReality,0.3.0
+pac76,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EdgeAction.0.1.0.zip;sourceType=sa]Az.EdgeAction,0.1.0
+pac77,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EdgeOrder.0.2.0.zip;sourceType=sa]Az.EdgeOrder,0.2.0
+pac78,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EdgeZones.0.1.2.zip;sourceType=sa]Az.EdgeZones,0.1.2
+pac79,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Elastic.0.3.0.zip;sourceType=sa]Az.Elastic,0.3.0
+pac80,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ElasticSan.1.6.0.zip;sourceType=sa]Az.ElasticSan,1.6.0
+pac81,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EventGrid.2.2.0.zip;sourceType=sa]Az.EventGrid,2.2.0
+pac82,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EventHub.5.4.0.zip;sourceType=sa]Az.EventHub,5.4.0
+pac83,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Fabric.1.0.0.zip;sourceType=sa]Az.Fabric,1.0.0
+pac84,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.FirmwareAnalysis.1.0.0.zip;sourceType=sa]Az.FirmwareAnalysis,1.0.0
+pac85,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Fleet.0.2.2.zip;sourceType=sa]Az.Fleet,0.2.2
+pac86,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.FluidRelay.0.2.0.zip;sourceType=sa]Az.FluidRelay,0.2.0
+pac87,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.FrontDoor.2.1.0.zip;sourceType=sa]Az.FrontDoor,2.1.0
+pac88,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Functions.4.3.0.zip;sourceType=sa]Az.Functions,4.3.0
+pac89,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.GraphServices.0.2.0.zip;sourceType=sa]Az.GraphServices,0.2.0
+pac90,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.GuestConfiguration.0.12.0.zip;sourceType=sa]Az.GuestConfiguration,0.12.0
+pac91,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HanaOnAzure.0.4.0.zip;sourceType=sa]Az.HanaOnAzure,0.4.0
+pac92,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HDInsight.6.4.0.zip;sourceType=sa]Az.HDInsight,6.4.0
+pac93,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HealthBot.0.2.0.zip;sourceType=sa]Az.HealthBot,0.2.0
+pac94,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HealthcareApis.3.0.0.zip;sourceType=sa]Az.HealthcareApis,3.0.0
+pac95,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HealthDataAIServices.1.0.0.zip;sourceType=sa]Az.HealthDataAIServices,1.0.0
+pac96,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HPCCache.0.1.3.zip;sourceType=sa]Az.HPCCache,0.1.3
+pac97,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ImageBuilder.0.5.0.zip;sourceType=sa]Az.ImageBuilder,0.5.0
+pac98,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ImportExport.0.3.0.zip;sourceType=sa]Az.ImportExport,0.3.0
+pac99,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Informatica.0.1.2.zip;sourceType=sa]Az.Informatica,0.1.2
+pac100,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.IotCentral.0.10.3.zip;sourceType=sa]Az.IotCentral,0.10.3
+pac101,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.IotHub.2.8.1.zip;sourceType=sa]Az.IotHub,2.8.1
+pac102,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.IoTOperationsService.0.1.0.zip;sourceType=sa]Az.IoTOperationsService,0.1.0
+pac103,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.KeyVault.6.4.2.zip;sourceType=sa]Az.KeyVault,6.4.2
+pac104,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.KubernetesConfiguration.0.8.0.zip;sourceType=sa]Az.KubernetesConfiguration,0.8.0
+pac105,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.KubernetesRuntime.0.2.0.zip;sourceType=sa]Az.KubernetesRuntime,0.2.0
+pac106,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Kusto.2.4.0.zip;sourceType=sa]Az.Kusto,2.4.0
+pac107,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LabServices.0.2.0.zip;sourceType=sa]Az.LabServices,0.2.0
+pac108,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LambdaTest.1.0.0.zip;sourceType=sa]Az.LambdaTest,1.0.0
+pac109,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LoadTesting.1.1.1.zip;sourceType=sa]Az.LoadTesting,1.1.1
+pac110,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LogicApp.1.6.0.zip;sourceType=sa]Az.LogicApp,1.6.0
+pac111,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MachineLearning.1.2.0.zip;sourceType=sa]Az.MachineLearning,1.2.0
+pac112,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MachineLearningServices.1.3.0.zip;sourceType=sa]Az.MachineLearningServices,1.3.0
+pac113,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Maintenance.1.5.1.zip;sourceType=sa]Az.Maintenance,1.5.1
+pac114,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagedNetworkFabric.0.1.3.zip;sourceType=sa]Az.ManagedNetworkFabric,0.1.3
+pac115,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagedServiceIdentity.2.0.0.zip;sourceType=sa]Az.ManagedServiceIdentity,2.0.0
+pac116,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagedServices.3.1.2.zip;sourceType=sa]Az.ManagedServices,3.1.2
+pac117,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagementPartner.0.7.5.zip;sourceType=sa]Az.ManagementPartner,0.7.5
+pac118,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Maps.0.9.0.zip;sourceType=sa]Az.Maps,0.9.0
+pac119,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MariaDb.0.2.3.zip;sourceType=sa]Az.MariaDb,0.2.3
+pac120,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Marketplace.0.5.2.zip;sourceType=sa]Az.Marketplace,0.5.2
+pac121,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MarketplaceOrdering.2.2.0.zip;sourceType=sa]Az.MarketplaceOrdering,2.2.0
+pac122,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Mdp.0.1.2.zip;sourceType=sa]Az.Mdp,0.1.2
+pac123,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Migrate.2.11.0.zip;sourceType=sa]Az.Migrate,2.11.0
+pac124,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MixedReality.0.3.0.zip;sourceType=sa]Az.MixedReality,0.3.0
+pac125,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MongoDB.0.1.1.zip;sourceType=sa]Az.MongoDB,0.1.1
+pac126,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Monitor.7.0.0.zip;sourceType=sa]Az.Monitor,7.0.0
diff --git a/tools/Docs/az-ps-latest-2.csv b/tools/Docs/az-ps-latest-2.csv
index 222b7069f416..feb3aaffd90e 100644
--- a/tools/Docs/az-ps-latest-2.csv
+++ b/tools/Docs/az-ps-latest-2.csv
@@ -1,78 +1,76 @@
-pac0,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Accounts.5.3.1.zip;sourceType=sa]Az.Accounts,5.3.1
-pac1,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MongoDB.0.1.1.zip;sourceType=sa]Az.MongoDB,0.1.1
-pac2,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Monitor.7.0.0.zip;sourceType=sa]Az.Monitor,7.0.0
-pac3,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MonitoringSolutions.0.2.0.zip;sourceType=sa]Az.MonitoringSolutions,0.2.0
-pac4,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MySql.1.5.1.zip;sourceType=sa]Az.MySql,1.5.1
-pac5,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NeonPostgres.0.2.0.zip;sourceType=sa]Az.NeonPostgres,0.2.0
-pac6,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetAppFiles.0.25.1.zip;sourceType=sa]Az.NetAppFiles,0.25.1
-pac7,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Network.7.24.0.zip;sourceType=sa]Az.Network,7.24.0
-pac8,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkAnalytics.0.1.2.zip;sourceType=sa]Az.NetworkAnalytics,0.1.2
-pac9,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkCloud.2.0.0.zip;sourceType=sa]Az.NetworkCloud,2.0.0
-pac10,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkFunction.0.2.0.zip;sourceType=sa]Az.NetworkFunction,0.2.0
-pac11,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NewRelic.0.3.0.zip;sourceType=sa]Az.NewRelic,0.3.0
-pac12,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Nginx.2.0.0.zip;sourceType=sa]Az.Nginx,2.0.0
-pac13,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NotificationHubs.1.2.0.zip;sourceType=sa]Az.NotificationHubs,1.2.0
-pac14,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.OperationalInsights.3.3.0.zip;sourceType=sa]Az.OperationalInsights,3.3.0
-pac15,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Oracle.2.0.0.zip;sourceType=sa]Az.Oracle,2.0.0
-pac16,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Orbital.0.2.0.zip;sourceType=sa]Az.Orbital,0.2.0
-pac17,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PaloAltoNetworks.0.4.0.zip;sourceType=sa]Az.PaloAltoNetworks,0.4.0
-pac18,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Peering.0.5.0.zip;sourceType=sa]Az.Peering,0.5.0
-pac19,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Pinecone.0.1.0.zip;sourceType=sa]Az.Pinecone,0.1.0
-pac20,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PolicyInsights.1.7.2.zip;sourceType=sa]Az.PolicyInsights,1.7.2
-pac21,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Portal.0.4.0.zip;sourceType=sa]Az.Portal,0.4.0
-pac22,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PostgreSql.1.4.0.zip;sourceType=sa]Az.PostgreSql,1.4.0
-pac23,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PowerBIEmbedded.2.1.0.zip;sourceType=sa]Az.PowerBIEmbedded,2.1.0
-pac24,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PrivateDns.1.2.0.zip;sourceType=sa]Az.PrivateDns,1.2.0
-pac25,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ProviderHub.0.4.0.zip;sourceType=sa]Az.ProviderHub,0.4.0
-pac26,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Purview.0.3.0.zip;sourceType=sa]Az.Purview,0.3.0
-pac27,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Quantum.0.2.0.zip;sourceType=sa]Az.Quantum,0.2.0
-pac28,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Qumulo.0.1.3.zip;sourceType=sa]Az.Qumulo,0.1.3
-pac29,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Quota.0.1.3.zip;sourceType=sa]Az.Quota,0.1.3
-pac30,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RecoveryServices.7.10.0.zip;sourceType=sa]Az.RecoveryServices,7.10.0
-pac31,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisCache.1.11.0.zip;sourceType=sa]Az.RedisCache,1.11.0
-pac32,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisEnterpriseCache.1.6.0.zip;sourceType=sa]Az.RedisEnterpriseCache,1.6.0
-pac33,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Relay.3.0.0.zip;sourceType=sa]Az.Relay,3.0.0
-pac34,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Reservations.0.14.1.zip;sourceType=sa]Az.Reservations,0.14.1
-pac35,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ResourceGraph.1.2.1.zip;sourceType=sa]Az.ResourceGraph,1.2.1
-pac36,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ResourceMover.1.3.1.zip;sourceType=sa]Az.ResourceMover,1.3.1
-pac37,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Resources.9.0.0.zip;sourceType=sa]Az.Resources,9.0.0
-pac38,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ScVmm.0.1.1.zip;sourceType=sa]Az.ScVmm,0.1.1
-pac39,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Search.0.11.0.zip;sourceType=sa]Az.Search,0.11.0
-pac40,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Security.1.8.0.zip;sourceType=sa]Az.Security,1.8.0
-pac41,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SecurityInsights.3.2.1.zip;sourceType=sa]Az.SecurityInsights,3.2.1
-pac42,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SelfHelp.0.3.0.zip;sourceType=sa]Az.SelfHelp,0.3.0
-pac43,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceBus.4.1.1.zip;sourceType=sa]Az.ServiceBus,4.1.1
-pac44,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceFabric.5.0.0.zip;sourceType=sa]Az.ServiceFabric,5.0.0
-pac45,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceLinker.0.3.0.zip;sourceType=sa]Az.ServiceLinker,0.3.0
-pac46,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sftp.0.1.0.zip;sourceType=sa]Az.Sftp,0.1.0
-pac47,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SignalR.2.3.1.zip;sourceType=sa]Az.SignalR,2.3.1
-pac48,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Site.0.1.0.zip;sourceType=sa]Az.Site,0.1.0
-pac49,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sphere.0.1.3.zip;sourceType=sa]Az.Sphere,0.1.3
-pac50,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SpringCloud.0.4.0.zip;sourceType=sa]Az.SpringCloud,0.4.0
-pac51,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sql.6.3.0.zip;sourceType=sa]Az.Sql,6.3.0
-pac52,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SqlVirtualMachine.2.4.0.zip;sourceType=sa]Az.SqlVirtualMachine,2.4.0
-pac53,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Ssh.0.2.3.zip;sourceType=sa]Az.Ssh,0.2.3
-pac54,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCI.2.6.5.zip;sourceType=sa]Az.StackHCI,2.6.5
-pac55,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCIVM.1.1.0.zip;sourceType=sa]Az.StackHCIVM,1.1.0
-pac56,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StandbyPool.0.3.0.zip;sourceType=sa]Az.StandbyPool,0.3.0
-pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Storage.9.4.0.zip;sourceType=sa]Az.Storage,9.4.0
-pac58,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageAction.1.0.0.zip;sourceType=sa]Az.StorageAction,1.0.0
-pac59,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageCache.0.3.0.zip;sourceType=sa]Az.StorageCache,0.3.0
-pac60,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageDiscovery.1.0.0.zip;sourceType=sa]Az.StorageDiscovery,1.0.0
-pac61,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageMover.2.0.0.zip;sourceType=sa]Az.StorageMover,2.0.0
-pac62,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageSync.2.5.2.zip;sourceType=sa]Az.StorageSync,2.5.2
-pac63,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StreamAnalytics.3.0.0.zip;sourceType=sa]Az.StreamAnalytics,3.0.0
-pac64,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Subscription.0.12.0.zip;sourceType=sa]Az.Subscription,0.12.0
-pac65,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Support.2.1.0.zip;sourceType=sa]Az.Support,2.1.0
-pac66,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Synapse.3.2.3.zip;sourceType=sa]Az.Synapse,3.2.3
-pac67,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Terraform.0.1.2.zip;sourceType=sa]Az.Terraform,0.1.2
-pac68,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TimeSeriesInsights.0.2.3.zip;sourceType=sa]Az.TimeSeriesInsights,0.2.3
-pac69,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TrafficManager.1.3.0.zip;sourceType=sa]Az.TrafficManager,1.3.0
-pac70,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TrustedSigning.0.1.3.zip;sourceType=sa]Az.TrustedSigning,0.1.3
-pac71,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VMware.0.8.0.zip;sourceType=sa]Az.VMware,0.8.0
-pac72,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VoiceServices.0.2.0.zip;sourceType=sa]Az.VoiceServices,0.2.0
-pac73,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Websites.3.4.2.zip;sourceType=sa]Az.Websites,3.4.2
-pac74,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.WeightsAndBiases.0.1.0.zip;sourceType=sa]Az.WeightsAndBiases,0.1.0
-pac75,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.WindowsIotServices.0.2.0.zip;sourceType=sa]Az.WindowsIotServices,0.2.0
-pac76,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Workloads.2.0.0.zip;sourceType=sa]Az.Workloads,2.0.0
+pac0,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Accounts.5.3.2.zip;sourceType=sa]Az.Accounts,5.3.2
+pac1,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MonitoringSolutions.0.2.0.zip;sourceType=sa]Az.MonitoringSolutions,0.2.0
+pac2,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MySql.1.5.1.zip;sourceType=sa]Az.MySql,1.5.1
+pac3,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NeonPostgres.0.2.0.zip;sourceType=sa]Az.NeonPostgres,0.2.0
+pac4,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetAppFiles.1.0.0.zip;sourceType=sa]Az.NetAppFiles,1.0.0
+pac5,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Network.7.24.1.zip;sourceType=sa]Az.Network,7.24.1
+pac6,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkAnalytics.0.1.2.zip;sourceType=sa]Az.NetworkAnalytics,0.1.2
+pac7,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkCloud.2.0.0.zip;sourceType=sa]Az.NetworkCloud,2.0.0
+pac8,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkFunction.0.2.0.zip;sourceType=sa]Az.NetworkFunction,0.2.0
+pac9,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NewRelic.0.3.0.zip;sourceType=sa]Az.NewRelic,0.3.0
+pac10,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Nginx.2.0.0.zip;sourceType=sa]Az.Nginx,2.0.0
+pac11,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NotificationHubs.1.2.0.zip;sourceType=sa]Az.NotificationHubs,1.2.0
+pac12,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.OperationalInsights.3.3.0.zip;sourceType=sa]Az.OperationalInsights,3.3.0
+pac13,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Oracle.2.0.0.zip;sourceType=sa]Az.Oracle,2.0.0
+pac14,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Orbital.0.2.0.zip;sourceType=sa]Az.Orbital,0.2.0
+pac15,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PaloAltoNetworks.0.4.0.zip;sourceType=sa]Az.PaloAltoNetworks,0.4.0
+pac16,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Peering.0.5.0.zip;sourceType=sa]Az.Peering,0.5.0
+pac17,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Pinecone.0.1.0.zip;sourceType=sa]Az.Pinecone,0.1.0
+pac18,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PolicyInsights.1.7.3.zip;sourceType=sa]Az.PolicyInsights,1.7.3
+pac19,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Portal.0.4.0.zip;sourceType=sa]Az.Portal,0.4.0
+pac20,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PostgreSql.1.4.0.zip;sourceType=sa]Az.PostgreSql,1.4.0
+pac21,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PowerBIEmbedded.2.1.0.zip;sourceType=sa]Az.PowerBIEmbedded,2.1.0
+pac22,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PrivateDns.1.2.0.zip;sourceType=sa]Az.PrivateDns,1.2.0
+pac23,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ProviderHub.0.4.0.zip;sourceType=sa]Az.ProviderHub,0.4.0
+pac24,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Purview.0.3.0.zip;sourceType=sa]Az.Purview,0.3.0
+pac25,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Quantum.0.2.0.zip;sourceType=sa]Az.Quantum,0.2.0
+pac26,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Qumulo.0.1.3.zip;sourceType=sa]Az.Qumulo,0.1.3
+pac27,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Quota.0.1.3.zip;sourceType=sa]Az.Quota,0.1.3
+pac28,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RecoveryServices.7.11.0.zip;sourceType=sa]Az.RecoveryServices,7.11.0
+pac29,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisCache.1.11.0.zip;sourceType=sa]Az.RedisCache,1.11.0
+pac30,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisEnterpriseCache.1.6.0.zip;sourceType=sa]Az.RedisEnterpriseCache,1.6.0
+pac31,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Relay.3.0.0.zip;sourceType=sa]Az.Relay,3.0.0
+pac32,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Reservations.0.14.1.zip;sourceType=sa]Az.Reservations,0.14.1
+pac33,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ResourceGraph.1.2.1.zip;sourceType=sa]Az.ResourceGraph,1.2.1
+pac34,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ResourceMover.1.3.1.zip;sourceType=sa]Az.ResourceMover,1.3.1
+pac35,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Resources.9.0.0.zip;sourceType=sa]Az.Resources,9.0.0
+pac36,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ScVmm.0.1.1.zip;sourceType=sa]Az.ScVmm,0.1.1
+pac37,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Search.0.11.0.zip;sourceType=sa]Az.Search,0.11.0
+pac38,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Security.1.8.0.zip;sourceType=sa]Az.Security,1.8.0
+pac39,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SecurityInsights.3.2.1.zip;sourceType=sa]Az.SecurityInsights,3.2.1
+pac40,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SelfHelp.0.3.0.zip;sourceType=sa]Az.SelfHelp,0.3.0
+pac41,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceBus.4.1.1.zip;sourceType=sa]Az.ServiceBus,4.1.1
+pac42,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceFabric.5.0.0.zip;sourceType=sa]Az.ServiceFabric,5.0.0
+pac43,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceLinker.0.3.0.zip;sourceType=sa]Az.ServiceLinker,0.3.0
+pac44,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sftp.0.1.0.zip;sourceType=sa]Az.Sftp,0.1.0
+pac45,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SignalR.2.3.2.zip;sourceType=sa]Az.SignalR,2.3.2
+pac46,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Site.0.1.0.zip;sourceType=sa]Az.Site,0.1.0
+pac47,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sphere.0.1.3.zip;sourceType=sa]Az.Sphere,0.1.3
+pac48,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SpringCloud.0.4.0.zip;sourceType=sa]Az.SpringCloud,0.4.0
+pac49,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sql.6.4.0.zip;sourceType=sa]Az.Sql,6.4.0
+pac50,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SqlVirtualMachine.2.4.0.zip;sourceType=sa]Az.SqlVirtualMachine,2.4.0
+pac51,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Ssh.0.2.3.zip;sourceType=sa]Az.Ssh,0.2.3
+pac52,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCI.2.6.5.zip;sourceType=sa]Az.StackHCI,2.6.5
+pac53,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCIVM.1.1.0.zip;sourceType=sa]Az.StackHCIVM,1.1.0
+pac54,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StandbyPool.0.3.0.zip;sourceType=sa]Az.StandbyPool,0.3.0
+pac55,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Storage.9.5.0.zip;sourceType=sa]Az.Storage,9.5.0
+pac56,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageAction.1.0.0.zip;sourceType=sa]Az.StorageAction,1.0.0
+pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageCache.0.3.0.zip;sourceType=sa]Az.StorageCache,0.3.0
+pac58,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageDiscovery.1.0.0.zip;sourceType=sa]Az.StorageDiscovery,1.0.0
+pac59,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageMover.2.0.0.zip;sourceType=sa]Az.StorageMover,2.0.0
+pac60,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageSync.2.5.2.zip;sourceType=sa]Az.StorageSync,2.5.2
+pac61,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StreamAnalytics.3.0.0.zip;sourceType=sa]Az.StreamAnalytics,3.0.0
+pac62,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Subscription.0.12.0.zip;sourceType=sa]Az.Subscription,0.12.0
+pac63,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Support.2.1.0.zip;sourceType=sa]Az.Support,2.1.0
+pac64,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Synapse.3.2.4.zip;sourceType=sa]Az.Synapse,3.2.4
+pac65,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Terraform.0.1.2.zip;sourceType=sa]Az.Terraform,0.1.2
+pac66,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TimeSeriesInsights.0.2.3.zip;sourceType=sa]Az.TimeSeriesInsights,0.2.3
+pac67,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TrafficManager.1.3.0.zip;sourceType=sa]Az.TrafficManager,1.3.0
+pac68,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TrustedSigning.0.1.4.zip;sourceType=sa]Az.TrustedSigning,0.1.4
+pac69,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VMware.0.8.0.zip;sourceType=sa]Az.VMware,0.8.0
+pac70,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VoiceServices.0.2.0.zip;sourceType=sa]Az.VoiceServices,0.2.0
+pac71,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Websites.3.4.2.zip;sourceType=sa]Az.Websites,3.4.2
+pac72,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.WeightsAndBiases.0.1.0.zip;sourceType=sa]Az.WeightsAndBiases,0.1.0
+pac73,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.WindowsIotServices.0.2.0.zip;sourceType=sa]Az.WindowsIotServices,0.2.0
+pac74,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Workloads.2.0.0.zip;sourceType=sa]Az.Workloads,2.0.0
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json b/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json
index e90c675d30e3..99d6dc7a2a89 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": "5.3.1",
+ "ModuleVersion": "5.3.2",
"Cmdlets": [
{
"VerbName": "Add",
@@ -478,7 +478,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1059,7 +1059,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1377,7 +1377,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1471,7 +1471,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1535,7 +1535,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2292,7 +2292,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2369,7 +2369,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2480,7 +2480,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2572,7 +2572,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2666,7 +2666,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3036,7 +3036,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3182,7 +3182,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3412,7 +3412,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3627,7 +3627,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3887,7 +3887,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4117,7 +4117,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4374,7 +4374,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4624,7 +4624,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4896,7 +4896,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5130,7 +5130,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5205,7 +5205,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Mode": "System.String",
@@ -5270,7 +5270,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5317,7 +5317,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5914,7 +5914,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6012,7 +6012,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6101,7 +6101,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6190,7 +6190,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6269,7 +6269,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6333,7 +6333,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6408,7 +6408,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Mode": "System.String",
@@ -6473,7 +6473,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6520,7 +6520,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7070,7 +7070,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSSecureAccessToken, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpiresOn": "System.DateTimeOffset",
"Token": "System.Security.SecureString",
@@ -7484,7 +7484,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSConfig, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Scope": "Microsoft.Azure.PowerShell.Common.Config.ConfigScope",
"Value": "System.Object",
@@ -8280,7 +8280,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Mode": "System.String",
@@ -8345,7 +8345,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8392,7 +8392,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8463,7 +8463,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceGroupName": "System.String",
@@ -9747,7 +9747,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9824,7 +9824,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9903,7 +9903,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9967,7 +9967,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10038,7 +10038,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSHttpResponse, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Int32",
"Headers": "System.Net.Http.Headers.HttpResponseHeaders",
@@ -11344,7 +11344,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.VTable, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProfileName": "System.String"
},
@@ -11544,7 +11544,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11646,7 +11646,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11740,7 +11740,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11916,7 +11916,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11978,7 +11978,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12156,7 +12156,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12258,7 +12258,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12352,7 +12352,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12423,7 +12423,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ErrorCategory": "System.Management.Automation.ErrorCategoryInfo",
"ErrorDetails": "System.Management.Automation.ErrorDetails",
@@ -12474,7 +12474,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InnerException": "System.Boolean",
"Exception": "System.Exception",
@@ -12538,7 +12538,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequestMessage": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo",
"ServerResponse": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo",
@@ -13220,7 +13220,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13292,7 +13292,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13356,7 +13356,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13726,7 +13726,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13847,7 +13847,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13988,7 +13988,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14131,7 +14131,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14282,7 +14282,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14414,7 +14414,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14527,7 +14527,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14601,7 +14601,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceGroupName": "System.String",
@@ -14668,7 +14668,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14745,7 +14745,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14824,7 +14824,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15339,7 +15339,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15559,7 +15559,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16157,7 +16157,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16475,7 +16475,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16677,7 +16677,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSConfig, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Scope": "Microsoft.Azure.PowerShell.Common.Config.ConfigScope",
"Value": "System.Object",
@@ -16873,7 +16873,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Config.Models.LoginExperienceConfig, Microsoft.Azure.PowerShell.Authentication, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -17112,7 +17112,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Config.Models.LoginExperienceConfig, Microsoft.Azure.PowerShell.Authentication, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17477,7 +17477,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Mode": "System.String",
@@ -17769,7 +17769,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Headers": "System.Collections.Generic.IDictionary`2[System.String,System.Collections.Generic.IEnumerable`1[System.String]]",
"Verb": "System.String",
@@ -17846,7 +17846,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=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.1.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.Aks.json b/tools/Tools.Common/SerializedCmdlets/Az.Aks.json
index 0d10842a3009..bb437e9f1796 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.Aks.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.Aks.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.Aks",
- "ModuleVersion": "7.0.0",
+ "ModuleVersion": "7.1.0",
"Cmdlets": [
{
"VerbName": "Disable",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -29,37 +29,52 @@
"PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
"PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
"ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
"OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
"AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
"SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
"Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
"StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
"PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
"DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
"MaxAgentPools": "System.Nullable`1[System.Int32]",
"Type": "System.String",
"Name": "System.String",
"Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
"ProvisioningState": "System.String",
- "Location": "System.String",
+ "KubernetesVersion": "System.String",
"CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
"DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
+ "ResourceUid": "System.String",
"PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
"AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
},
"Methods": [
{
@@ -174,7 +189,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -187,37 +202,52 @@
"PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
"PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
"ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
"OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
"AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
"SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
"Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
"StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
"PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
"DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
"MaxAgentPools": "System.Nullable`1[System.Int32]",
"Type": "System.String",
"Name": "System.String",
"Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
"ProvisioningState": "System.String",
- "Location": "System.String",
+ "KubernetesVersion": "System.String",
"CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
"DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
+ "ResourceUid": "System.String",
"PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
"AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -394,7 +424,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -407,37 +437,52 @@
"PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
"PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
"ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
"OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
"AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
"SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
"Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
"StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
"PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
"DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
"MaxAgentPools": "System.Nullable`1[System.Int32]",
"Type": "System.String",
"Name": "System.String",
"Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
"ProvisioningState": "System.String",
- "Location": "System.String",
+ "KubernetesVersion": "System.String",
"CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
"DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
+ "ResourceUid": "System.String",
"PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
"AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -620,7 +665,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -633,37 +678,52 @@
"PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
"PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
"ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
"OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
"AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
"SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
"Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
"StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
"PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
"DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
"MaxAgentPools": "System.Nullable`1[System.Int32]",
"Type": "System.String",
"Name": "System.String",
"Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
"ProvisioningState": "System.String",
- "Location": "System.String",
+ "KubernetesVersion": "System.String",
"CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
"DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
+ "ResourceUid": "System.String",
"PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
"AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
},
"Methods": [
{
@@ -796,7 +856,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -809,37 +869,52 @@
"PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
"PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
"ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
"OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
"AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
"SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
"Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
"StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
"PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
"DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
"MaxAgentPools": "System.Nullable`1[System.Int32]",
"Type": "System.String",
"Name": "System.String",
"Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
"ProvisioningState": "System.String",
- "Location": "System.String",
+ "KubernetesVersion": "System.String",
"CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
"DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
+ "ResourceUid": "System.String",
"PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
"AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -1156,7 +1231,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -1169,37 +1244,52 @@
"PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
"PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
"ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
"OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
"AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
"SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
"Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
"StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
"PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
"DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
"MaxAgentPools": "System.Nullable`1[System.Int32]",
"Type": "System.String",
"Name": "System.String",
"Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
"ProvisioningState": "System.String",
- "Location": "System.String",
+ "KubernetesVersion": "System.String",
"CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
"DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
+ "ResourceUid": "System.String",
"PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
"AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -1332,7 +1422,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -1345,37 +1435,52 @@
"PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
"PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
"ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
"OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
"AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
"SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
"Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
"StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
"PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
"DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
"MaxAgentPools": "System.Nullable`1[System.Int32]",
"Type": "System.String",
"Name": "System.String",
"Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
"ProvisioningState": "System.String",
- "Location": "System.String",
+ "KubernetesVersion": "System.String",
"CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
"DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
+ "ResourceUid": "System.String",
"PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
"AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
},
"Methods": [
{
@@ -1875,15 +1980,23 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "GatewayProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolGatewayProfile",
+ "NetworkProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolSecurityProfile",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolStatus",
"UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeSettings",
+ "WindowsProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolWindowsProfile",
"CreationData": "Microsoft.Azure.Management.ContainerService.Models.CreationData",
+ "GpuProfile": "Microsoft.Azure.Management.ContainerService.Models.GPUProfile",
"KubeletConfig": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
"LinuxOSConfig": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
"PowerState": "Microsoft.Azure.Management.ContainerService.Models.PowerState",
+ "VirtualMachinesProfile": "Microsoft.Azure.Management.ContainerService.Models.VirtualMachinesProfile",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"NodeLabels": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "VirtualMachineNodesStatus": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.VirtualMachineNodes]",
"AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
"NodeTaints": "System.Collections.Generic.IList`1[System.String]",
"EnableFIPS": "System.Nullable`1[System.Boolean]",
@@ -1892,26 +2005,28 @@
"EnableNodePublicIP": "System.Nullable`1[System.Boolean]",
"EnableAutoScaling": "System.Nullable`1[System.Boolean]",
"SpotMaxPrice": "System.Nullable`1[System.Double]",
- "Count": "System.Nullable`1[System.Int32]",
"MinCount": "System.Nullable`1[System.Int32]",
- "MaxCount": "System.Nullable`1[System.Int32]",
- "MaxPods": "System.Nullable`1[System.Int32]",
"OsDiskSizeGB": "System.Nullable`1[System.Int32]",
+ "MaxPods": "System.Nullable`1[System.Int32]",
+ "Count": "System.Nullable`1[System.Int32]",
+ "MaxCount": "System.Nullable`1[System.Int32]",
"GpuInstanceProfile": "System.String",
- "HostGroupID": "System.String",
- "ScaleSetEvictionPolicy": "System.String",
- "Id": "System.String",
"ProximityPlacementGroupID": "System.String",
+ "CapacityReservationGroupId": "System.String",
+ "Id": "System.String",
+ "ETag": "System.String",
+ "HostGroupID": "System.String",
+ "NodePublicIPPrefixID": "System.String",
"ScaleSetPriority": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
"VmSize": "System.String",
"OsDiskType": "System.String",
"KubeletDiskType": "System.String",
+ "MessageOfTheDay": "System.String",
"WorkloadRuntime": "System.String",
"VnetSubnetID": "System.String",
"PodSubnetID": "System.String",
- "NodePublicIPPrefixID": "System.String",
+ "PodIPAllocationMode": "System.String",
+ "ScaleSetEvictionPolicy": "System.String",
"OsType": "System.String",
"ScaleDownMode": "System.String",
"Mode": "System.String",
@@ -1919,6 +2034,8 @@
"OrchestratorVersion": "System.String",
"CurrentOrchestratorVersion": "System.String",
"NodeImageVersion": "System.String",
+ "ProvisioningState": "System.String",
+ "Name": "System.String",
"OsSKU": "System.String",
"Type": "System.String"
},
@@ -1975,7 +2092,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -1988,37 +2105,52 @@
"PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
"PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
"ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
"OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
"AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
"SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
"Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
"StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
"PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
"DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
"MaxAgentPools": "System.Nullable`1[System.Int32]",
"Type": "System.String",
"Name": "System.String",
"Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
"ProvisioningState": "System.String",
- "Location": "System.String",
+ "KubernetesVersion": "System.String",
"CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
"DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
+ "ResourceUid": "System.String",
"PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
"AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -2184,7 +2316,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -2197,37 +2329,52 @@
"PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
"PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
"ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
"OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
"AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
"SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
"Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
"StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
"PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
"DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
"MaxAgentPools": "System.Nullable`1[System.Int32]",
"Type": "System.String",
"Name": "System.String",
"Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
"ProvisioningState": "System.String",
- "Location": "System.String",
+ "KubernetesVersion": "System.String",
"CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
"DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
+ "ResourceUid": "System.String",
"PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
"AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -2515,7 +2662,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -2528,37 +2675,52 @@
"PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
"PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
"ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
"OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
"AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
"SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
"Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
"StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
"PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
"DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
"MaxAgentPools": "System.Nullable`1[System.Int32]",
"Type": "System.String",
"Name": "System.String",
"Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
"ProvisioningState": "System.String",
- "Location": "System.String",
+ "KubernetesVersion": "System.String",
"CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
"DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
+ "ResourceUid": "System.String",
"PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
"AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -2690,7 +2852,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -2703,37 +2865,52 @@
"PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
"PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
"ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
"OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
"AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
"SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
"Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
"StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
"PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
"DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
"MaxAgentPools": "System.Nullable`1[System.Int32]",
"Type": "System.String",
"Name": "System.String",
"Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
"ProvisioningState": "System.String",
- "Location": "System.String",
+ "KubernetesVersion": "System.String",
"CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
"DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
+ "ResourceUid": "System.String",
"PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
"AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -3360,7 +3537,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSRunCommandResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StartedAt": "System.Nullable`1[System.DateTime]",
"FinishedAt": "System.Nullable`1[System.DateTime]",
@@ -3411,7 +3588,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -3424,37 +3601,52 @@
"PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
"PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
"ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
"OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
"AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
"SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
"Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
"StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
"PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
"DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
"MaxAgentPools": "System.Nullable`1[System.Int32]",
"Type": "System.String",
"Name": "System.String",
"Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
"ProvisioningState": "System.String",
- "Location": "System.String",
+ "KubernetesVersion": "System.String",
"CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
"DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
+ "ResourceUid": "System.String",
"PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
"AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -3587,7 +3779,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -3600,37 +3792,52 @@
"PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
"PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
"ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
"OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
"AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
"SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
"Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
"StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
"PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
"DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
"MaxAgentPools": "System.Nullable`1[System.Int32]",
"Type": "System.String",
"Name": "System.String",
"Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
"ProvisioningState": "System.String",
- "Location": "System.String",
+ "KubernetesVersion": "System.String",
"CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
"DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
+ "ResourceUid": "System.String",
"PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
"AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -4261,7 +4468,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -4274,37 +4481,52 @@
"PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
"PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
"ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
"OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
"AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
"SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
"Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
"StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
"PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
"DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
"MaxAgentPools": "System.Nullable`1[System.Int32]",
"Type": "System.String",
"Name": "System.String",
"Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
"ProvisioningState": "System.String",
- "Location": "System.String",
+ "KubernetesVersion": "System.String",
"CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
"DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
+ "ResourceUid": "System.String",
"PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
"AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
},
"Methods": [
{
@@ -4397,61 +4619,7 @@
],
"Parameters": [
{
- "Name": "NodeVmSetType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodeVnetSubnetID",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodeMaxPodCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodeSetPriority",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodePoolMode",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodeOsSKU",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodeScaleSetEvictionPolicy",
+ "Name": "EdgeZone",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4469,15 +4637,6 @@
},
"ValidateNotNullOrEmpty": true
},
- {
- "Name": "WorkspaceResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
{
"Name": "SubnetName",
"Type": {
@@ -4488,88 +4647,35 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "EnableRbac",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "WindowsProfileAdminUserName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NetworkPlugin",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NetworkPolicy",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "PodCidr",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ServiceCidr",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DnsServiceIP",
+ "Name": "WorkspaceResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "OutboundType",
+ "Name": "AvailabilityZone",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "LoadBalancerSku",
+ "Name": "EnableEncryptionAtHost",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Force",
+ "Name": "EnableFIPS",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -4578,7 +4684,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "GenerateSshKey",
+ "Name": "EnableNodePublicIp",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -4587,7 +4693,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "EnableNodePublicIp",
+ "Name": "EnableUltraSSD",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -4596,7 +4702,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "NodePublicIPPrefixID",
+ "Name": "GpuInstanceProfile",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4605,17 +4711,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "AvailabilityZone",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodeResourceGroup",
+ "Name": "NodeHostGroupID",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4623,45 +4719,12 @@
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "EnableEncryptionAtHost",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "EnableUltraSSD",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodeLinuxOSConfig",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Sysctls": "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig",
- "SwapFileSizeMb": "System.Nullable`1[System.Int32]",
- "TransparentHugePageEnabled": "System.String",
- "TransparentHugePageDefrag": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "NodeKubeletConfig",
"Type": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
"Name": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowedUnsafeSysctls": "System.Collections.Generic.IList`1[System.String]",
"CpuCfsQuota": "System.Nullable`1[System.Boolean]",
@@ -4679,7 +4742,99 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "NodeMaxSurge",
+ "Name": "NodeLinuxOSConfig",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Sysctls": "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig",
+ "SwapFileSizeMb": "System.Nullable`1[System.Int32]",
+ "TransparentHugePageEnabled": "System.String",
+ "TransparentHugePageDefrag": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeMaxPodCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeMessageOfTheDay",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodePoolMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeNetworkProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "NodePublicIPTags": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IPTag]",
+ "AllowedHostPorts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PortRange]",
+ "ApplicationSecurityGroups": "System.Collections.Generic.IList`1[System.String]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodePublicIPPrefixID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeOSDiskType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeOsSKU",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodePodIPAllocationMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodePodSubnetID",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4697,7 +4852,34 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "EnableFIPS",
+ "Name": "NodeScaleSetEvictionPolicy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeSetPriority",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeEnableSecureBoot",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeEnableVtpm",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -4705,13 +4887,43 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "NodeSshAccess",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeVmSetType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeMaxSurge",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "AutoScalerProfile",
"Type": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
"Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "DaemonsetEvictionForEmptyNodes": "System.Nullable`1[System.Boolean]",
+ "DaemonsetEvictionForOccupiedNodes": "System.Nullable`1[System.Boolean]",
+ "IgnoreDaemonsetsUtilization": "System.Nullable`1[System.Boolean]",
"BalanceSimilarNodeGroups": "System.String",
"ScaleDownUtilizationThreshold": "System.String",
"ScaleDownUnreadyTime": "System.String",
@@ -4719,9 +4931,9 @@
"ScaleDownDelayAfterFailure": "System.String",
"ScaleDownDelayAfterDelete": "System.String",
"ScaleDownDelayAfterAdd": "System.String",
- "SkipNodesWithLocalStorage": "System.String",
"ScanInterval": "System.String",
"NewPodScaleUpDelay": "System.String",
+ "SkipNodesWithLocalStorage": "System.String",
"MaxTotalUnreadyPercentage": "System.String",
"MaxNodeProvisionTime": "System.String",
"MaxGracefulTerminationSec": "System.String",
@@ -4734,7 +4946,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "GpuInstanceProfile",
+ "Name": "NodeVnetSubnetID",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4743,7 +4955,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "EnableUptimeSLA",
+ "Name": "EnableRbac",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -4752,7 +4964,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "EdgeZone",
+ "Name": "DnsServiceIP",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4761,7 +4973,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "NodeHostGroupID",
+ "Name": "LoadBalancerSku",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4770,7 +4982,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "NodePodSubnetID",
+ "Name": "NetworkPlugin",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4779,43 +4991,43 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "EnableOidcIssuer",
+ "Name": "NetworkPolicy",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ResourceGroupName",
+ "Name": "OutboundType",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "Name",
+ "Name": "PodCidr",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "ServicePrincipalIdAndSecret",
+ "Name": "ServiceCidr",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Location",
+ "Name": "NodeResourceGroup",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4824,10 +5036,16 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "LinuxProfileAdminUserName",
- "AliasList": [
- "AdminUserName"
- ],
+ "Name": "EnableOidcIssuer",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "WindowsProfileAdminUserName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4836,25 +5054,52 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "DnsNamePrefix",
+ "Name": "EnableUptimeSLA",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "GenerateSshKey",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "KubernetesVersion",
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "NodeName",
+ "Name": "Location",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4863,16 +5108,43 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "NodeMinCount",
+ "Name": "EnableManagedIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AssignIdentity",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "NodeMaxCount",
+ "Name": "AadProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AdminGroupObjectIDs": "System.Collections.Generic.IList`1[System.String]",
+ "Managed": "System.Nullable`1[System.Boolean]",
+ "EnableAzureRbac": "System.Nullable`1[System.Boolean]",
+ "ClientAppId": "System.String",
+ "ServerAppId": "System.String",
+ "ServerAppSecret": "System.String",
+ "TenantId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeCount",
"Type": {
"Namespace": "System",
"Name": "System.Int32",
@@ -4890,7 +5162,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "NodeCount",
+ "Name": "NodeMaxCount",
"Type": {
"Namespace": "System",
"Name": "System.Int32",
@@ -4899,7 +5171,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "NodeOsDiskSize",
+ "Name": "NodeMinCount",
"Type": {
"Namespace": "System",
"Name": "System.Int32",
@@ -4908,7 +5180,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "NodeVmSize",
+ "Name": "NodeName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4925,6 +5197,25 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "NodeTaint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeOsDiskSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "NodePoolTag",
"Type": {
@@ -4935,10 +5226,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "SshKeyValue",
- "AliasList": [
- "SshKeyPath"
- ],
+ "Name": "NodeVmSize",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4947,7 +5235,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "AcrNameToAttach",
+ "Name": "NodeWorkloadRuntime",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4956,7 +5244,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "AsJob",
+ "Name": "EnableAIToolchainOperator",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -4965,86 +5253,83 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Tag",
+ "Name": "ApiServerAccessAuthorizedIpRange",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "LoadBalancerAllocatedOutboundPort",
+ "Name": "DisableApiServerRunCommand",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateRangeMin": 0,
- "ValidateRangeMax": 64000,
"ValidateNotNullOrEmpty": false
},
{
- "Name": "LoadBalancerManagedOutboundIpCount",
+ "Name": "EnableApiServerAccessPrivateCluster",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "LoadBalancerOutboundIp",
+ "Name": "EnableApiServerAccessPrivateClusterPublicFQDN",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "LoadBalancerOutboundIpPrefix",
+ "Name": "EnableApiServerVnetIntegration",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "LoadBalancerIdleTimeoutInMinute",
+ "Name": "ApiServerAccessPrivateDnsZone",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateRangeMin": 4,
- "ValidateRangeMax": 120,
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ApiServerAccessAuthorizedIpRange",
+ "Name": "ApiServerSubnetId",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "EnableApiServerAccessPrivateCluster",
+ "Name": "NodeOSAutoUpgradeChannel",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ApiServerAccessPrivateDnsZone",
+ "Name": "NodeAutoUpgradeChannel",
+ "AliasList": [
+ "AutoUpgradeChannel"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5053,7 +5338,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "EnableApiServerAccessPrivateClusterPublicFQDN",
+ "Name": "EnableMonitorMetric",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -5062,7 +5347,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "FqdnSubdomain",
+ "Name": "BootstrapArtifactSource",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5071,7 +5356,16 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "EnableManagedIdentity",
+ "Name": "BootstrapContainerRegistryId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DisableLocalAccount",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -5080,7 +5374,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "AssignIdentity",
+ "Name": "DiskEncryptionSetID",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5089,7 +5383,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "AutoUpgradeChannel",
+ "Name": "DnsNamePrefix",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5098,7 +5392,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "DiskEncryptionSetID",
+ "Name": "FqdnSubdomain",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5106,15 +5400,6 @@
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "DisableLocalAccount",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "HttpProxy",
"Type": {
@@ -5153,43 +5438,49 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "AksCustomHeader",
+ "Name": "AssignKubeletIdentity",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "KubernetesVersion",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "AadProfile",
+ "Name": "LinuxProfileAdminUserName",
+ "AliasList": [
+ "AdminUserName"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AdminGroupObjectIDs": "System.Collections.Generic.IList`1[System.String]",
- "Managed": "System.Nullable`1[System.Boolean]",
- "EnableAzureRbac": "System.Nullable`1[System.Boolean]",
- "ClientAppId": "System.String",
- "ServerAppId": "System.String",
- "ServerAppSecret": "System.String",
- "TenantId": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "WindowsProfileAdminUserPassword",
+ "Name": "SshKeyValue",
+ "AliasList": [
+ "SshKeyPath"
+ ],
"Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "EnableAHUB",
+ "Name": "EnableCostAnalysis",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -5198,99 +5489,507 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "EnableAdvancedNetworking",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "EnableAdvancedNetworkingObservability",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "SubscriptionId",
+ "Name": "EnableAdvancedNetworkingSecurity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AdvancedNetworkingSecurityPolicy",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
+ },
{
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "NodeVmSetType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NodeVnetSubnetID",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NodeMaxPodCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "IPFamily",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LoadBalancerAllocatedOutboundPort",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 0,
+ "ValidateRangeMax": 64000,
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LoadBalancerBackendPoolType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LoadBalancerIdleTimeoutInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 4,
+ "ValidateRangeMax": 120,
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LoadBalancerManagedOutboundIpCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LoadBalancerManagedOutboundIpCountIPv6",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LoadBalancerOutboundIpPrefix",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LoadBalancerOutboundIp",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NATGatewayIdleTimeoutInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 4,
+ "ValidateRangeMax": 120,
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NATGatewayManagedOutboundIpCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 1,
+ "ValidateRangeMax": 16,
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NetworkDataplane",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NetworkPluginMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableStaticEgressGateway",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeProvisioningMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeProvisioningDefaultPool",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeResourceGroupRestrictionLevel",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnablePodIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnablePodIdentityWithKubenet",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnablePublicNetworkAccess",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableAzureKeyVaultKms",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AzureKeyVaultKmsKeyId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AzureKeyVaultKmsNetworkAccess",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AzureKeyVaultKmsResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "CustomCaTrustCertificate",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefenderLogAnalyticsWorkspaceResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableDefenderSecurityMonitoring",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableImageCleaner",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ImageCleanerIntervalHour",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableWorkloadIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ServicePrincipalIdAndSecret",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SupportPlan",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "WindowsProfileAdminUserPassword",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableAHUB",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableKEDA",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableVerticalPodAutoscaler",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableBlobCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableDiskCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableFileCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableSnapshotCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AksCustomHeader",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IfMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IfNoneMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AcrNameToAttach",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "NodeSetPriority",
+ "Name": "EdgeZone",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5305,13 +6004,14 @@
},
{
"ParameterMetadata": {
- "Name": "NodePoolMode",
+ "Name": "AddOnNameToBeEnabled",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": false,
"Position": -2147483648,
@@ -5320,44 +6020,44 @@
},
{
"ParameterMetadata": {
- "Name": "NodeOsSKU",
+ "Name": "SubnetName",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "NodeScaleSetEvictionPolicy",
+ "Name": "WorkspaceResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "AddOnNameToBeEnabled",
+ "Name": "AvailabilityZone",
"Type": {
"Namespace": "System",
"Name": "System.String[]",
"AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
@@ -5366,37 +6066,22 @@
},
{
"ParameterMetadata": {
- "Name": "WorkspaceResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "SubnetName",
+ "Name": "EnableEncryptionAtHost",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "EnableRbac",
+ "Name": "EnableFIPS",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -5411,11 +6096,11 @@
},
{
"ParameterMetadata": {
- "Name": "WindowsProfileAdminUserName",
+ "Name": "EnableNodePublicIp",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5426,11 +6111,11 @@
},
{
"ParameterMetadata": {
- "Name": "NetworkPlugin",
+ "Name": "EnableUltraSSD",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5441,7 +6126,7 @@
},
{
"ParameterMetadata": {
- "Name": "NetworkPolicy",
+ "Name": "GpuInstanceProfile",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5456,7 +6141,7 @@
},
{
"ParameterMetadata": {
- "Name": "PodCidr",
+ "Name": "NodeHostGroupID",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5471,11 +6156,24 @@
},
{
"ParameterMetadata": {
- "Name": "ServiceCidr",
+ "Name": "NodeKubeletConfig",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AllowedUnsafeSysctls": "System.Collections.Generic.IList`1[System.String]",
+ "CpuCfsQuota": "System.Nullable`1[System.Boolean]",
+ "FailSwapOn": "System.Nullable`1[System.Boolean]",
+ "ImageGcHighThreshold": "System.Nullable`1[System.Int32]",
+ "ImageGcLowThreshold": "System.Nullable`1[System.Int32]",
+ "ContainerLogMaxSizeMb": "System.Nullable`1[System.Int32]",
+ "ContainerLogMaxFiles": "System.Nullable`1[System.Int32]",
+ "PodMaxPids": "System.Nullable`1[System.Int32]",
+ "CpuManagerPolicy": "System.String",
+ "CpuCfsQuotaPeriod": "System.String",
+ "TopologyManagerPolicy": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
@@ -5486,11 +6184,32 @@
},
{
"ParameterMetadata": {
- "Name": "DnsServiceIP",
+ "Name": "NodeLinuxOSConfig",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Sysctls": "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig",
+ "SwapFileSizeMb": "System.Nullable`1[System.Int32]",
+ "TransparentHugePageEnabled": "System.String",
+ "TransparentHugePageDefrag": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeMaxPodCount",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5501,7 +6220,7 @@
},
{
"ParameterMetadata": {
- "Name": "OutboundType",
+ "Name": "NodeMessageOfTheDay",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5516,7 +6235,7 @@
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerSku",
+ "Name": "NodePoolMode",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5531,11 +6250,16 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "NodeNetworkProfile",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "NodePublicIPTags": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IPTag]",
+ "AllowedHostPorts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PortRange]",
+ "ApplicationSecurityGroups": "System.Collections.Generic.IList`1[System.String]"
+ }
},
"ValidateNotNullOrEmpty": false
},
@@ -5546,11 +6270,11 @@
},
{
"ParameterMetadata": {
- "Name": "GenerateSshKey",
+ "Name": "NodePublicIPPrefixID",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5561,11 +6285,11 @@
},
{
"ParameterMetadata": {
- "Name": "EnableNodePublicIp",
+ "Name": "NodeOSDiskType",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5576,7 +6300,7 @@
},
{
"ParameterMetadata": {
- "Name": "NodePublicIPPrefixID",
+ "Name": "NodeOsSKU",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5591,12 +6315,11 @@
},
{
"ParameterMetadata": {
- "Name": "AvailabilityZone",
+ "Name": "NodePodIPAllocationMode",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5607,7 +6330,7 @@
},
{
"ParameterMetadata": {
- "Name": "NodeResourceGroup",
+ "Name": "NodePodSubnetID",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5622,11 +6345,11 @@
},
{
"ParameterMetadata": {
- "Name": "EnableEncryptionAtHost",
+ "Name": "PPG",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5637,11 +6360,11 @@
},
{
"ParameterMetadata": {
- "Name": "EnableUltraSSD",
+ "Name": "NodeScaleSetEvictionPolicy",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5652,17 +6375,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeLinuxOSConfig",
+ "Name": "NodeSetPriority",
"Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Sysctls": "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig",
- "SwapFileSizeMb": "System.Nullable`1[System.Int32]",
- "TransparentHugePageEnabled": "System.String",
- "TransparentHugePageDefrag": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5673,24 +6390,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeKubeletConfig",
+ "Name": "NodeEnableSecureBoot",
"Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AllowedUnsafeSysctls": "System.Collections.Generic.IList`1[System.String]",
- "CpuCfsQuota": "System.Nullable`1[System.Boolean]",
- "FailSwapOn": "System.Nullable`1[System.Boolean]",
- "ImageGcHighThreshold": "System.Nullable`1[System.Int32]",
- "ImageGcLowThreshold": "System.Nullable`1[System.Int32]",
- "ContainerLogMaxSizeMb": "System.Nullable`1[System.Int32]",
- "ContainerLogMaxFiles": "System.Nullable`1[System.Int32]",
- "PodMaxPids": "System.Nullable`1[System.Int32]",
- "CpuManagerPolicy": "System.String",
- "CpuCfsQuotaPeriod": "System.String",
- "TopologyManagerPolicy": "System.String"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5701,7 +6405,22 @@
},
{
"ParameterMetadata": {
- "Name": "NodeMaxSurge",
+ "Name": "NodeEnableVtpm",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeSshAccess",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5716,7 +6435,7 @@
},
{
"ParameterMetadata": {
- "Name": "PPG",
+ "Name": "NodeVmSetType",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5731,11 +6450,11 @@
},
{
"ParameterMetadata": {
- "Name": "EnableFIPS",
+ "Name": "NodeMaxSurge",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5750,8 +6469,11 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
"Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "DaemonsetEvictionForEmptyNodes": "System.Nullable`1[System.Boolean]",
+ "DaemonsetEvictionForOccupiedNodes": "System.Nullable`1[System.Boolean]",
+ "IgnoreDaemonsetsUtilization": "System.Nullable`1[System.Boolean]",
"BalanceSimilarNodeGroups": "System.String",
"ScaleDownUtilizationThreshold": "System.String",
"ScaleDownUnreadyTime": "System.String",
@@ -5759,9 +6481,9 @@
"ScaleDownDelayAfterFailure": "System.String",
"ScaleDownDelayAfterDelete": "System.String",
"ScaleDownDelayAfterAdd": "System.String",
- "SkipNodesWithLocalStorage": "System.String",
"ScanInterval": "System.String",
"NewPodScaleUpDelay": "System.String",
+ "SkipNodesWithLocalStorage": "System.String",
"MaxTotalUnreadyPercentage": "System.String",
"MaxNodeProvisionTime": "System.String",
"MaxGracefulTerminationSec": "System.String",
@@ -5780,7 +6502,7 @@
},
{
"ParameterMetadata": {
- "Name": "GpuInstanceProfile",
+ "Name": "NodeVnetSubnetID",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5795,7 +6517,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableUptimeSLA",
+ "Name": "EnableRbac",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -5810,7 +6532,7 @@
},
{
"ParameterMetadata": {
- "Name": "EdgeZone",
+ "Name": "DnsServiceIP",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5825,7 +6547,7 @@
},
{
"ParameterMetadata": {
- "Name": "NodeHostGroupID",
+ "Name": "LoadBalancerSku",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5840,7 +6562,7 @@
},
{
"ParameterMetadata": {
- "Name": "NodePodSubnetID",
+ "Name": "NetworkPlugin",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5855,11 +6577,11 @@
},
{
"ParameterMetadata": {
- "Name": "EnableOidcIssuer",
+ "Name": "NetworkPolicy",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5870,7 +6592,7 @@
},
{
"ParameterMetadata": {
- "Name": "Location",
+ "Name": "OutboundType",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5885,10 +6607,7 @@
},
{
"ParameterMetadata": {
- "Name": "LinuxProfileAdminUserName",
- "AliasList": [
- "AdminUserName"
- ],
+ "Name": "PodCidr",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5903,7 +6622,7 @@
},
{
"ParameterMetadata": {
- "Name": "DnsNamePrefix",
+ "Name": "ServiceCidr",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5918,7 +6637,7 @@
},
{
"ParameterMetadata": {
- "Name": "KubernetesVersion",
+ "Name": "NodeResourceGroup",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5933,7 +6652,22 @@
},
{
"ParameterMetadata": {
- "Name": "NodeName",
+ "Name": "EnableOidcIssuer",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "WindowsProfileAdminUserName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5948,11 +6682,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeMinCount",
+ "Name": "EnableUptimeSLA",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5963,11 +6697,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeMaxCount",
+ "Name": "GenerateSshKey",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5978,7 +6712,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableNodeAutoScaling",
+ "Name": "Force",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -5993,11 +6727,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeCount",
+ "Name": "Location",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6008,11 +6742,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeOsDiskSize",
+ "Name": "EnableManagedIdentity",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6023,7 +6757,7 @@
},
{
"ParameterMetadata": {
- "Name": "NodeVmSize",
+ "Name": "AssignIdentity",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6038,11 +6772,20 @@
},
{
"ParameterMetadata": {
- "Name": "NodePoolLabel",
+ "Name": "AadProfile",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AdminGroupObjectIDs": "System.Collections.Generic.IList`1[System.String]",
+ "Managed": "System.Nullable`1[System.Boolean]",
+ "EnableAzureRbac": "System.Nullable`1[System.Boolean]",
+ "ClientAppId": "System.String",
+ "ServerAppId": "System.String",
+ "ServerAppSecret": "System.String",
+ "TenantId": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
@@ -6053,11 +6796,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodePoolTag",
+ "Name": "NodeCount",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6068,14 +6811,26 @@
},
{
"ParameterMetadata": {
- "Name": "SshKeyValue",
- "AliasList": [
- "SshKeyPath"
- ],
+ "Name": "EnableNodeAutoScaling",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeMaxCount",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6086,11 +6841,11 @@
},
{
"ParameterMetadata": {
- "Name": "AcrNameToAttach",
+ "Name": "NodeMinCount",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6101,11 +6856,11 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "NodeName",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6116,7 +6871,7 @@
},
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "NodePoolLabel",
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
@@ -6131,14 +6886,13 @@
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerAllocatedOutboundPort",
+ "Name": "NodeTaint",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
- "ValidateRangeMin": 0,
- "ValidateRangeMax": 64000,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6148,7 +6902,7 @@
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerManagedOutboundIpCount",
+ "Name": "NodeOsDiskSize",
"Type": {
"Namespace": "System",
"Name": "System.Int32",
@@ -6163,12 +6917,11 @@
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerOutboundIp",
+ "Name": "NodePoolTag",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6179,12 +6932,11 @@
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerOutboundIpPrefix",
+ "Name": "NodeVmSize",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6195,14 +6947,27 @@
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerIdleTimeoutInMinute",
+ "Name": "NodeWorkloadRuntime",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAIToolchainOperator",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateRangeMin": 4,
- "ValidateRangeMax": 120,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6228,7 +6993,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableApiServerAccessPrivateCluster",
+ "Name": "DisableApiServerRunCommand",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -6243,11 +7008,11 @@
},
{
"ParameterMetadata": {
- "Name": "ApiServerAccessPrivateDnsZone",
+ "Name": "EnableApiServerAccessPrivateCluster",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6273,11 +7038,11 @@
},
{
"ParameterMetadata": {
- "Name": "FqdnSubdomain",
+ "Name": "EnableApiServerVnetIntegration",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6288,11 +7053,11 @@
},
{
"ParameterMetadata": {
- "Name": "EnableManagedIdentity",
+ "Name": "ApiServerAccessPrivateDnsZone",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6303,7 +7068,7 @@
},
{
"ParameterMetadata": {
- "Name": "AssignIdentity",
+ "Name": "ApiServerSubnetId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6318,7 +7083,7 @@
},
{
"ParameterMetadata": {
- "Name": "AutoUpgradeChannel",
+ "Name": "NodeOSAutoUpgradeChannel",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6333,7 +7098,10 @@
},
{
"ParameterMetadata": {
- "Name": "DiskEncryptionSetID",
+ "Name": "NodeAutoUpgradeChannel",
+ "AliasList": [
+ "AutoUpgradeChannel"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6348,7 +7116,7 @@
},
{
"ParameterMetadata": {
- "Name": "DisableLocalAccount",
+ "Name": "EnableMonitorMetric",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -6363,7 +7131,7 @@
},
{
"ParameterMetadata": {
- "Name": "HttpProxy",
+ "Name": "BootstrapArtifactSource",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6378,7 +7146,7 @@
},
{
"ParameterMetadata": {
- "Name": "HttpsProxy",
+ "Name": "BootstrapContainerRegistryId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6393,12 +7161,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpProxyConfigNoProxyEndpoint",
+ "Name": "DisableLocalAccount",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6409,7 +7176,7 @@
},
{
"ParameterMetadata": {
- "Name": "HttpProxyConfigTrustedCa",
+ "Name": "DiskEncryptionSetID",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6424,35 +7191,11 @@
},
{
"ParameterMetadata": {
- "Name": "AksCustomHeader",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AadProfile",
+ "Name": "DnsNamePrefix",
"Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AdminGroupObjectIDs": "System.Collections.Generic.IList`1[System.String]",
- "Managed": "System.Nullable`1[System.Boolean]",
- "EnableAzureRbac": "System.Nullable`1[System.Boolean]",
- "ClientAppId": "System.String",
- "ServerAppId": "System.String",
- "ServerAppSecret": "System.String",
- "TenantId": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6463,11 +7206,11 @@
},
{
"ParameterMetadata": {
- "Name": "WindowsProfileAdminUserPassword",
+ "Name": "FqdnSubdomain",
"Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6478,11 +7221,11 @@
},
{
"ParameterMetadata": {
- "Name": "EnableAHUB",
+ "Name": "HttpProxy",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6493,22 +7236,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "HttpsProxy",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6519,14 +7251,12 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "HttpProxyConfigNoProxyEndpoint",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
@@ -6537,7 +7267,7 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "HttpProxyConfigTrustedCa",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6548,16 +7278,11 @@
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- },
- {
- "Name": "defaultParameterSet",
- "Parameters": [
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "AssignKubeletIdentity",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6565,44 +7290,32 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": true,
- "Position": 0,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "KubernetesVersion",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ServicePrincipalIdAndSecret",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
- "Position": 2,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "NodeVmSetType",
+ "Name": "LinuxProfileAdminUserName",
+ "AliasList": [
+ "AdminUserName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6617,7 +7330,10 @@
},
{
"ParameterMetadata": {
- "Name": "NodeVnetSubnetID",
+ "Name": "SshKeyValue",
+ "AliasList": [
+ "SshKeyPath"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6632,11 +7348,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeMaxPodCount",
+ "Name": "EnableCostAnalysis",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6647,11 +7363,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeSetPriority",
+ "Name": "EnableAdvancedNetworking",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6662,11 +7378,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodePoolMode",
+ "Name": "EnableAdvancedNetworkingObservability",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6677,11 +7393,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeOsSKU",
+ "Name": "EnableAdvancedNetworkingSecurity",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6692,7 +7408,7 @@
},
{
"ParameterMetadata": {
- "Name": "NodeScaleSetEvictionPolicy",
+ "Name": "AdvancedNetworkingSecurityPolicy",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6707,14 +7423,14 @@
},
{
"ParameterMetadata": {
- "Name": "AddOnNameToBeEnabled",
+ "Name": "IPFamily",
"Type": {
"Namespace": "System",
"Name": "System.String[]",
"AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
@@ -6723,42 +7439,29 @@
},
{
"ParameterMetadata": {
- "Name": "WorkspaceResourceId",
+ "Name": "LoadBalancerAllocatedOutboundPort",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateRangeMin": 0,
+ "ValidateRangeMax": 64000,
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubnetName",
+ "Name": "LoadBalancerBackendPoolType",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "EnableRbac",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6768,12 +7471,14 @@
},
{
"ParameterMetadata": {
- "Name": "WindowsProfileAdminUserName",
+ "Name": "LoadBalancerIdleTimeoutInMinute",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
+ "ValidateRangeMin": 4,
+ "ValidateRangeMax": 120,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6783,11 +7488,11 @@
},
{
"ParameterMetadata": {
- "Name": "NetworkPlugin",
+ "Name": "LoadBalancerManagedOutboundIpCount",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6798,11 +7503,11 @@
},
{
"ParameterMetadata": {
- "Name": "NetworkPolicy",
+ "Name": "LoadBalancerManagedOutboundIpCountIPv6",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6813,11 +7518,12 @@
},
{
"ParameterMetadata": {
- "Name": "PodCidr",
+ "Name": "LoadBalancerOutboundIpPrefix",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
@@ -6828,11 +7534,12 @@
},
{
"ParameterMetadata": {
- "Name": "ServiceCidr",
+ "Name": "LoadBalancerOutboundIp",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
@@ -6843,12 +7550,14 @@
},
{
"ParameterMetadata": {
- "Name": "DnsServiceIP",
+ "Name": "NATGatewayIdleTimeoutInMinute",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
+ "ValidateRangeMin": 4,
+ "ValidateRangeMax": 120,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6858,12 +7567,14 @@
},
{
"ParameterMetadata": {
- "Name": "OutboundType",
+ "Name": "NATGatewayManagedOutboundIpCount",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
+ "ValidateRangeMin": 1,
+ "ValidateRangeMax": 16,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6873,7 +7584,7 @@
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerSku",
+ "Name": "NetworkDataplane",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6888,26 +7599,11 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "NetworkPluginMode",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "GenerateSshKey",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6918,7 +7614,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableNodePublicIp",
+ "Name": "EnableStaticEgressGateway",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -6933,7 +7629,7 @@
},
{
"ParameterMetadata": {
- "Name": "NodePublicIPPrefixID",
+ "Name": "NodeProvisioningMode",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6948,12 +7644,11 @@
},
{
"ParameterMetadata": {
- "Name": "AvailabilityZone",
+ "Name": "NodeProvisioningDefaultPool",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6964,7 +7659,7 @@
},
{
"ParameterMetadata": {
- "Name": "NodeResourceGroup",
+ "Name": "NodeResourceGroupRestrictionLevel",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6979,7 +7674,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableEncryptionAtHost",
+ "Name": "EnablePodIdentity",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -6994,7 +7689,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableUltraSSD",
+ "Name": "EnablePodIdentityWithKubenet",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -7009,17 +7704,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeLinuxOSConfig",
+ "Name": "EnablePublicNetworkAccess",
"Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Sysctls": "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig",
- "SwapFileSizeMb": "System.Nullable`1[System.Int32]",
- "TransparentHugePageEnabled": "System.String",
- "TransparentHugePageDefrag": "System.String"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7030,24 +7719,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeKubeletConfig",
+ "Name": "EnableAzureKeyVaultKms",
"Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AllowedUnsafeSysctls": "System.Collections.Generic.IList`1[System.String]",
- "CpuCfsQuota": "System.Nullable`1[System.Boolean]",
- "FailSwapOn": "System.Nullable`1[System.Boolean]",
- "ImageGcHighThreshold": "System.Nullable`1[System.Int32]",
- "ImageGcLowThreshold": "System.Nullable`1[System.Int32]",
- "ContainerLogMaxSizeMb": "System.Nullable`1[System.Int32]",
- "ContainerLogMaxFiles": "System.Nullable`1[System.Int32]",
- "PodMaxPids": "System.Nullable`1[System.Int32]",
- "CpuManagerPolicy": "System.String",
- "CpuCfsQuotaPeriod": "System.String",
- "TopologyManagerPolicy": "System.String"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7058,7 +7734,7 @@
},
{
"ParameterMetadata": {
- "Name": "NodeMaxSurge",
+ "Name": "AzureKeyVaultKmsKeyId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7073,7 +7749,7 @@
},
{
"ParameterMetadata": {
- "Name": "PPG",
+ "Name": "AzureKeyVaultKmsNetworkAccess",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7088,11 +7764,11 @@
},
{
"ParameterMetadata": {
- "Name": "EnableFIPS",
+ "Name": "AzureKeyVaultKmsResourceId",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7103,30 +7779,12 @@
},
{
"ParameterMetadata": {
- "Name": "AutoScalerProfile",
+ "Name": "CustomCaTrustCertificate",
"Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BalanceSimilarNodeGroups": "System.String",
- "ScaleDownUtilizationThreshold": "System.String",
- "ScaleDownUnreadyTime": "System.String",
- "ScaleDownUnneededTime": "System.String",
- "ScaleDownDelayAfterFailure": "System.String",
- "ScaleDownDelayAfterDelete": "System.String",
- "ScaleDownDelayAfterAdd": "System.String",
- "SkipNodesWithLocalStorage": "System.String",
- "ScanInterval": "System.String",
- "NewPodScaleUpDelay": "System.String",
- "MaxTotalUnreadyPercentage": "System.String",
- "MaxNodeProvisionTime": "System.String",
- "MaxGracefulTerminationSec": "System.String",
- "MaxEmptyBulkDelete": "System.String",
- "Expander": "System.String",
- "OkTotalUnreadyCount": "System.String",
- "SkipNodesWithSystemPods": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
@@ -7137,7 +7795,7 @@
},
{
"ParameterMetadata": {
- "Name": "GpuInstanceProfile",
+ "Name": "DefenderLogAnalyticsWorkspaceResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7152,7 +7810,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableUptimeSLA",
+ "Name": "EnableDefenderSecurityMonitoring",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -7167,26 +7825,11 @@
},
{
"ParameterMetadata": {
- "Name": "EdgeZone",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NodeHostGroupID",
+ "Name": "EnableImageCleaner",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7197,11 +7840,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodePodSubnetID",
+ "Name": "ImageCleanerIntervalHour",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7212,7 +7855,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableOidcIssuer",
+ "Name": "EnableWorkloadIdentity",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -7227,25 +7870,7 @@
},
{
"ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LinuxProfileAdminUserName",
- "AliasList": [
- "AdminUserName"
- ],
+ "Name": "SupportPlan",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7260,11 +7885,11 @@
},
{
"ParameterMetadata": {
- "Name": "DnsNamePrefix",
+ "Name": "WindowsProfileAdminUserPassword",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7275,11 +7900,11 @@
},
{
"ParameterMetadata": {
- "Name": "KubernetesVersion",
+ "Name": "EnableAHUB",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7290,11 +7915,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeName",
+ "Name": "EnableKEDA",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7305,11 +7930,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeMinCount",
+ "Name": "EnableVerticalPodAutoscaler",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7320,11 +7945,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeMaxCount",
+ "Name": "Tag",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7335,7 +7960,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableNodeAutoScaling",
+ "Name": "EnableBlobCSIDriver",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -7350,11 +7975,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeCount",
+ "Name": "EnableDiskCSIDriver",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7365,11 +7990,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeOsDiskSize",
+ "Name": "EnableFileCSIDriver",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7380,11 +8005,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeVmSize",
+ "Name": "EnableSnapshotCSIDriver",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7395,7 +8020,7 @@
},
{
"ParameterMetadata": {
- "Name": "NodePoolLabel",
+ "Name": "AksCustomHeader",
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
@@ -7410,11 +8035,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodePoolTag",
+ "Name": "IfMatch",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7425,10 +8050,7 @@
},
{
"ParameterMetadata": {
- "Name": "SshKeyValue",
- "AliasList": [
- "SshKeyPath"
- ],
+ "Name": "IfNoneMatch",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7473,11 +8095,22 @@
},
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
},
"ValidateNotNullOrEmpty": false
},
@@ -7488,14 +8121,15 @@
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerAllocatedOutboundPort",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateRangeMin": 0,
- "ValidateRangeMax": 64000,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -7505,27 +8139,76 @@
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerManagedOutboundIpCount",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "defaultParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerOutboundIp",
+ "Name": "Name",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ServicePrincipalIdAndSecret",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EdgeZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7536,14 +8219,14 @@
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerOutboundIpPrefix",
+ "Name": "AddOnNameToBeEnabled",
"Type": {
"Namespace": "System",
"Name": "System.String[]",
"AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": false,
"Position": -2147483648,
@@ -7552,24 +8235,37 @@
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerIdleTimeoutInMinute",
+ "Name": "SubnetName",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateRangeMin": 4,
- "ValidateRangeMax": 120,
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "ApiServerAccessAuthorizedIpRange",
+ "Name": "WorkspaceResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AvailabilityZone",
"Type": {
"Namespace": "System",
"Name": "System.String[]",
@@ -7585,7 +8281,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableApiServerAccessPrivateCluster",
+ "Name": "EnableEncryptionAtHost",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -7600,11 +8296,11 @@
},
{
"ParameterMetadata": {
- "Name": "ApiServerAccessPrivateDnsZone",
+ "Name": "EnableFIPS",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7615,7 +8311,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableApiServerAccessPrivateClusterPublicFQDN",
+ "Name": "EnableNodePublicIp",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -7630,7 +8326,22 @@
},
{
"ParameterMetadata": {
- "Name": "FqdnSubdomain",
+ "Name": "EnableUltraSSD",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "GpuInstanceProfile",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7645,11 +8356,11 @@
},
{
"ParameterMetadata": {
- "Name": "EnableManagedIdentity",
+ "Name": "NodeHostGroupID",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7660,7 +8371,71 @@
},
{
"ParameterMetadata": {
- "Name": "AssignIdentity",
+ "Name": "NodeKubeletConfig",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AllowedUnsafeSysctls": "System.Collections.Generic.IList`1[System.String]",
+ "CpuCfsQuota": "System.Nullable`1[System.Boolean]",
+ "FailSwapOn": "System.Nullable`1[System.Boolean]",
+ "ImageGcHighThreshold": "System.Nullable`1[System.Int32]",
+ "ImageGcLowThreshold": "System.Nullable`1[System.Int32]",
+ "ContainerLogMaxSizeMb": "System.Nullable`1[System.Int32]",
+ "ContainerLogMaxFiles": "System.Nullable`1[System.Int32]",
+ "PodMaxPids": "System.Nullable`1[System.Int32]",
+ "CpuManagerPolicy": "System.String",
+ "CpuCfsQuotaPeriod": "System.String",
+ "TopologyManagerPolicy": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeLinuxOSConfig",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Sysctls": "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig",
+ "SwapFileSizeMb": "System.Nullable`1[System.Int32]",
+ "TransparentHugePageEnabled": "System.String",
+ "TransparentHugePageDefrag": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeMaxPodCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeMessageOfTheDay",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7675,7 +8450,7 @@
},
{
"ParameterMetadata": {
- "Name": "AutoUpgradeChannel",
+ "Name": "NodePoolMode",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7690,7 +8465,27 @@
},
{
"ParameterMetadata": {
- "Name": "DiskEncryptionSetID",
+ "Name": "NodeNetworkProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "NodePublicIPTags": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IPTag]",
+ "AllowedHostPorts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PortRange]",
+ "ApplicationSecurityGroups": "System.Collections.Generic.IList`1[System.String]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodePublicIPPrefixID",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7705,11 +8500,11 @@
},
{
"ParameterMetadata": {
- "Name": "DisableLocalAccount",
+ "Name": "NodeOSDiskType",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7720,7 +8515,7 @@
},
{
"ParameterMetadata": {
- "Name": "HttpProxy",
+ "Name": "NodeOsSKU",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7735,7 +8530,7 @@
},
{
"ParameterMetadata": {
- "Name": "HttpsProxy",
+ "Name": "NodePodIPAllocationMode",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7750,12 +8545,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpProxyConfigNoProxyEndpoint",
+ "Name": "NodePodSubnetID",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7766,7 +8560,7 @@
},
{
"ParameterMetadata": {
- "Name": "HttpProxyConfigTrustedCa",
+ "Name": "PPG",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7781,11 +8575,11 @@
},
{
"ParameterMetadata": {
- "Name": "AksCustomHeader",
+ "Name": "NodeScaleSetEvictionPolicy",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7796,20 +8590,11 @@
},
{
"ParameterMetadata": {
- "Name": "AadProfile",
+ "Name": "NodeSetPriority",
"Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AdminGroupObjectIDs": "System.Collections.Generic.IList`1[System.String]",
- "Managed": "System.Nullable`1[System.Boolean]",
- "EnableAzureRbac": "System.Nullable`1[System.Boolean]",
- "ClientAppId": "System.String",
- "ServerAppId": "System.String",
- "ServerAppSecret": "System.String",
- "TenantId": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7820,11 +8605,11 @@
},
{
"ParameterMetadata": {
- "Name": "WindowsProfileAdminUserPassword",
+ "Name": "NodeEnableSecureBoot",
"Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7835,7 +8620,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableAHUB",
+ "Name": "NodeEnableVtpm",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -7850,21 +8635,77 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "NodeSshAccess",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeVmSetType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeMaxSurge",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ "DaemonsetEvictionForEmptyNodes": "System.Nullable`1[System.Boolean]",
+ "DaemonsetEvictionForOccupiedNodes": "System.Nullable`1[System.Boolean]",
+ "IgnoreDaemonsetsUtilization": "System.Nullable`1[System.Boolean]",
+ "BalanceSimilarNodeGroups": "System.String",
+ "ScaleDownUtilizationThreshold": "System.String",
+ "ScaleDownUnreadyTime": "System.String",
+ "ScaleDownUnneededTime": "System.String",
+ "ScaleDownDelayAfterFailure": "System.String",
+ "ScaleDownDelayAfterDelete": "System.String",
+ "ScaleDownDelayAfterAdd": "System.String",
+ "ScanInterval": "System.String",
+ "NewPodScaleUpDelay": "System.String",
+ "SkipNodesWithLocalStorage": "System.String",
+ "MaxTotalUnreadyPercentage": "System.String",
+ "MaxNodeProvisionTime": "System.String",
+ "MaxGracefulTerminationSec": "System.String",
+ "MaxEmptyBulkDelete": "System.String",
+ "Expander": "System.String",
+ "OkTotalUnreadyCount": "System.String",
+ "SkipNodesWithSystemPods": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -7876,14 +8717,26 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "NodeVnetSubnetID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableRbac",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7894,7 +8747,7 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "DnsServiceIP",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7905,617 +8758,90 @@
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- }
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzAksNodePool",
- "Name": "New-AzAksNodePool",
- "ClassName": "Microsoft.Azure.Commands.Aks.NewAzureRmAksNodePool",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeSettings",
- "CreationData": "Microsoft.Azure.Management.ContainerService.Models.CreationData",
- "KubeletConfig": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
- "LinuxOSConfig": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
- "PowerState": "Microsoft.Azure.Management.ContainerService.Models.PowerState",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "NodeLabels": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
- "NodeTaints": "System.Collections.Generic.IList`1[System.String]",
- "EnableFIPS": "System.Nullable`1[System.Boolean]",
- "EnableUltraSSD": "System.Nullable`1[System.Boolean]",
- "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]",
- "EnableNodePublicIP": "System.Nullable`1[System.Boolean]",
- "EnableAutoScaling": "System.Nullable`1[System.Boolean]",
- "SpotMaxPrice": "System.Nullable`1[System.Double]",
- "Count": "System.Nullable`1[System.Int32]",
- "MinCount": "System.Nullable`1[System.Int32]",
- "MaxCount": "System.Nullable`1[System.Int32]",
- "MaxPods": "System.Nullable`1[System.Int32]",
- "OsDiskSizeGB": "System.Nullable`1[System.Int32]",
- "GpuInstanceProfile": "System.String",
- "HostGroupID": "System.String",
- "ScaleSetEvictionPolicy": "System.String",
- "Id": "System.String",
- "ProximityPlacementGroupID": "System.String",
- "ScaleSetPriority": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "VmSize": "System.String",
- "OsDiskType": "System.String",
- "KubeletDiskType": "System.String",
- "WorkloadRuntime": "System.String",
- "VnetSubnetID": "System.String",
- "PodSubnetID": "System.String",
- "NodePublicIPPrefixID": "System.String",
- "OsType": "System.String",
- "ScaleDownMode": "System.String",
- "Mode": "System.String",
- "AgentPoolType": "System.String",
- "OrchestratorVersion": "System.String",
- "CurrentOrchestratorVersion": "System.String",
- "NodeImageVersion": "System.String",
- "OsSKU": "System.String",
- "Type": "System.String"
+ "ValueFromPipelineByPropertyName": false
},
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerSku",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
},
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NetworkPlugin",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ClusterName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ClusterObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
- "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
- "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
- "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
- "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
- "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
- "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
- "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
- "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
- "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
- "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
- "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
- "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
- "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
- "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
- "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
- "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
- "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
- "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
- "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
- "MaxAgentPools": "System.Nullable`1[System.Int32]",
- "Type": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
- "DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
- "PrivateFQDN": "System.String",
- "AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Count",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "OsDiskSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "VmSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "VnetSubnetID",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MaxPodCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "OsType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "OsSKU",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "EnableNodePublicIp",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodePublicIPPrefixID",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ScaleSetPriority",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ScaleSetEvictionPolicy",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "VmSetType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AvailabilityZone",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Force",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "EnableEncryptionAtHost",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "EnableUltraSSD",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LinuxOSConfig",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Sysctls": "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig",
- "SwapFileSizeMb": "System.Nullable`1[System.Int32]",
- "TransparentHugePageEnabled": "System.String",
- "TransparentHugePageDefrag": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "KubeletConfig",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AllowedUnsafeSysctls": "System.Collections.Generic.IList`1[System.String]",
- "CpuCfsQuota": "System.Nullable`1[System.Boolean]",
- "FailSwapOn": "System.Nullable`1[System.Boolean]",
- "ImageGcHighThreshold": "System.Nullable`1[System.Int32]",
- "ImageGcLowThreshold": "System.Nullable`1[System.Int32]",
- "ContainerLogMaxSizeMb": "System.Nullable`1[System.Int32]",
- "ContainerLogMaxFiles": "System.Nullable`1[System.Int32]",
- "PodMaxPids": "System.Nullable`1[System.Int32]",
- "CpuManagerPolicy": "System.String",
- "CpuCfsQuotaPeriod": "System.String",
- "TopologyManagerPolicy": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MaxSurge",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "PPG",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SpotMaxPrice",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Double]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Double"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "EnableFIPS",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "GpuInstanceProfile",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HostGroupID",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "PodSubnetID",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "KubernetesVersion",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MinCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MaxCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Mode",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodeTaint",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AksCustomHeader",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "defaultParameterSet",
- "Parameters": [
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "NetworkPolicy",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ClusterName",
+ "Name": "OutboundType",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "PodCidr",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Count",
+ "Name": "ServiceCidr",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8526,11 +8852,11 @@
},
{
"ParameterMetadata": {
- "Name": "OsDiskSize",
+ "Name": "NodeResourceGroup",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8541,11 +8867,11 @@
},
{
"ParameterMetadata": {
- "Name": "VmSize",
+ "Name": "EnableOidcIssuer",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8556,7 +8882,7 @@
},
{
"ParameterMetadata": {
- "Name": "VnetSubnetID",
+ "Name": "WindowsProfileAdminUserName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -8571,12 +8897,12 @@
},
{
"ParameterMetadata": {
- "Name": "MaxPodCount",
+ "Name": "EnableUptimeSLA",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -8586,11 +8912,11 @@
},
{
"ParameterMetadata": {
- "Name": "OsType",
+ "Name": "GenerateSshKey",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8601,7 +8927,22 @@
},
{
"ParameterMetadata": {
- "Name": "OsSKU",
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Location",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -8616,7 +8957,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableNodePublicIp",
+ "Name": "EnableManagedIdentity",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -8631,7 +8972,7 @@
},
{
"ParameterMetadata": {
- "Name": "NodePublicIPPrefixID",
+ "Name": "AssignIdentity",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -8646,11 +8987,20 @@
},
{
"ParameterMetadata": {
- "Name": "ScaleSetPriority",
+ "Name": "AadProfile",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AdminGroupObjectIDs": "System.Collections.Generic.IList`1[System.String]",
+ "Managed": "System.Nullable`1[System.Boolean]",
+ "EnableAzureRbac": "System.Nullable`1[System.Boolean]",
+ "ClientAppId": "System.String",
+ "ServerAppId": "System.String",
+ "ServerAppSecret": "System.String",
+ "TenantId": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
@@ -8661,11 +9011,11 @@
},
{
"ParameterMetadata": {
- "Name": "ScaleSetEvictionPolicy",
+ "Name": "NodeCount",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8676,11 +9026,11 @@
},
{
"ParameterMetadata": {
- "Name": "VmSetType",
+ "Name": "EnableNodeAutoScaling",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8691,12 +9041,11 @@
},
{
"ParameterMetadata": {
- "Name": "AvailabilityZone",
+ "Name": "NodeMaxCount",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8707,11 +9056,11 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "NodeMinCount",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8722,11 +9071,11 @@
},
{
"ParameterMetadata": {
- "Name": "EnableEncryptionAtHost",
+ "Name": "NodeName",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8737,11 +9086,11 @@
},
{
"ParameterMetadata": {
- "Name": "EnableUltraSSD",
+ "Name": "NodePoolLabel",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8752,17 +9101,12 @@
},
{
"ParameterMetadata": {
- "Name": "LinuxOSConfig",
+ "Name": "NodeTaint",
"Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Sysctls": "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig",
- "SwapFileSizeMb": "System.Nullable`1[System.Int32]",
- "TransparentHugePageEnabled": "System.String",
- "TransparentHugePageDefrag": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
@@ -8773,24 +9117,11 @@
},
{
"ParameterMetadata": {
- "Name": "KubeletConfig",
+ "Name": "NodeOsDiskSize",
"Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AllowedUnsafeSysctls": "System.Collections.Generic.IList`1[System.String]",
- "CpuCfsQuota": "System.Nullable`1[System.Boolean]",
- "FailSwapOn": "System.Nullable`1[System.Boolean]",
- "ImageGcHighThreshold": "System.Nullable`1[System.Int32]",
- "ImageGcLowThreshold": "System.Nullable`1[System.Int32]",
- "ContainerLogMaxSizeMb": "System.Nullable`1[System.Int32]",
- "ContainerLogMaxFiles": "System.Nullable`1[System.Int32]",
- "PodMaxPids": "System.Nullable`1[System.Int32]",
- "CpuManagerPolicy": "System.String",
- "CpuCfsQuotaPeriod": "System.String",
- "TopologyManagerPolicy": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8801,11 +9132,11 @@
},
{
"ParameterMetadata": {
- "Name": "MaxSurge",
+ "Name": "NodePoolTag",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8816,7 +9147,7 @@
},
{
"ParameterMetadata": {
- "Name": "PPG",
+ "Name": "NodeVmSize",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -8831,14 +9162,11 @@
},
{
"ParameterMetadata": {
- "Name": "SpotMaxPrice",
+ "Name": "NodeWorkloadRuntime",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Double]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Double"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8849,7 +9177,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableFIPS",
+ "Name": "EnableAIToolchainOperator",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -8864,11 +9192,12 @@
},
{
"ParameterMetadata": {
- "Name": "GpuInstanceProfile",
+ "Name": "ApiServerAccessAuthorizedIpRange",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
@@ -8879,11 +9208,11 @@
},
{
"ParameterMetadata": {
- "Name": "HostGroupID",
+ "Name": "DisableApiServerRunCommand",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8894,11 +9223,11 @@
},
{
"ParameterMetadata": {
- "Name": "PodSubnetID",
+ "Name": "EnableApiServerAccessPrivateCluster",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8909,11 +9238,11 @@
},
{
"ParameterMetadata": {
- "Name": "KubernetesVersion",
+ "Name": "EnableApiServerAccessPrivateClusterPublicFQDN",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8924,11 +9253,11 @@
},
{
"ParameterMetadata": {
- "Name": "MinCount",
+ "Name": "EnableApiServerVnetIntegration",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8939,11 +9268,11 @@
},
{
"ParameterMetadata": {
- "Name": "MaxCount",
+ "Name": "ApiServerAccessPrivateDnsZone",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8954,11 +9283,11 @@
},
{
"ParameterMetadata": {
- "Name": "EnableAutoScaling",
+ "Name": "ApiServerSubnetId",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8969,7 +9298,7 @@
},
{
"ParameterMetadata": {
- "Name": "Mode",
+ "Name": "NodeOSAutoUpgradeChannel",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -8984,11 +9313,14 @@
},
{
"ParameterMetadata": {
- "Name": "NodeLabel",
+ "Name": "NodeAutoUpgradeChannel",
+ "AliasList": [
+ "AutoUpgradeChannel"
+ ],
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8999,11 +9331,11 @@
},
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "EnableMonitorMetric",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9014,12 +9346,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeTaint",
+ "Name": "BootstrapArtifactSource",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9030,11 +9361,11 @@
},
{
"ParameterMetadata": {
- "Name": "AksCustomHeader",
+ "Name": "BootstrapContainerRegistryId",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9045,22 +9376,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "DisableLocalAccount",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9071,14 +9391,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "DiskEncryptionSetID",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9089,7 +9406,7 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "DnsNamePrefix",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -9100,94 +9417,45 @@
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- },
- {
- "Name": "ParentObjectParameterSet",
- "Parameters": [
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "FqdnSubdomain",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ClusterObject",
+ "Name": "HttpProxy",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
- "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
- "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
- "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
- "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
- "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
- "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
- "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
- "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
- "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
- "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
- "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
- "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
- "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
- "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
- "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
- "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
- "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
- "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
- "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
- "MaxAgentPools": "System.Nullable`1[System.Int32]",
- "Type": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
- "DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
- "PrivateFQDN": "System.String",
- "AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Count",
+ "Name": "HttpsProxy",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9198,11 +9466,12 @@
},
{
"ParameterMetadata": {
- "Name": "OsDiskSize",
+ "Name": "HttpProxyConfigNoProxyEndpoint",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
@@ -9213,7 +9482,7 @@
},
{
"ParameterMetadata": {
- "Name": "VmSize",
+ "Name": "HttpProxyConfigTrustedCa",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -9228,13 +9497,13 @@
},
{
"ParameterMetadata": {
- "Name": "VnetSubnetID",
+ "Name": "AssignKubeletIdentity",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": false,
"Position": -2147483648,
@@ -9243,11 +9512,11 @@
},
{
"ParameterMetadata": {
- "Name": "MaxPodCount",
+ "Name": "KubernetesVersion",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9258,7 +9527,10 @@
},
{
"ParameterMetadata": {
- "Name": "OsType",
+ "Name": "LinuxProfileAdminUserName",
+ "AliasList": [
+ "AdminUserName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -9273,7 +9545,10 @@
},
{
"ParameterMetadata": {
- "Name": "OsSKU",
+ "Name": "SshKeyValue",
+ "AliasList": [
+ "SshKeyPath"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -9288,7 +9563,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableNodePublicIp",
+ "Name": "EnableCostAnalysis",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -9303,11 +9578,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodePublicIPPrefixID",
+ "Name": "EnableAdvancedNetworking",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9318,11 +9593,11 @@
},
{
"ParameterMetadata": {
- "Name": "ScaleSetPriority",
+ "Name": "EnableAdvancedNetworkingObservability",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9333,11 +9608,11 @@
},
{
"ParameterMetadata": {
- "Name": "ScaleSetEvictionPolicy",
+ "Name": "EnableAdvancedNetworkingSecurity",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9348,7 +9623,7 @@
},
{
"ParameterMetadata": {
- "Name": "VmSetType",
+ "Name": "AdvancedNetworkingSecurityPolicy",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -9363,7 +9638,7 @@
},
{
"ParameterMetadata": {
- "Name": "AvailabilityZone",
+ "Name": "IPFamily",
"Type": {
"Namespace": "System",
"Name": "System.String[]",
@@ -9379,12 +9654,14 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "LoadBalancerAllocatedOutboundPort",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
+ "ValidateRangeMin": 0,
+ "ValidateRangeMax": 64000,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -9394,11 +9671,11 @@
},
{
"ParameterMetadata": {
- "Name": "EnableEncryptionAtHost",
+ "Name": "LoadBalancerBackendPoolType",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9409,12 +9686,14 @@
},
{
"ParameterMetadata": {
- "Name": "EnableUltraSSD",
+ "Name": "LoadBalancerIdleTimeoutInMinute",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
+ "ValidateRangeMin": 4,
+ "ValidateRangeMax": 120,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -9424,17 +9703,11 @@
},
{
"ParameterMetadata": {
- "Name": "LinuxOSConfig",
+ "Name": "LoadBalancerManagedOutboundIpCount",
"Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Sysctls": "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig",
- "SwapFileSizeMb": "System.Nullable`1[System.Int32]",
- "TransparentHugePageEnabled": "System.String",
- "TransparentHugePageDefrag": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9445,24 +9718,11 @@
},
{
"ParameterMetadata": {
- "Name": "KubeletConfig",
+ "Name": "LoadBalancerManagedOutboundIpCountIPv6",
"Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AllowedUnsafeSysctls": "System.Collections.Generic.IList`1[System.String]",
- "CpuCfsQuota": "System.Nullable`1[System.Boolean]",
- "FailSwapOn": "System.Nullable`1[System.Boolean]",
- "ImageGcHighThreshold": "System.Nullable`1[System.Int32]",
- "ImageGcLowThreshold": "System.Nullable`1[System.Int32]",
- "ContainerLogMaxSizeMb": "System.Nullable`1[System.Int32]",
- "ContainerLogMaxFiles": "System.Nullable`1[System.Int32]",
- "PodMaxPids": "System.Nullable`1[System.Int32]",
- "CpuManagerPolicy": "System.String",
- "CpuCfsQuotaPeriod": "System.String",
- "TopologyManagerPolicy": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9473,11 +9733,12 @@
},
{
"ParameterMetadata": {
- "Name": "MaxSurge",
+ "Name": "LoadBalancerOutboundIpPrefix",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
@@ -9488,11 +9749,12 @@
},
{
"ParameterMetadata": {
- "Name": "PPG",
+ "Name": "LoadBalancerOutboundIp",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
@@ -9503,15 +9765,14 @@
},
{
"ParameterMetadata": {
- "Name": "SpotMaxPrice",
+ "Name": "NATGatewayIdleTimeoutInMinute",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Double]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Double"
- ]
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
+ "ValidateRangeMin": 4,
+ "ValidateRangeMax": 120,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -9521,12 +9782,14 @@
},
{
"ParameterMetadata": {
- "Name": "EnableFIPS",
+ "Name": "NATGatewayManagedOutboundIpCount",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
+ "ValidateRangeMin": 1,
+ "ValidateRangeMax": 16,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -9536,7 +9799,7 @@
},
{
"ParameterMetadata": {
- "Name": "GpuInstanceProfile",
+ "Name": "NetworkDataplane",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -9551,7 +9814,7 @@
},
{
"ParameterMetadata": {
- "Name": "HostGroupID",
+ "Name": "NetworkPluginMode",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -9566,11 +9829,11 @@
},
{
"ParameterMetadata": {
- "Name": "PodSubnetID",
+ "Name": "EnableStaticEgressGateway",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9581,7 +9844,7 @@
},
{
"ParameterMetadata": {
- "Name": "KubernetesVersion",
+ "Name": "NodeProvisioningMode",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -9596,11 +9859,11 @@
},
{
"ParameterMetadata": {
- "Name": "MinCount",
+ "Name": "NodeProvisioningDefaultPool",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9611,11 +9874,11 @@
},
{
"ParameterMetadata": {
- "Name": "MaxCount",
+ "Name": "NodeResourceGroupRestrictionLevel",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9626,7 +9889,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableAutoScaling",
+ "Name": "EnablePodIdentity",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -9641,11 +9904,11 @@
},
{
"ParameterMetadata": {
- "Name": "Mode",
+ "Name": "EnablePodIdentityWithKubenet",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9656,11 +9919,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeLabel",
+ "Name": "EnablePublicNetworkAccess",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9671,86 +9934,11 @@
},
{
"ParameterMetadata": {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AksCustomHeader",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "EnableAzureKeyVaultKms",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9761,7 +9949,7 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "AzureKeyVaultKmsKeyId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -9772,46 +9960,11 @@
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Count",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "OsDiskSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "VmSize",
+ "Name": "AzureKeyVaultKmsNetworkAccess",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -9826,7 +9979,7 @@
},
{
"ParameterMetadata": {
- "Name": "VnetSubnetID",
+ "Name": "AzureKeyVaultKmsResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -9841,26 +9994,12 @@
},
{
"ParameterMetadata": {
- "Name": "MaxPodCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "OsType",
+ "Name": "CustomCaTrustCertificate",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
@@ -9871,7 +10010,7 @@
},
{
"ParameterMetadata": {
- "Name": "OsSKU",
+ "Name": "DefenderLogAnalyticsWorkspaceResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -9886,7 +10025,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableNodePublicIp",
+ "Name": "EnableDefenderSecurityMonitoring",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -9901,11 +10040,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodePublicIPPrefixID",
+ "Name": "EnableImageCleaner",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9916,11 +10055,11 @@
},
{
"ParameterMetadata": {
- "Name": "ScaleSetPriority",
+ "Name": "ImageCleanerIntervalHour",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9931,11 +10070,11 @@
},
{
"ParameterMetadata": {
- "Name": "ScaleSetEvictionPolicy",
+ "Name": "EnableWorkloadIdentity",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9946,7 +10085,7 @@
},
{
"ParameterMetadata": {
- "Name": "VmSetType",
+ "Name": "SupportPlan",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -9961,12 +10100,11 @@
},
{
"ParameterMetadata": {
- "Name": "AvailabilityZone",
+ "Name": "WindowsProfileAdminUserPassword",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9977,7 +10115,7 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "EnableAHUB",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -9992,7 +10130,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableEncryptionAtHost",
+ "Name": "EnableKEDA",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -10007,7 +10145,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableUltraSSD",
+ "Name": "EnableVerticalPodAutoscaler",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -10022,45 +10160,11 @@
},
{
"ParameterMetadata": {
- "Name": "LinuxOSConfig",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Sysctls": "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig",
- "SwapFileSizeMb": "System.Nullable`1[System.Int32]",
- "TransparentHugePageEnabled": "System.String",
- "TransparentHugePageDefrag": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "KubeletConfig",
+ "Name": "Tag",
"Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AllowedUnsafeSysctls": "System.Collections.Generic.IList`1[System.String]",
- "CpuCfsQuota": "System.Nullable`1[System.Boolean]",
- "FailSwapOn": "System.Nullable`1[System.Boolean]",
- "ImageGcHighThreshold": "System.Nullable`1[System.Int32]",
- "ImageGcLowThreshold": "System.Nullable`1[System.Int32]",
- "ContainerLogMaxSizeMb": "System.Nullable`1[System.Int32]",
- "ContainerLogMaxFiles": "System.Nullable`1[System.Int32]",
- "PodMaxPids": "System.Nullable`1[System.Int32]",
- "CpuManagerPolicy": "System.String",
- "CpuCfsQuotaPeriod": "System.String",
- "TopologyManagerPolicy": "System.String"
- }
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10071,11 +10175,11 @@
},
{
"ParameterMetadata": {
- "Name": "MaxSurge",
+ "Name": "EnableBlobCSIDriver",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10086,11 +10190,11 @@
},
{
"ParameterMetadata": {
- "Name": "PPG",
+ "Name": "EnableDiskCSIDriver",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10101,14 +10205,11 @@
},
{
"ParameterMetadata": {
- "Name": "SpotMaxPrice",
+ "Name": "EnableFileCSIDriver",
"Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Double]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Double"
- ]
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10119,7 +10220,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableFIPS",
+ "Name": "EnableSnapshotCSIDriver",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -10134,11 +10235,11 @@
},
{
"ParameterMetadata": {
- "Name": "GpuInstanceProfile",
+ "Name": "AksCustomHeader",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10149,7 +10250,7 @@
},
{
"ParameterMetadata": {
- "Name": "HostGroupID",
+ "Name": "IfMatch",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10164,7 +10265,7 @@
},
{
"ParameterMetadata": {
- "Name": "PodSubnetID",
+ "Name": "IfNoneMatch",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10179,7 +10280,7 @@
},
{
"ParameterMetadata": {
- "Name": "KubernetesVersion",
+ "Name": "AcrNameToAttach",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10194,37 +10295,7 @@
},
{
"ParameterMetadata": {
- "Name": "MinCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "EnableAutoScaling",
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -10237,82 +10308,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "Mode",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AksCustomHeader",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -10377,20 +10372,107 @@
]
},
{
- "VerbName": "Remove",
- "NounName": "AzAksCluster",
- "Name": "Remove-AzAksCluster",
- "ClassName": "Microsoft.Azure.Commands.Aks.RemoveAzureRmAks",
+ "VerbName": "New",
+ "NounName": "AzAksNodePool",
+ "Name": "New-AzAksNodePool",
+ "ClassName": "Microsoft.Azure.Commands.Aks.NewAzureRmAksNodePool",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "GroupNameParameterSet",
+ "DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
{
"Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "GatewayProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolGatewayProfile",
+ "NetworkProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolSecurityProfile",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolStatus",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeSettings",
+ "WindowsProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolWindowsProfile",
+ "CreationData": "Microsoft.Azure.Management.ContainerService.Models.CreationData",
+ "GpuProfile": "Microsoft.Azure.Management.ContainerService.Models.GPUProfile",
+ "KubeletConfig": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
+ "LinuxOSConfig": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
+ "PowerState": "Microsoft.Azure.Management.ContainerService.Models.PowerState",
+ "VirtualMachinesProfile": "Microsoft.Azure.Management.ContainerService.Models.VirtualMachinesProfile",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "NodeLabels": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "VirtualMachineNodesStatus": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.VirtualMachineNodes]",
+ "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
+ "NodeTaints": "System.Collections.Generic.IList`1[System.String]",
+ "EnableFIPS": "System.Nullable`1[System.Boolean]",
+ "EnableUltraSSD": "System.Nullable`1[System.Boolean]",
+ "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]",
+ "EnableNodePublicIP": "System.Nullable`1[System.Boolean]",
+ "EnableAutoScaling": "System.Nullable`1[System.Boolean]",
+ "SpotMaxPrice": "System.Nullable`1[System.Double]",
+ "MinCount": "System.Nullable`1[System.Int32]",
+ "OsDiskSizeGB": "System.Nullable`1[System.Int32]",
+ "MaxPods": "System.Nullable`1[System.Int32]",
+ "Count": "System.Nullable`1[System.Int32]",
+ "MaxCount": "System.Nullable`1[System.Int32]",
+ "GpuInstanceProfile": "System.String",
+ "ProximityPlacementGroupID": "System.String",
+ "CapacityReservationGroupId": "System.String",
+ "Id": "System.String",
+ "ETag": "System.String",
+ "HostGroupID": "System.String",
+ "NodePublicIPPrefixID": "System.String",
+ "ScaleSetPriority": "System.String",
+ "VmSize": "System.String",
+ "OsDiskType": "System.String",
+ "KubeletDiskType": "System.String",
+ "MessageOfTheDay": "System.String",
+ "WorkloadRuntime": "System.String",
+ "VnetSubnetID": "System.String",
+ "PodSubnetID": "System.String",
+ "PodIPAllocationMode": "System.String",
+ "ScaleSetEvictionPolicy": "System.String",
+ "OsType": "System.String",
+ "ScaleDownMode": "System.String",
+ "Mode": "System.String",
+ "AgentPoolType": "System.String",
+ "OrchestratorVersion": "System.String",
+ "CurrentOrchestratorVersion": "System.String",
+ "NodeImageVersion": "System.String",
+ "ProvisioningState": "System.String",
+ "Name": "System.String",
+ "OsSKU": "System.String",
+ "Type": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
},
"ParameterSets": [
"__AllParameterSets"
@@ -10399,11 +10481,38 @@
],
"Parameters": [
{
- "Name": "InputObject",
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ClusterObject",
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -10416,73 +10525,157 @@
"PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
"PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
"ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
"OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
"AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
"SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
"Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
"StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
"PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
"DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
"MaxAgentPools": "System.Nullable`1[System.Int32]",
"Type": "System.String",
"Name": "System.String",
"Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
"ProvisioningState": "System.String",
- "Location": "System.String",
+ "KubernetesVersion": "System.String",
"CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
"DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
+ "ResourceUid": "System.String",
"PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
"AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
}
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "Id",
- "AliasList": [
- "ResourceId"
- ],
+ "Name": "Count",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "ResourceGroupName",
+ "Name": "OsDiskSize",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "Name",
+ "Name": "OSDiskType",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "PassThru",
+ "Name": "VmSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "VnetSubnetID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "WorkloadRuntime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaxPodCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MessageOfTheDay",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "OsType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PodIPAllocationMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "OsSKU",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableNodePublicIp",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -10491,7 +10684,53 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "AsJob",
+ "Name": "NodePublicIPPrefixID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ScaleSetPriority",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ScaleSetEvictionPolicy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "VmSetType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AvailabilityZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Force",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -10500,7 +10739,269 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Force",
+ "Name": "EnableEncryptionAtHost",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableUltraSSD",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "GatewayPublicIPPrefixSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "GPUDriver",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LinuxOSConfig",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Sysctls": "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig",
+ "SwapFileSizeMb": "System.Nullable`1[System.Int32]",
+ "TransparentHugePageEnabled": "System.String",
+ "TransparentHugePageDefrag": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "KubeletConfig",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AllowedUnsafeSysctls": "System.Collections.Generic.IList`1[System.String]",
+ "CpuCfsQuota": "System.Nullable`1[System.Boolean]",
+ "FailSwapOn": "System.Nullable`1[System.Boolean]",
+ "ImageGcHighThreshold": "System.Nullable`1[System.Int32]",
+ "ImageGcLowThreshold": "System.Nullable`1[System.Int32]",
+ "ContainerLogMaxSizeMb": "System.Nullable`1[System.Int32]",
+ "ContainerLogMaxFiles": "System.Nullable`1[System.Int32]",
+ "PodMaxPids": "System.Nullable`1[System.Int32]",
+ "CpuManagerPolicy": "System.String",
+ "CpuCfsQuotaPeriod": "System.String",
+ "TopologyManagerPolicy": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PPG",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SpotMaxPrice",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Double]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Double"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableFIPS",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "GpuInstanceProfile",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HostGroupID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PodSubnetID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "KubernetesVersion",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MinCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Mode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeTaint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AksCustomHeader",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IfMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IfNoneMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NetworkProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "NodePublicIPTags": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IPTag]",
+ "AllowedHostPorts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PortRange]",
+ "ApplicationSecurityGroups": "System.Collections.Generic.IList`1[System.String]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ScaleDownMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableSecureBoot",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableVtpm",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -10508,6 +11009,60 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "SshAccess",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaxSurge",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaxUnavailable",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DrainTimeoutInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeSoakDurationInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "UndrainableNodeBehavior",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -10552,104 +11107,60 @@
],
"ParameterSets": [
{
- "Name": "InputObjectParameterSet",
+ "Name": "defaultParameterSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "ResourceGroupName",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
- "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
- "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
- "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
- "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
- "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
- "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
- "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
- "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
- "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
- "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
- "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
- "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
- "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
- "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
- "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
- "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
- "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
- "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
- "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
- "MaxAgentPools": "System.Nullable`1[System.Int32]",
- "Type": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
- "DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
- "PrivateFQDN": "System.String",
- "AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "ClusterName",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "Name",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "Count",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10660,22 +11171,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "OsDiskSize",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10686,14 +11186,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "OSDiskType",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10704,7 +11201,7 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "VmSize",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10715,38 +11212,30 @@
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- },
- {
- "Name": "IdParameterSet",
- "Parameters": [
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
- "Name": "Id",
- "AliasList": [
- "ResourceId"
- ],
+ "Name": "VnetSubnetID",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 0,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "WorkloadRuntime",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10757,11 +11246,11 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "MaxPodCount",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10772,11 +11261,11 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "MessageOfTheDay",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10787,22 +11276,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "OsType",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10813,14 +11291,41 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "PodIPAllocationMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableNodePublicIp",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10831,7 +11336,7 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "NodePublicIPPrefixID",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10842,46 +11347,72 @@
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- },
- {
- "Name": "GroupNameParameterSet",
- "Parameters": [
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "ScaleSetPriority",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 0,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "ScaleSetEvictionPolicy",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 1,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "VmSetType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AvailabilityZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -10896,7 +11427,7 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "EnableEncryptionAtHost",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -10911,7 +11442,7 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "EnableUltraSSD",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -10926,21 +11457,46 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "GatewayPublicIPPrefixSize",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "GPUDriver",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LinuxOSConfig",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ "Sysctls": "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig",
+ "SwapFileSizeMb": "System.Nullable`1[System.Int32]",
+ "TransparentHugePageEnabled": "System.String",
+ "TransparentHugePageDefrag": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -10952,14 +11508,24 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "KubeletConfig",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AllowedUnsafeSysctls": "System.Collections.Generic.IList`1[System.String]",
+ "CpuCfsQuota": "System.Nullable`1[System.Boolean]",
+ "FailSwapOn": "System.Nullable`1[System.Boolean]",
+ "ImageGcHighThreshold": "System.Nullable`1[System.Int32]",
+ "ImageGcLowThreshold": "System.Nullable`1[System.Int32]",
+ "ContainerLogMaxSizeMb": "System.Nullable`1[System.Int32]",
+ "ContainerLogMaxFiles": "System.Nullable`1[System.Int32]",
+ "PodMaxPids": "System.Nullable`1[System.Int32]",
+ "CpuManagerPolicy": "System.String",
+ "CpuCfsQuotaPeriod": "System.String",
+ "TopologyManagerPolicy": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
@@ -10970,7 +11536,7 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "PPG",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10981,20 +11547,18 @@
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "SpotMaxPrice",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Double]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Double"
+ ]
},
"ValidateNotNullOrEmpty": false
},
@@ -11005,7 +11569,7 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "EnableFIPS",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -11020,7 +11584,97 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "GpuInstanceProfile",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HostGroupID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PodSubnetID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "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=8.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=8.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",
@@ -11035,22 +11689,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "Mode",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11061,14 +11704,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "NodeLabel",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11079,7 +11719,53 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AksCustomHeader",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfMatch",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -11090,322 +11776,35 @@
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzAksNodePool",
- "Name": "Remove-AzAksNodePool",
- "ClassName": "Microsoft.Azure.Commands.Aks.RemoveAzureRmAksNodePool",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "GroupNameParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeSettings",
- "CreationData": "Microsoft.Azure.Management.ContainerService.Models.CreationData",
- "KubeletConfig": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
- "LinuxOSConfig": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
- "PowerState": "Microsoft.Azure.Management.ContainerService.Models.PowerState",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "NodeLabels": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
- "NodeTaints": "System.Collections.Generic.IList`1[System.String]",
- "EnableFIPS": "System.Nullable`1[System.Boolean]",
- "EnableUltraSSD": "System.Nullable`1[System.Boolean]",
- "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]",
- "EnableNodePublicIP": "System.Nullable`1[System.Boolean]",
- "EnableAutoScaling": "System.Nullable`1[System.Boolean]",
- "SpotMaxPrice": "System.Nullable`1[System.Double]",
- "Count": "System.Nullable`1[System.Int32]",
- "MinCount": "System.Nullable`1[System.Int32]",
- "MaxCount": "System.Nullable`1[System.Int32]",
- "MaxPods": "System.Nullable`1[System.Int32]",
- "OsDiskSizeGB": "System.Nullable`1[System.Int32]",
- "GpuInstanceProfile": "System.String",
- "HostGroupID": "System.String",
- "ScaleSetEvictionPolicy": "System.String",
- "Id": "System.String",
- "ProximityPlacementGroupID": "System.String",
- "ScaleSetPriority": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "VmSize": "System.String",
- "OsDiskType": "System.String",
- "KubeletDiskType": "System.String",
- "WorkloadRuntime": "System.String",
- "VnetSubnetID": "System.String",
- "PodSubnetID": "System.String",
- "NodePublicIPPrefixID": "System.String",
- "OsType": "System.String",
- "ScaleDownMode": "System.String",
- "Mode": "System.String",
- "AgentPoolType": "System.String",
- "OrchestratorVersion": "System.String",
- "CurrentOrchestratorVersion": "System.String",
- "NodeImageVersion": "System.String",
- "OsSKU": "System.String",
- "Type": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Id",
- "AliasList": [
- "ResourceId"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ClusterName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ClusterObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
- "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
- "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
- "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
- "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
- "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
- "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
- "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
- "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
- "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
- "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
- "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
- "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
- "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
- "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
- "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
- "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
- "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
- "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
- "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
- "MaxAgentPools": "System.Nullable`1[System.Int32]",
- "Type": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
- "DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
- "PrivateFQDN": "System.String",
- "AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Force",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "InputObjectParameterSet",
- "Parameters": [
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "IfNoneMatch",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeSettings",
- "CreationData": "Microsoft.Azure.Management.ContainerService.Models.CreationData",
- "KubeletConfig": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
- "LinuxOSConfig": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
- "PowerState": "Microsoft.Azure.Management.ContainerService.Models.PowerState",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "NodeLabels": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
- "NodeTaints": "System.Collections.Generic.IList`1[System.String]",
- "EnableFIPS": "System.Nullable`1[System.Boolean]",
- "EnableUltraSSD": "System.Nullable`1[System.Boolean]",
- "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]",
- "EnableNodePublicIP": "System.Nullable`1[System.Boolean]",
- "EnableAutoScaling": "System.Nullable`1[System.Boolean]",
- "SpotMaxPrice": "System.Nullable`1[System.Double]",
- "Count": "System.Nullable`1[System.Int32]",
- "MinCount": "System.Nullable`1[System.Int32]",
- "MaxCount": "System.Nullable`1[System.Int32]",
- "MaxPods": "System.Nullable`1[System.Int32]",
- "OsDiskSizeGB": "System.Nullable`1[System.Int32]",
- "GpuInstanceProfile": "System.String",
- "HostGroupID": "System.String",
- "ScaleSetEvictionPolicy": "System.String",
- "Id": "System.String",
- "ProximityPlacementGroupID": "System.String",
- "ScaleSetPriority": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "VmSize": "System.String",
- "OsDiskType": "System.String",
- "KubeletDiskType": "System.String",
- "WorkloadRuntime": "System.String",
- "VnetSubnetID": "System.String",
- "PodSubnetID": "System.String",
- "NodePublicIPPrefixID": "System.String",
- "OsType": "System.String",
- "ScaleDownMode": "System.String",
- "Mode": "System.String",
- "AgentPoolType": "System.String",
- "OrchestratorVersion": "System.String",
- "CurrentOrchestratorVersion": "System.String",
- "NodeImageVersion": "System.String",
- "OsSKU": "System.String",
- "Type": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "NetworkProfile",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "NodePublicIPTags": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IPTag]",
+ "AllowedHostPorts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PortRange]",
+ "ApplicationSecurityGroups": "System.Collections.Generic.IList`1[System.String]"
+ }
},
"ValidateNotNullOrEmpty": false
},
@@ -11416,11 +11815,11 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "ScaleDownMode",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11431,7 +11830,7 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "EnableSecureBoot",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -11446,22 +11845,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "EnableVtpm",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11472,14 +11860,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "SshAccess",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11490,7 +11875,7 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "MaxSurge",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -11501,38 +11886,30 @@
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- },
- {
- "Name": "IdParameterSet",
- "Parameters": [
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
- "Name": "Id",
- "AliasList": [
- "ResourceId"
- ],
+ "Name": "MaxUnavailable",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 0,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "DrainTimeoutInMinute",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11543,11 +11920,11 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "NodeSoakDurationInMinute",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11558,11 +11935,11 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "UndrainableNodeBehavior",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11633,11 +12010,11 @@
]
},
{
- "Name": "GroupNameParameterSet",
+ "Name": "ParentObjectParameterSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -11646,47 +12023,151 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 0,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ClusterName",
+ "Name": "ClusterObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
+ "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
+ "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
+ "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
+ "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
+ "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
+ "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
+ "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
+ "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
+ "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
+ "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
+ "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
+ "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
+ "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
+ "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
+ "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
+ "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
+ "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
+ "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
+ "MaxAgentPools": "System.Nullable`1[System.Int32]",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ProvisioningState": "System.String",
+ "KubernetesVersion": "System.String",
+ "CurrentKubernetesVersion": "System.String",
+ "DnsPrefix": "System.String",
+ "ResourceUid": "System.String",
+ "PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
+ "AzurePortalFQDN": "System.String",
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Count",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "OsDiskSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "OSDiskType",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 1,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "VmSize",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 2,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "VnetSubnetID",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11697,11 +12178,11 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "WorkloadRuntime",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11712,11 +12193,11 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "MaxPodCount",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11727,22 +12208,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "MessageOfTheDay",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11753,14 +12223,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "OsType",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11771,7 +12238,7 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "PodIPAllocationMode",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -11782,90 +12249,117 @@
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- },
- {
- "Name": "ParentObjectParameterSet",
- "Parameters": [
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "OsSKU",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ClusterObject",
+ "Name": "EnableNodePublicIp",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
- "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
- "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
- "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
- "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
- "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
- "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
- "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
- "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
- "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
- "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
- "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
- "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
- "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
- "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
- "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
- "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
- "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
- "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
- "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
- "MaxAgentPools": "System.Nullable`1[System.Int32]",
- "Type": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
- "DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
- "PrivateFQDN": "System.String",
- "AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "NodePublicIPPrefixID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ScaleSetPriority",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ScaleSetEvictionPolicy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "VmSetType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AvailabilityZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -11880,7 +12374,7 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "EnableEncryptionAtHost",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -11895,7 +12389,7 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "EnableUltraSSD",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -11910,21 +12404,46 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "GatewayPublicIPPrefixSize",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "GPUDriver",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LinuxOSConfig",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ "Sysctls": "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig",
+ "SwapFileSizeMb": "System.Nullable`1[System.Int32]",
+ "TransparentHugePageEnabled": "System.String",
+ "TransparentHugePageDefrag": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -11936,14 +12455,24 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "KubeletConfig",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AllowedUnsafeSysctls": "System.Collections.Generic.IList`1[System.String]",
+ "CpuCfsQuota": "System.Nullable`1[System.Boolean]",
+ "FailSwapOn": "System.Nullable`1[System.Boolean]",
+ "ImageGcHighThreshold": "System.Nullable`1[System.Int32]",
+ "ImageGcLowThreshold": "System.Nullable`1[System.Int32]",
+ "ContainerLogMaxSizeMb": "System.Nullable`1[System.Int32]",
+ "ContainerLogMaxFiles": "System.Nullable`1[System.Int32]",
+ "PodMaxPids": "System.Nullable`1[System.Int32]",
+ "CpuManagerPolicy": "System.String",
+ "CpuCfsQuotaPeriod": "System.String",
+ "TopologyManagerPolicy": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
@@ -11954,7 +12483,7 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "PPG",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -11965,20 +12494,18 @@
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "SpotMaxPrice",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Double]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Double"
+ ]
},
"ValidateNotNullOrEmpty": false
},
@@ -11989,7 +12516,7 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "EnableFIPS",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -12004,11 +12531,11 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "GpuInstanceProfile",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12019,22 +12546,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "HostGroupID",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12045,14 +12561,71 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "PodSubnetID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "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=8.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=8.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.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12063,7 +12636,7 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "Mode",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -12074,308 +12647,21172 @@
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Set",
- "NounName": "AzAksCluster",
- "Name": "Set-AzAksCluster",
- "ClassName": "Microsoft.Azure.Commands.Aks.SetAzureRmAks",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "defaultParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
- "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
- "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
- "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
- "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
- "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
- "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
- "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
- "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
- "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
- "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
- "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
- "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
- "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
- "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
- "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
- "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
- "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
- "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
- "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
- "MaxAgentPools": "System.Nullable`1[System.Int32]",
- "Type": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
- "DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
- "PrivateFQDN": "System.String",
- "AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
+ "ValueFromPipelineByPropertyName": false
},
- "Methods": [
- {
- "Name": "ToJsonString",
- "ReturnType": "System.String"
+ {
+ "ParameterMetadata": {
+ "Name": "NodeLabel",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
},
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
},
- {
- "Name": "ToString",
- "ReturnType": "System.String"
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeTaint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
},
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AksCustomHeader",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfNoneMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NetworkProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "NodePublicIPTags": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IPTag]",
+ "AllowedHostPorts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PortRange]",
+ "ApplicationSecurityGroups": "System.Collections.Generic.IList`1[System.String]"
}
- ],
- "ReturnType": "System.Boolean"
+ },
+ "ValidateNotNullOrEmpty": false
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "location",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "id",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ScaleDownMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableSecureBoot",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableVtpm",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SshAccess",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxSurge",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxUnavailable",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DrainTimeoutInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeSoakDurationInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UndrainableNodeBehavior",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Count",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "OsDiskSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "OSDiskType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "VnetSubnetID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "WorkloadRuntime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxPodCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MessageOfTheDay",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PodIPAllocationMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableNodePublicIp",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodePublicIPPrefixID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ScaleSetPriority",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ScaleSetEvictionPolicy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "VmSetType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AvailabilityZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableEncryptionAtHost",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableUltraSSD",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "GatewayPublicIPPrefixSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "GPUDriver",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LinuxOSConfig",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Sysctls": "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig",
+ "SwapFileSizeMb": "System.Nullable`1[System.Int32]",
+ "TransparentHugePageEnabled": "System.String",
+ "TransparentHugePageDefrag": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KubeletConfig",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AllowedUnsafeSysctls": "System.Collections.Generic.IList`1[System.String]",
+ "CpuCfsQuota": "System.Nullable`1[System.Boolean]",
+ "FailSwapOn": "System.Nullable`1[System.Boolean]",
+ "ImageGcHighThreshold": "System.Nullable`1[System.Int32]",
+ "ImageGcLowThreshold": "System.Nullable`1[System.Int32]",
+ "ContainerLogMaxSizeMb": "System.Nullable`1[System.Int32]",
+ "ContainerLogMaxFiles": "System.Nullable`1[System.Int32]",
+ "PodMaxPids": "System.Nullable`1[System.Int32]",
+ "CpuManagerPolicy": "System.String",
+ "CpuCfsQuotaPeriod": "System.String",
+ "TopologyManagerPolicy": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PPG",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SpotMaxPrice",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Double]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Double"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableFIPS",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "GpuInstanceProfile",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HostGroupID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PodSubnetID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "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=8.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=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Mode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AksCustomHeader",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfNoneMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NetworkProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "NodePublicIPTags": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IPTag]",
+ "AllowedHostPorts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PortRange]",
+ "ApplicationSecurityGroups": "System.Collections.Generic.IList`1[System.String]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ScaleDownMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableSecureBoot",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableVtpm",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SshAccess",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxSurge",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxUnavailable",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DrainTimeoutInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeSoakDurationInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UndrainableNodeBehavior",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Remove",
+ "NounName": "AzAksCluster",
+ "Name": "Remove-AzAksCluster",
+ "ClassName": "Microsoft.Azure.Commands.Aks.RemoveAzureRmAks",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "GroupNameParameterSet",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
+ "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
+ "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
+ "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
+ "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
+ "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
+ "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
+ "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
+ "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
+ "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
+ "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
+ "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
+ "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
+ "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
+ "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
+ "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
+ "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
+ "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
+ "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
+ "MaxAgentPools": "System.Nullable`1[System.Int32]",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ProvisioningState": "System.String",
+ "KubernetesVersion": "System.String",
+ "CurrentKubernetesVersion": "System.String",
+ "DnsPrefix": "System.String",
+ "ResourceUid": "System.String",
+ "PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
+ "AzurePortalFQDN": "System.String",
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Id",
+ "AliasList": [
+ "ResourceId"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "InputObjectParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
+ "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
+ "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
+ "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
+ "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
+ "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
+ "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
+ "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
+ "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
+ "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
+ "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
+ "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
+ "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
+ "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
+ "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
+ "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
+ "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
+ "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
+ "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
+ "MaxAgentPools": "System.Nullable`1[System.Int32]",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ProvisioningState": "System.String",
+ "KubernetesVersion": "System.String",
+ "CurrentKubernetesVersion": "System.String",
+ "DnsPrefix": "System.String",
+ "ResourceUid": "System.String",
+ "PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
+ "AzurePortalFQDN": "System.String",
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "IdParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Id",
+ "AliasList": [
+ "ResourceId"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "GroupNameParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Remove",
+ "NounName": "AzAksNodePool",
+ "Name": "Remove-AzAksNodePool",
+ "ClassName": "Microsoft.Azure.Commands.Aks.RemoveAzureRmAksNodePool",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "GroupNameParameterSet",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "GatewayProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolGatewayProfile",
+ "NetworkProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolSecurityProfile",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolStatus",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeSettings",
+ "WindowsProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolWindowsProfile",
+ "CreationData": "Microsoft.Azure.Management.ContainerService.Models.CreationData",
+ "GpuProfile": "Microsoft.Azure.Management.ContainerService.Models.GPUProfile",
+ "KubeletConfig": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
+ "LinuxOSConfig": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
+ "PowerState": "Microsoft.Azure.Management.ContainerService.Models.PowerState",
+ "VirtualMachinesProfile": "Microsoft.Azure.Management.ContainerService.Models.VirtualMachinesProfile",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "NodeLabels": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "VirtualMachineNodesStatus": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.VirtualMachineNodes]",
+ "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
+ "NodeTaints": "System.Collections.Generic.IList`1[System.String]",
+ "EnableFIPS": "System.Nullable`1[System.Boolean]",
+ "EnableUltraSSD": "System.Nullable`1[System.Boolean]",
+ "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]",
+ "EnableNodePublicIP": "System.Nullable`1[System.Boolean]",
+ "EnableAutoScaling": "System.Nullable`1[System.Boolean]",
+ "SpotMaxPrice": "System.Nullable`1[System.Double]",
+ "MinCount": "System.Nullable`1[System.Int32]",
+ "OsDiskSizeGB": "System.Nullable`1[System.Int32]",
+ "MaxPods": "System.Nullable`1[System.Int32]",
+ "Count": "System.Nullable`1[System.Int32]",
+ "MaxCount": "System.Nullable`1[System.Int32]",
+ "GpuInstanceProfile": "System.String",
+ "ProximityPlacementGroupID": "System.String",
+ "CapacityReservationGroupId": "System.String",
+ "Id": "System.String",
+ "ETag": "System.String",
+ "HostGroupID": "System.String",
+ "NodePublicIPPrefixID": "System.String",
+ "ScaleSetPriority": "System.String",
+ "VmSize": "System.String",
+ "OsDiskType": "System.String",
+ "KubeletDiskType": "System.String",
+ "MessageOfTheDay": "System.String",
+ "WorkloadRuntime": "System.String",
+ "VnetSubnetID": "System.String",
+ "PodSubnetID": "System.String",
+ "PodIPAllocationMode": "System.String",
+ "ScaleSetEvictionPolicy": "System.String",
+ "OsType": "System.String",
+ "ScaleDownMode": "System.String",
+ "Mode": "System.String",
+ "AgentPoolType": "System.String",
+ "OrchestratorVersion": "System.String",
+ "CurrentOrchestratorVersion": "System.String",
+ "NodeImageVersion": "System.String",
+ "ProvisioningState": "System.String",
+ "Name": "System.String",
+ "OsSKU": "System.String",
+ "Type": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Id",
+ "AliasList": [
+ "ResourceId"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ClusterObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
+ "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
+ "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
+ "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
+ "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
+ "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
+ "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
+ "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
+ "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
+ "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
+ "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
+ "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
+ "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
+ "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
+ "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
+ "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
+ "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
+ "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
+ "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
+ "MaxAgentPools": "System.Nullable`1[System.Int32]",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ProvisioningState": "System.String",
+ "KubernetesVersion": "System.String",
+ "CurrentKubernetesVersion": "System.String",
+ "DnsPrefix": "System.String",
+ "ResourceUid": "System.String",
+ "PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
+ "AzurePortalFQDN": "System.String",
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "InputObjectParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "GatewayProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolGatewayProfile",
+ "NetworkProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolSecurityProfile",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolStatus",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeSettings",
+ "WindowsProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolWindowsProfile",
+ "CreationData": "Microsoft.Azure.Management.ContainerService.Models.CreationData",
+ "GpuProfile": "Microsoft.Azure.Management.ContainerService.Models.GPUProfile",
+ "KubeletConfig": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
+ "LinuxOSConfig": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
+ "PowerState": "Microsoft.Azure.Management.ContainerService.Models.PowerState",
+ "VirtualMachinesProfile": "Microsoft.Azure.Management.ContainerService.Models.VirtualMachinesProfile",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "NodeLabels": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "VirtualMachineNodesStatus": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.VirtualMachineNodes]",
+ "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
+ "NodeTaints": "System.Collections.Generic.IList`1[System.String]",
+ "EnableFIPS": "System.Nullable`1[System.Boolean]",
+ "EnableUltraSSD": "System.Nullable`1[System.Boolean]",
+ "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]",
+ "EnableNodePublicIP": "System.Nullable`1[System.Boolean]",
+ "EnableAutoScaling": "System.Nullable`1[System.Boolean]",
+ "SpotMaxPrice": "System.Nullable`1[System.Double]",
+ "MinCount": "System.Nullable`1[System.Int32]",
+ "OsDiskSizeGB": "System.Nullable`1[System.Int32]",
+ "MaxPods": "System.Nullable`1[System.Int32]",
+ "Count": "System.Nullable`1[System.Int32]",
+ "MaxCount": "System.Nullable`1[System.Int32]",
+ "GpuInstanceProfile": "System.String",
+ "ProximityPlacementGroupID": "System.String",
+ "CapacityReservationGroupId": "System.String",
+ "Id": "System.String",
+ "ETag": "System.String",
+ "HostGroupID": "System.String",
+ "NodePublicIPPrefixID": "System.String",
+ "ScaleSetPriority": "System.String",
+ "VmSize": "System.String",
+ "OsDiskType": "System.String",
+ "KubeletDiskType": "System.String",
+ "MessageOfTheDay": "System.String",
+ "WorkloadRuntime": "System.String",
+ "VnetSubnetID": "System.String",
+ "PodSubnetID": "System.String",
+ "PodIPAllocationMode": "System.String",
+ "ScaleSetEvictionPolicy": "System.String",
+ "OsType": "System.String",
+ "ScaleDownMode": "System.String",
+ "Mode": "System.String",
+ "AgentPoolType": "System.String",
+ "OrchestratorVersion": "System.String",
+ "CurrentOrchestratorVersion": "System.String",
+ "NodeImageVersion": "System.String",
+ "ProvisioningState": "System.String",
+ "Name": "System.String",
+ "OsSKU": "System.String",
+ "Type": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "IdParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Id",
+ "AliasList": [
+ "ResourceId"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "GroupNameParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "ParentObjectParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
+ "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
+ "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
+ "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
+ "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
+ "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
+ "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
+ "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
+ "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
+ "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
+ "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
+ "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
+ "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
+ "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
+ "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
+ "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
+ "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
+ "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
+ "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
+ "MaxAgentPools": "System.Nullable`1[System.Int32]",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ProvisioningState": "System.String",
+ "KubernetesVersion": "System.String",
+ "CurrentKubernetesVersion": "System.String",
+ "DnsPrefix": "System.String",
+ "ResourceUid": "System.String",
+ "PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
+ "AzurePortalFQDN": "System.String",
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Set",
+ "NounName": "AzAksCluster",
+ "Name": "Set-AzAksCluster",
+ "ClassName": "Microsoft.Azure.Commands.Aks.SetAzureRmAks",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "defaultParameterSet",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
+ "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
+ "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
+ "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
+ "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
+ "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
+ "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
+ "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
+ "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
+ "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
+ "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
+ "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
+ "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
+ "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
+ "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
+ "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
+ "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
+ "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
+ "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
+ "MaxAgentPools": "System.Nullable`1[System.Int32]",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ProvisioningState": "System.String",
+ "KubernetesVersion": "System.String",
+ "CurrentKubernetesVersion": "System.String",
+ "DnsPrefix": "System.String",
+ "ResourceUid": "System.String",
+ "PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
+ "AzurePortalFQDN": "System.String",
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
+ },
+ "Methods": [
+ {
+ "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": "",
+ "Parameters": [
+ {
+ "Name": "location",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "id",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "name",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "type",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "tags",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "provisioningState",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "dnsPrefix",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "fqdn",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "kubernetesVersion",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "agentPoolProfiles",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "linuxProfile",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "servicePrincipalProfile",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
+ "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
+ "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
+ "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
+ "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
+ "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
+ "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
+ "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
+ "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
+ "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
+ "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
+ "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
+ "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
+ "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
+ "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
+ "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
+ "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
+ "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
+ "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
+ "MaxAgentPools": "System.Nullable`1[System.Int32]",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ProvisioningState": "System.String",
+ "KubernetesVersion": "System.String",
+ "CurrentKubernetesVersion": "System.String",
+ "DnsPrefix": "System.String",
+ "ResourceUid": "System.String",
+ "PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
+ "AzurePortalFQDN": "System.String",
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "NodePoolMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AcrNameToDetach",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeImageOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ControlPlaneOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Id",
+ "AliasList": [
+ "ResourceId"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "AutoScalerProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DaemonsetEvictionForEmptyNodes": "System.Nullable`1[System.Boolean]",
+ "DaemonsetEvictionForOccupiedNodes": "System.Nullable`1[System.Boolean]",
+ "IgnoreDaemonsetsUtilization": "System.Nullable`1[System.Boolean]",
+ "BalanceSimilarNodeGroups": "System.String",
+ "ScaleDownUtilizationThreshold": "System.String",
+ "ScaleDownUnreadyTime": "System.String",
+ "ScaleDownUnneededTime": "System.String",
+ "ScaleDownDelayAfterFailure": "System.String",
+ "ScaleDownDelayAfterDelete": "System.String",
+ "ScaleDownDelayAfterAdd": "System.String",
+ "ScanInterval": "System.String",
+ "NewPodScaleUpDelay": "System.String",
+ "SkipNodesWithLocalStorage": "System.String",
+ "MaxTotalUnreadyPercentage": "System.String",
+ "MaxNodeProvisionTime": "System.String",
+ "MaxGracefulTerminationSec": "System.String",
+ "MaxEmptyBulkDelete": "System.String",
+ "Expander": "System.String",
+ "OkTotalUnreadyCount": "System.String",
+ "SkipNodesWithSystemPods": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableUptimeSLA",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableOidcIssuer",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableManagedIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AssignIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AadProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AdminGroupObjectIDs": "System.Collections.Generic.IList`1[System.String]",
+ "Managed": "System.Nullable`1[System.Boolean]",
+ "EnableAzureRbac": "System.Nullable`1[System.Boolean]",
+ "ClientAppId": "System.String",
+ "ServerAppId": "System.String",
+ "ServerAppSecret": "System.String",
+ "TenantId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableNodeAutoScaling",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeMaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeMinCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodePoolLabel",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeTaint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeOsDiskSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodePoolTag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeVmSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeWorkloadRuntime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableAIToolchainOperator",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ApiServerAccessAuthorizedIpRange",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DisableApiServerRunCommand",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableApiServerAccessPrivateCluster",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableApiServerAccessPrivateClusterPublicFQDN",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableApiServerVnetIntegration",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ApiServerAccessPrivateDnsZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ApiServerSubnetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeOSAutoUpgradeChannel",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeAutoUpgradeChannel",
+ "AliasList": [
+ "AutoUpgradeChannel"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableMonitorMetric",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "BootstrapArtifactSource",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "BootstrapContainerRegistryId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DisableLocalAccount",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DiskEncryptionSetID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DnsNamePrefix",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "FqdnSubdomain",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpProxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpsProxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpProxyConfigNoProxyEndpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpProxyConfigTrustedCa",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AssignKubeletIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "KubernetesVersion",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LinuxProfileAdminUserName",
+ "AliasList": [
+ "AdminUserName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SshKeyValue",
+ "AliasList": [
+ "SshKeyPath"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableCostAnalysis",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableAdvancedNetworking",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableAdvancedNetworkingObservability",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableAdvancedNetworkingSecurity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AdvancedNetworkingSecurityPolicy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IPFamily",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LoadBalancerAllocatedOutboundPort",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 0,
+ "ValidateRangeMax": 64000,
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LoadBalancerBackendPoolType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LoadBalancerIdleTimeoutInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 4,
+ "ValidateRangeMax": 120,
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LoadBalancerManagedOutboundIpCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LoadBalancerManagedOutboundIpCountIPv6",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LoadBalancerOutboundIpPrefix",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LoadBalancerOutboundIp",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NATGatewayIdleTimeoutInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 4,
+ "ValidateRangeMax": 120,
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NATGatewayManagedOutboundIpCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 1,
+ "ValidateRangeMax": 16,
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NetworkDataplane",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NetworkPluginMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableStaticEgressGateway",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeProvisioningMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeProvisioningDefaultPool",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeResourceGroupRestrictionLevel",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnablePodIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnablePodIdentityWithKubenet",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnablePublicNetworkAccess",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableAzureKeyVaultKms",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AzureKeyVaultKmsKeyId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AzureKeyVaultKmsNetworkAccess",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AzureKeyVaultKmsResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "CustomCaTrustCertificate",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefenderLogAnalyticsWorkspaceResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableDefenderSecurityMonitoring",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableImageCleaner",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ImageCleanerIntervalHour",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableWorkloadIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ServicePrincipalIdAndSecret",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SupportPlan",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "WindowsProfileAdminUserPassword",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableAHUB",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableKEDA",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableVerticalPodAutoscaler",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableBlobCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableDiskCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableFileCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableSnapshotCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AksCustomHeader",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IfMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IfNoneMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AcrNameToAttach",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "InputObjectParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
+ "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
+ "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
+ "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
+ "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
+ "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
+ "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
+ "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
+ "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
+ "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
+ "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
+ "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
+ "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
+ "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
+ "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
+ "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
+ "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
+ "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
+ "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
+ "MaxAgentPools": "System.Nullable`1[System.Int32]",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ProvisioningState": "System.String",
+ "KubernetesVersion": "System.String",
+ "CurrentKubernetesVersion": "System.String",
+ "DnsPrefix": "System.String",
+ "ResourceUid": "System.String",
+ "PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
+ "AzurePortalFQDN": "System.String",
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodePoolMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AcrNameToDetach",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeImageOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ControlPlaneOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DaemonsetEvictionForEmptyNodes": "System.Nullable`1[System.Boolean]",
+ "DaemonsetEvictionForOccupiedNodes": "System.Nullable`1[System.Boolean]",
+ "IgnoreDaemonsetsUtilization": "System.Nullable`1[System.Boolean]",
+ "BalanceSimilarNodeGroups": "System.String",
+ "ScaleDownUtilizationThreshold": "System.String",
+ "ScaleDownUnreadyTime": "System.String",
+ "ScaleDownUnneededTime": "System.String",
+ "ScaleDownDelayAfterFailure": "System.String",
+ "ScaleDownDelayAfterDelete": "System.String",
+ "ScaleDownDelayAfterAdd": "System.String",
+ "ScanInterval": "System.String",
+ "NewPodScaleUpDelay": "System.String",
+ "SkipNodesWithLocalStorage": "System.String",
+ "MaxTotalUnreadyPercentage": "System.String",
+ "MaxNodeProvisionTime": "System.String",
+ "MaxGracefulTerminationSec": "System.String",
+ "MaxEmptyBulkDelete": "System.String",
+ "Expander": "System.String",
+ "OkTotalUnreadyCount": "System.String",
+ "SkipNodesWithSystemPods": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableUptimeSLA",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableOidcIssuer",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableManagedIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AssignIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AadProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AdminGroupObjectIDs": "System.Collections.Generic.IList`1[System.String]",
+ "Managed": "System.Nullable`1[System.Boolean]",
+ "EnableAzureRbac": "System.Nullable`1[System.Boolean]",
+ "ClientAppId": "System.String",
+ "ServerAppId": "System.String",
+ "ServerAppSecret": "System.String",
+ "TenantId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableNodeAutoScaling",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeMaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeMinCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodePoolLabel",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeOsDiskSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodePoolTag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeVmSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeWorkloadRuntime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAIToolchainOperator",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ApiServerAccessAuthorizedIpRange",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DisableApiServerRunCommand",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableApiServerAccessPrivateCluster",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableApiServerAccessPrivateClusterPublicFQDN",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableApiServerVnetIntegration",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ApiServerAccessPrivateDnsZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ApiServerSubnetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeOSAutoUpgradeChannel",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeAutoUpgradeChannel",
+ "AliasList": [
+ "AutoUpgradeChannel"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableMonitorMetric",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "BootstrapArtifactSource",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "BootstrapContainerRegistryId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DisableLocalAccount",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DiskEncryptionSetID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DnsNamePrefix",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "FqdnSubdomain",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpProxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpsProxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpProxyConfigNoProxyEndpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpProxyConfigTrustedCa",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AssignKubeletIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KubernetesVersion",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LinuxProfileAdminUserName",
+ "AliasList": [
+ "AdminUserName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SshKeyValue",
+ "AliasList": [
+ "SshKeyPath"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableCostAnalysis",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAdvancedNetworking",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAdvancedNetworkingObservability",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAdvancedNetworkingSecurity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AdvancedNetworkingSecurityPolicy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IPFamily",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerAllocatedOutboundPort",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 0,
+ "ValidateRangeMax": 64000,
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerBackendPoolType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerIdleTimeoutInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 4,
+ "ValidateRangeMax": 120,
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerManagedOutboundIpCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerManagedOutboundIpCountIPv6",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerOutboundIpPrefix",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerOutboundIp",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NATGatewayIdleTimeoutInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 4,
+ "ValidateRangeMax": 120,
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NATGatewayManagedOutboundIpCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 1,
+ "ValidateRangeMax": 16,
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NetworkDataplane",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NetworkPluginMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableStaticEgressGateway",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeProvisioningMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeProvisioningDefaultPool",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeResourceGroupRestrictionLevel",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnablePodIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnablePodIdentityWithKubenet",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnablePublicNetworkAccess",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAzureKeyVaultKms",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AzureKeyVaultKmsKeyId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AzureKeyVaultKmsNetworkAccess",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AzureKeyVaultKmsResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "CustomCaTrustCertificate",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefenderLogAnalyticsWorkspaceResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableDefenderSecurityMonitoring",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableImageCleaner",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ImageCleanerIntervalHour",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableWorkloadIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SupportPlan",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "WindowsProfileAdminUserPassword",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAHUB",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableKEDA",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableVerticalPodAutoscaler",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableBlobCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableDiskCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableFileCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableSnapshotCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AksCustomHeader",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfNoneMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AcrNameToAttach",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "NodePoolMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AcrNameToDetach",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeImageOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ControlPlaneOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DaemonsetEvictionForEmptyNodes": "System.Nullable`1[System.Boolean]",
+ "DaemonsetEvictionForOccupiedNodes": "System.Nullable`1[System.Boolean]",
+ "IgnoreDaemonsetsUtilization": "System.Nullable`1[System.Boolean]",
+ "BalanceSimilarNodeGroups": "System.String",
+ "ScaleDownUtilizationThreshold": "System.String",
+ "ScaleDownUnreadyTime": "System.String",
+ "ScaleDownUnneededTime": "System.String",
+ "ScaleDownDelayAfterFailure": "System.String",
+ "ScaleDownDelayAfterDelete": "System.String",
+ "ScaleDownDelayAfterAdd": "System.String",
+ "ScanInterval": "System.String",
+ "NewPodScaleUpDelay": "System.String",
+ "SkipNodesWithLocalStorage": "System.String",
+ "MaxTotalUnreadyPercentage": "System.String",
+ "MaxNodeProvisionTime": "System.String",
+ "MaxGracefulTerminationSec": "System.String",
+ "MaxEmptyBulkDelete": "System.String",
+ "Expander": "System.String",
+ "OkTotalUnreadyCount": "System.String",
+ "SkipNodesWithSystemPods": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableUptimeSLA",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableOidcIssuer",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableManagedIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AssignIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AadProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AdminGroupObjectIDs": "System.Collections.Generic.IList`1[System.String]",
+ "Managed": "System.Nullable`1[System.Boolean]",
+ "EnableAzureRbac": "System.Nullable`1[System.Boolean]",
+ "ClientAppId": "System.String",
+ "ServerAppId": "System.String",
+ "ServerAppSecret": "System.String",
+ "TenantId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableNodeAutoScaling",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeMaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeMinCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodePoolLabel",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeOsDiskSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodePoolTag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeVmSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeWorkloadRuntime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAIToolchainOperator",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ApiServerAccessAuthorizedIpRange",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DisableApiServerRunCommand",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableApiServerAccessPrivateCluster",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableApiServerAccessPrivateClusterPublicFQDN",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableApiServerVnetIntegration",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ApiServerAccessPrivateDnsZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ApiServerSubnetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeOSAutoUpgradeChannel",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeAutoUpgradeChannel",
+ "AliasList": [
+ "AutoUpgradeChannel"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableMonitorMetric",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "BootstrapArtifactSource",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "BootstrapContainerRegistryId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DisableLocalAccount",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DiskEncryptionSetID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DnsNamePrefix",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "FqdnSubdomain",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpProxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpsProxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpProxyConfigNoProxyEndpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpProxyConfigTrustedCa",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AssignKubeletIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KubernetesVersion",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LinuxProfileAdminUserName",
+ "AliasList": [
+ "AdminUserName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SshKeyValue",
+ "AliasList": [
+ "SshKeyPath"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableCostAnalysis",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAdvancedNetworking",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAdvancedNetworkingObservability",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAdvancedNetworkingSecurity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AdvancedNetworkingSecurityPolicy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IPFamily",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerAllocatedOutboundPort",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 0,
+ "ValidateRangeMax": 64000,
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerBackendPoolType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerIdleTimeoutInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 4,
+ "ValidateRangeMax": 120,
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerManagedOutboundIpCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerManagedOutboundIpCountIPv6",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerOutboundIpPrefix",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerOutboundIp",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NATGatewayIdleTimeoutInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 4,
+ "ValidateRangeMax": 120,
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NATGatewayManagedOutboundIpCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 1,
+ "ValidateRangeMax": 16,
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NetworkDataplane",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NetworkPluginMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableStaticEgressGateway",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeProvisioningMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeProvisioningDefaultPool",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeResourceGroupRestrictionLevel",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnablePodIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnablePodIdentityWithKubenet",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnablePublicNetworkAccess",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAzureKeyVaultKms",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AzureKeyVaultKmsKeyId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AzureKeyVaultKmsNetworkAccess",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AzureKeyVaultKmsResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "CustomCaTrustCertificate",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefenderLogAnalyticsWorkspaceResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableDefenderSecurityMonitoring",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableImageCleaner",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ImageCleanerIntervalHour",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableWorkloadIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SupportPlan",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "WindowsProfileAdminUserPassword",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAHUB",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableKEDA",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableVerticalPodAutoscaler",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableBlobCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableDiskCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableFileCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableSnapshotCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AksCustomHeader",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfNoneMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AcrNameToAttach",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "IdParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Id",
+ "AliasList": [
+ "ResourceId"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodePoolMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AcrNameToDetach",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeImageOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ControlPlaneOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DaemonsetEvictionForEmptyNodes": "System.Nullable`1[System.Boolean]",
+ "DaemonsetEvictionForOccupiedNodes": "System.Nullable`1[System.Boolean]",
+ "IgnoreDaemonsetsUtilization": "System.Nullable`1[System.Boolean]",
+ "BalanceSimilarNodeGroups": "System.String",
+ "ScaleDownUtilizationThreshold": "System.String",
+ "ScaleDownUnreadyTime": "System.String",
+ "ScaleDownUnneededTime": "System.String",
+ "ScaleDownDelayAfterFailure": "System.String",
+ "ScaleDownDelayAfterDelete": "System.String",
+ "ScaleDownDelayAfterAdd": "System.String",
+ "ScanInterval": "System.String",
+ "NewPodScaleUpDelay": "System.String",
+ "SkipNodesWithLocalStorage": "System.String",
+ "MaxTotalUnreadyPercentage": "System.String",
+ "MaxNodeProvisionTime": "System.String",
+ "MaxGracefulTerminationSec": "System.String",
+ "MaxEmptyBulkDelete": "System.String",
+ "Expander": "System.String",
+ "OkTotalUnreadyCount": "System.String",
+ "SkipNodesWithSystemPods": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableUptimeSLA",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableOidcIssuer",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableManagedIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AssignIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AadProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AdminGroupObjectIDs": "System.Collections.Generic.IList`1[System.String]",
+ "Managed": "System.Nullable`1[System.Boolean]",
+ "EnableAzureRbac": "System.Nullable`1[System.Boolean]",
+ "ClientAppId": "System.String",
+ "ServerAppId": "System.String",
+ "ServerAppSecret": "System.String",
+ "TenantId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableNodeAutoScaling",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeMaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeMinCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodePoolLabel",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeOsDiskSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodePoolTag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeVmSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeWorkloadRuntime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAIToolchainOperator",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ApiServerAccessAuthorizedIpRange",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DisableApiServerRunCommand",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableApiServerAccessPrivateCluster",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableApiServerAccessPrivateClusterPublicFQDN",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableApiServerVnetIntegration",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ApiServerAccessPrivateDnsZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ApiServerSubnetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeOSAutoUpgradeChannel",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeAutoUpgradeChannel",
+ "AliasList": [
+ "AutoUpgradeChannel"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableMonitorMetric",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "BootstrapArtifactSource",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "BootstrapContainerRegistryId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DisableLocalAccount",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DiskEncryptionSetID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DnsNamePrefix",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "FqdnSubdomain",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpProxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpsProxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpProxyConfigNoProxyEndpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpProxyConfigTrustedCa",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AssignKubeletIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KubernetesVersion",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LinuxProfileAdminUserName",
+ "AliasList": [
+ "AdminUserName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SshKeyValue",
+ "AliasList": [
+ "SshKeyPath"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableCostAnalysis",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAdvancedNetworking",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAdvancedNetworkingObservability",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAdvancedNetworkingSecurity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AdvancedNetworkingSecurityPolicy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IPFamily",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerAllocatedOutboundPort",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 0,
+ "ValidateRangeMax": 64000,
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerBackendPoolType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerIdleTimeoutInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 4,
+ "ValidateRangeMax": 120,
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerManagedOutboundIpCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerManagedOutboundIpCountIPv6",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerOutboundIpPrefix",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerOutboundIp",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NATGatewayIdleTimeoutInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 4,
+ "ValidateRangeMax": 120,
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NATGatewayManagedOutboundIpCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 1,
+ "ValidateRangeMax": 16,
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NetworkDataplane",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NetworkPluginMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableStaticEgressGateway",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeProvisioningMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeProvisioningDefaultPool",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeResourceGroupRestrictionLevel",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnablePodIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnablePodIdentityWithKubenet",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnablePublicNetworkAccess",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAzureKeyVaultKms",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AzureKeyVaultKmsKeyId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AzureKeyVaultKmsNetworkAccess",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AzureKeyVaultKmsResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "CustomCaTrustCertificate",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefenderLogAnalyticsWorkspaceResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableDefenderSecurityMonitoring",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableImageCleaner",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ImageCleanerIntervalHour",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableWorkloadIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SupportPlan",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "WindowsProfileAdminUserPassword",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAHUB",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableKEDA",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableVerticalPodAutoscaler",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableBlobCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableDiskCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableFileCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableSnapshotCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AksCustomHeader",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfNoneMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AcrNameToAttach",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "defaultParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ServicePrincipalIdAndSecret",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodePoolMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AcrNameToDetach",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeImageOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ControlPlaneOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DaemonsetEvictionForEmptyNodes": "System.Nullable`1[System.Boolean]",
+ "DaemonsetEvictionForOccupiedNodes": "System.Nullable`1[System.Boolean]",
+ "IgnoreDaemonsetsUtilization": "System.Nullable`1[System.Boolean]",
+ "BalanceSimilarNodeGroups": "System.String",
+ "ScaleDownUtilizationThreshold": "System.String",
+ "ScaleDownUnreadyTime": "System.String",
+ "ScaleDownUnneededTime": "System.String",
+ "ScaleDownDelayAfterFailure": "System.String",
+ "ScaleDownDelayAfterDelete": "System.String",
+ "ScaleDownDelayAfterAdd": "System.String",
+ "ScanInterval": "System.String",
+ "NewPodScaleUpDelay": "System.String",
+ "SkipNodesWithLocalStorage": "System.String",
+ "MaxTotalUnreadyPercentage": "System.String",
+ "MaxNodeProvisionTime": "System.String",
+ "MaxGracefulTerminationSec": "System.String",
+ "MaxEmptyBulkDelete": "System.String",
+ "Expander": "System.String",
+ "OkTotalUnreadyCount": "System.String",
+ "SkipNodesWithSystemPods": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableUptimeSLA",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableOidcIssuer",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableManagedIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AssignIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AadProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AdminGroupObjectIDs": "System.Collections.Generic.IList`1[System.String]",
+ "Managed": "System.Nullable`1[System.Boolean]",
+ "EnableAzureRbac": "System.Nullable`1[System.Boolean]",
+ "ClientAppId": "System.String",
+ "ServerAppId": "System.String",
+ "ServerAppSecret": "System.String",
+ "TenantId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableNodeAutoScaling",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeMaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeMinCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodePoolLabel",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeOsDiskSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodePoolTag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeVmSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeWorkloadRuntime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAIToolchainOperator",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ApiServerAccessAuthorizedIpRange",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DisableApiServerRunCommand",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableApiServerAccessPrivateCluster",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableApiServerAccessPrivateClusterPublicFQDN",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableApiServerVnetIntegration",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ApiServerAccessPrivateDnsZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ApiServerSubnetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeOSAutoUpgradeChannel",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeAutoUpgradeChannel",
+ "AliasList": [
+ "AutoUpgradeChannel"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableMonitorMetric",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "BootstrapArtifactSource",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "BootstrapContainerRegistryId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DisableLocalAccount",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DiskEncryptionSetID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DnsNamePrefix",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "FqdnSubdomain",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpProxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpsProxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpProxyConfigNoProxyEndpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpProxyConfigTrustedCa",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AssignKubeletIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KubernetesVersion",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LinuxProfileAdminUserName",
+ "AliasList": [
+ "AdminUserName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SshKeyValue",
+ "AliasList": [
+ "SshKeyPath"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableCostAnalysis",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAdvancedNetworking",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAdvancedNetworkingObservability",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAdvancedNetworkingSecurity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AdvancedNetworkingSecurityPolicy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IPFamily",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerAllocatedOutboundPort",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 0,
+ "ValidateRangeMax": 64000,
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerBackendPoolType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerIdleTimeoutInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 4,
+ "ValidateRangeMax": 120,
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerManagedOutboundIpCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerManagedOutboundIpCountIPv6",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerOutboundIpPrefix",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerOutboundIp",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NATGatewayIdleTimeoutInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 4,
+ "ValidateRangeMax": 120,
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NATGatewayManagedOutboundIpCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateRangeMin": 1,
+ "ValidateRangeMax": 16,
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NetworkDataplane",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NetworkPluginMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableStaticEgressGateway",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeProvisioningMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeProvisioningDefaultPool",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeResourceGroupRestrictionLevel",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnablePodIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnablePodIdentityWithKubenet",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnablePublicNetworkAccess",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAzureKeyVaultKms",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AzureKeyVaultKmsKeyId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AzureKeyVaultKmsNetworkAccess",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AzureKeyVaultKmsResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "CustomCaTrustCertificate",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefenderLogAnalyticsWorkspaceResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableDefenderSecurityMonitoring",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableImageCleaner",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ImageCleanerIntervalHour",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableWorkloadIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SupportPlan",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "WindowsProfileAdminUserPassword",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAHUB",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableKEDA",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableVerticalPodAutoscaler",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableBlobCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableDiskCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableFileCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableSnapshotCSIDriver",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AksCustomHeader",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfNoneMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AcrNameToAttach",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Set",
+ "NounName": "AzAksClusterCredential",
+ "Name": "Set-AzAksClusterCredential",
+ "ClassName": "Microsoft.Azure.Commands.Aks.SetAzureRmAksCredential",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "GroupNameParameterSet",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
+ "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
+ "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
+ "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
+ "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
+ "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
+ "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
+ "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
+ "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
+ "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
+ "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
+ "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
+ "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
+ "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
+ "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
+ "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
+ "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
+ "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
+ "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
+ "MaxAgentPools": "System.Nullable`1[System.Int32]",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ProvisioningState": "System.String",
+ "KubernetesVersion": "System.String",
+ "CurrentKubernetesVersion": "System.String",
+ "DnsPrefix": "System.String",
+ "ResourceUid": "System.String",
+ "PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
+ "AzurePortalFQDN": "System.String",
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Id",
+ "AliasList": [
+ "ResourceId"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ServicePrincipalIdAndSecret",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "InputObjectParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
+ "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
+ "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
+ "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
+ "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
+ "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
+ "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
+ "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
+ "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
+ "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
+ "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
+ "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
+ "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
+ "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
+ "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
+ "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
+ "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
+ "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
+ "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
+ "MaxAgentPools": "System.Nullable`1[System.Int32]",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ProvisioningState": "System.String",
+ "KubernetesVersion": "System.String",
+ "CurrentKubernetesVersion": "System.String",
+ "DnsPrefix": "System.String",
+ "ResourceUid": "System.String",
+ "PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
+ "AzurePortalFQDN": "System.String",
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ServicePrincipalIdAndSecret",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "IdParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Id",
+ "AliasList": [
+ "ResourceId"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ServicePrincipalIdAndSecret",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "GroupNameParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ServicePrincipalIdAndSecret",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Start",
+ "NounName": "AzAksDashboard",
+ "Name": "Start-AzAksDashboard",
+ "ClassName": "Microsoft.Azure.Commands.Aks.StartAzureRmAksDashboard",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "GroupNameParameterSet",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Aks",
+ "Name": "Microsoft.Azure.Commands.Aks.KubeTunnelJob",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.KubeTunnelJob, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "HasMoreData": "System.Boolean",
+ "ChildJobs": "System.Collections.Generic.IList`1[System.Management.Automation.Job]",
+ "StartParameters": "System.Collections.Generic.List`1[System.Management.Automation.Runspaces.CommandParameterCollection]",
+ "InstanceId": "System.Guid",
+ "Pid": "System.Int32",
+ "Id": "System.Int32",
+ "JobStateInfo": "System.Management.Automation.JobStateInfo",
+ "Debug": "System.Management.Automation.PSDataCollection`1[System.Management.Automation.DebugRecord]",
+ "Error": "System.Management.Automation.PSDataCollection`1[System.Management.Automation.ErrorRecord]",
+ "Information": "System.Management.Automation.PSDataCollection`1[System.Management.Automation.InformationRecord]",
+ "Progress": "System.Management.Automation.PSDataCollection`1[System.Management.Automation.ProgressRecord]",
+ "Output": "System.Management.Automation.PSDataCollection`1[System.Management.Automation.PSObject]",
+ "Verbose": "System.Management.Automation.PSDataCollection`1[System.Management.Automation.VerboseRecord]",
+ "Warning": "System.Management.Automation.PSDataCollection`1[System.Management.Automation.WarningRecord]",
+ "PSBeginTime": "System.Nullable`1[System.DateTime]",
+ "PSEndTime": "System.Nullable`1[System.DateTime]",
+ "Name": "System.String",
+ "Command": "System.String",
+ "Location": "System.String",
+ "PSJobTypeName": "System.String",
+ "StatusMessage": "System.String",
+ "Finished": "System.Threading.WaitHandle"
+ },
+ "Methods": [
+ {
+ "Name": "StopJob",
+ "ReturnType": "System.Void"
+ },
+ {
+ "Name": "StartJob",
+ "ReturnType": "System.Void"
+ },
+ {
+ "Name": "StartJobAsync",
+ "ReturnType": "System.Void"
+ },
+ {
+ "Name": "StopJobAsync",
+ "ReturnType": "System.Void"
+ },
+ {
+ "Name": "SuspendJob",
+ "ReturnType": "System.Void"
+ },
+ {
+ "Name": "SuspendJobAsync",
+ "ReturnType": "System.Void"
+ },
+ {
+ "Name": "ResumeJob",
+ "ReturnType": "System.Void"
+ },
+ {
+ "Name": "ResumeJobAsync",
+ "ReturnType": "System.Void"
+ },
+ {
+ "Name": "UnblockJob",
+ "ReturnType": "System.Void"
+ },
+ {
+ "Name": "UnblockJobAsync",
+ "ReturnType": "System.Void"
+ },
+ {
+ "Name": "StopJob",
+ "Parameters": [
{
- "Name": "name",
- "Type": "System.Reflection.RuntimeParameterInfo"
+ "Name": "force",
+ "Type": "System.Boolean"
},
{
- "Name": "type",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
+ "Name": "reason",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "System.Void"
+ },
+ {
+ "Name": "StopJobAsync",
+ "Parameters": [
{
- "Name": "tags",
- "Type": "System.Reflection.RuntimeParameterInfo"
+ "Name": "force",
+ "Type": "System.Boolean"
},
{
- "Name": "provisioningState",
- "Type": "System.Reflection.RuntimeParameterInfo"
+ "Name": "reason",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "System.Void"
+ },
+ {
+ "Name": "SuspendJob",
+ "Parameters": [
+ {
+ "Name": "force",
+ "Type": "System.Boolean"
},
{
- "Name": "dnsPrefix",
- "Type": "System.Reflection.RuntimeParameterInfo"
+ "Name": "reason",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "System.Void"
+ },
+ {
+ "Name": "SuspendJobAsync",
+ "Parameters": [
+ {
+ "Name": "force",
+ "Type": "System.Boolean"
},
{
- "Name": "fqdn",
+ "Name": "reason",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "System.Void"
+ },
+ {
+ "Name": "LoadJobStreams",
+ "ReturnType": "System.Void"
+ },
+ {
+ "Name": "UnloadJobStreams",
+ "ReturnType": "System.Void"
+ },
+ {
+ "Name": "Dispose",
+ "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": "",
+ "Parameters": [
+ {
+ "Name": "credFilePath",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "kubernetesVersion",
+ "Name": "dashPod",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "agentPoolProfiles",
+ "Name": "listenPort",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "linuxProfile",
+ "Name": "dashboardPort",
"Type": "System.Reflection.RuntimeParameterInfo"
- },
+ }
+ ]
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
+ "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
+ "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
+ "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
+ "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
+ "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
+ "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
+ "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
+ "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
+ "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
+ "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
+ "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
+ "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
+ "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
+ "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
+ "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
+ "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
+ "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
+ "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
+ "MaxAgentPools": "System.Nullable`1[System.Int32]",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ProvisioningState": "System.String",
+ "KubernetesVersion": "System.String",
+ "CurrentKubernetesVersion": "System.String",
+ "DnsPrefix": "System.String",
+ "ResourceUid": "System.String",
+ "PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
+ "AzurePortalFQDN": "System.String",
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Id",
+ "AliasList": [
+ "ResourceId"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "DisableBrowser",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ListenPort",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "InputObjectParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
+ "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
+ "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
+ "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
+ "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
+ "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
+ "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
+ "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
+ "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
+ "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
+ "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
+ "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
+ "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
+ "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
+ "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
+ "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
+ "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
+ "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
+ "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
+ "MaxAgentPools": "System.Nullable`1[System.Int32]",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ProvisioningState": "System.String",
+ "KubernetesVersion": "System.String",
+ "CurrentKubernetesVersion": "System.String",
+ "DnsPrefix": "System.String",
+ "ResourceUid": "System.String",
+ "PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
+ "AzurePortalFQDN": "System.String",
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DisableBrowser",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ListenPort",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "IdParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Id",
+ "AliasList": [
+ "ResourceId"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DisableBrowser",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ListenPort",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "GroupNameParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DisableBrowser",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ListenPort",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "DisableBrowser",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ListenPort",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Stop",
+ "NounName": "AzAksDashboard",
+ "Name": "Stop-AzAksDashboard",
+ "ClassName": "Microsoft.Azure.Commands.Aks.StopAzureRmAksDashboard",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Update",
+ "NounName": "AzAksNodePool",
+ "Name": "Update-AzAksNodePool",
+ "ClassName": "Microsoft.Azure.Commands.Aks.Commands.UpdateAzureRmAksNodePool",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "defaultParameterSet",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "GatewayProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolGatewayProfile",
+ "NetworkProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolSecurityProfile",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolStatus",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeSettings",
+ "WindowsProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolWindowsProfile",
+ "CreationData": "Microsoft.Azure.Management.ContainerService.Models.CreationData",
+ "GpuProfile": "Microsoft.Azure.Management.ContainerService.Models.GPUProfile",
+ "KubeletConfig": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
+ "LinuxOSConfig": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
+ "PowerState": "Microsoft.Azure.Management.ContainerService.Models.PowerState",
+ "VirtualMachinesProfile": "Microsoft.Azure.Management.ContainerService.Models.VirtualMachinesProfile",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "NodeLabels": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "VirtualMachineNodesStatus": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.VirtualMachineNodes]",
+ "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
+ "NodeTaints": "System.Collections.Generic.IList`1[System.String]",
+ "EnableFIPS": "System.Nullable`1[System.Boolean]",
+ "EnableUltraSSD": "System.Nullable`1[System.Boolean]",
+ "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]",
+ "EnableNodePublicIP": "System.Nullable`1[System.Boolean]",
+ "EnableAutoScaling": "System.Nullable`1[System.Boolean]",
+ "SpotMaxPrice": "System.Nullable`1[System.Double]",
+ "MinCount": "System.Nullable`1[System.Int32]",
+ "OsDiskSizeGB": "System.Nullable`1[System.Int32]",
+ "MaxPods": "System.Nullable`1[System.Int32]",
+ "Count": "System.Nullable`1[System.Int32]",
+ "MaxCount": "System.Nullable`1[System.Int32]",
+ "GpuInstanceProfile": "System.String",
+ "ProximityPlacementGroupID": "System.String",
+ "CapacityReservationGroupId": "System.String",
+ "Id": "System.String",
+ "ETag": "System.String",
+ "HostGroupID": "System.String",
+ "NodePublicIPPrefixID": "System.String",
+ "ScaleSetPriority": "System.String",
+ "VmSize": "System.String",
+ "OsDiskType": "System.String",
+ "KubeletDiskType": "System.String",
+ "MessageOfTheDay": "System.String",
+ "WorkloadRuntime": "System.String",
+ "VnetSubnetID": "System.String",
+ "PodSubnetID": "System.String",
+ "PodIPAllocationMode": "System.String",
+ "ScaleSetEvictionPolicy": "System.String",
+ "OsType": "System.String",
+ "ScaleDownMode": "System.String",
+ "Mode": "System.String",
+ "AgentPoolType": "System.String",
+ "OrchestratorVersion": "System.String",
+ "CurrentOrchestratorVersion": "System.String",
+ "NodeImageVersion": "System.String",
+ "ProvisioningState": "System.String",
+ "Name": "System.String",
+ "OsSKU": "System.String",
+ "Type": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
{
- "Name": "servicePrincipalProfile",
- "Type": "System.Reflection.RuntimeParameterInfo"
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ClusterObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
+ "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
+ "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
+ "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
+ "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
+ "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
+ "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
+ "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
+ "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
+ "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
+ "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
+ "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
+ "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
+ "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
+ "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
+ "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
+ "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
+ "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
+ "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
+ "MaxAgentPools": "System.Nullable`1[System.Int32]",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ProvisioningState": "System.String",
+ "KubernetesVersion": "System.String",
+ "CurrentKubernetesVersion": "System.String",
+ "DnsPrefix": "System.String",
+ "ResourceUid": "System.String",
+ "PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
+ "AzurePortalFQDN": "System.String",
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "GatewayProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolGatewayProfile",
+ "NetworkProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolSecurityProfile",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolStatus",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeSettings",
+ "WindowsProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolWindowsProfile",
+ "CreationData": "Microsoft.Azure.Management.ContainerService.Models.CreationData",
+ "GpuProfile": "Microsoft.Azure.Management.ContainerService.Models.GPUProfile",
+ "KubeletConfig": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
+ "LinuxOSConfig": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
+ "PowerState": "Microsoft.Azure.Management.ContainerService.Models.PowerState",
+ "VirtualMachinesProfile": "Microsoft.Azure.Management.ContainerService.Models.VirtualMachinesProfile",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "NodeLabels": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "VirtualMachineNodesStatus": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.VirtualMachineNodes]",
+ "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
+ "NodeTaints": "System.Collections.Generic.IList`1[System.String]",
+ "EnableFIPS": "System.Nullable`1[System.Boolean]",
+ "EnableUltraSSD": "System.Nullable`1[System.Boolean]",
+ "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]",
+ "EnableNodePublicIP": "System.Nullable`1[System.Boolean]",
+ "EnableAutoScaling": "System.Nullable`1[System.Boolean]",
+ "SpotMaxPrice": "System.Nullable`1[System.Double]",
+ "MinCount": "System.Nullable`1[System.Int32]",
+ "OsDiskSizeGB": "System.Nullable`1[System.Int32]",
+ "MaxPods": "System.Nullable`1[System.Int32]",
+ "Count": "System.Nullable`1[System.Int32]",
+ "MaxCount": "System.Nullable`1[System.Int32]",
+ "GpuInstanceProfile": "System.String",
+ "ProximityPlacementGroupID": "System.String",
+ "CapacityReservationGroupId": "System.String",
+ "Id": "System.String",
+ "ETag": "System.String",
+ "HostGroupID": "System.String",
+ "NodePublicIPPrefixID": "System.String",
+ "ScaleSetPriority": "System.String",
+ "VmSize": "System.String",
+ "OsDiskType": "System.String",
+ "KubeletDiskType": "System.String",
+ "MessageOfTheDay": "System.String",
+ "WorkloadRuntime": "System.String",
+ "VnetSubnetID": "System.String",
+ "PodSubnetID": "System.String",
+ "PodIPAllocationMode": "System.String",
+ "ScaleSetEvictionPolicy": "System.String",
+ "OsType": "System.String",
+ "ScaleDownMode": "System.String",
+ "Mode": "System.String",
+ "AgentPoolType": "System.String",
+ "OrchestratorVersion": "System.String",
+ "CurrentOrchestratorVersion": "System.String",
+ "NodeImageVersion": "System.String",
+ "ProvisioningState": "System.String",
+ "Name": "System.String",
+ "OsSKU": "System.String",
+ "Type": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Id",
+ "AliasList": [
+ "ResourceId"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "NodeCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeImageOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "KubernetesVersion",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MinCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Mode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeTaint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AksCustomHeader",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IfMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IfNoneMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NetworkProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "NodePublicIPTags": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IPTag]",
+ "AllowedHostPorts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PortRange]",
+ "ApplicationSecurityGroups": "System.Collections.Generic.IList`1[System.String]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ScaleDownMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableSecureBoot",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableVtpm",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SshAccess",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaxSurge",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaxUnavailable",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DrainTimeoutInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeSoakDurationInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "UndrainableNodeBehavior",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "defaultParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeImageOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "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=8.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=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Mode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AksCustomHeader",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfNoneMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NetworkProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "NodePublicIPTags": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IPTag]",
+ "AllowedHostPorts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PortRange]",
+ "ApplicationSecurityGroups": "System.Collections.Generic.IList`1[System.String]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ScaleDownMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableSecureBoot",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableVtpm",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SshAccess",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxSurge",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxUnavailable",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DrainTimeoutInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeSoakDurationInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UndrainableNodeBehavior",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "ParentObjectParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
+ "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
+ "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
+ "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
+ "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
+ "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
+ "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
+ "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
+ "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
+ "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
+ "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AiToolchainOperatorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AzureMonitorProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "BootstrapProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "IngressProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "MetricsProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "NodeProvisioningProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "NodeResourceGroupProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
+ "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
+ "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
+ "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
+ "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "WorkloadAutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "ServiceMeshProfile": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
+ "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
+ "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
+ "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
+ "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
+ "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
+ "EnableRBAC": "System.Nullable`1[System.Boolean]",
+ "MaxAgentPools": "System.Nullable`1[System.Int32]",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ProvisioningState": "System.String",
+ "KubernetesVersion": "System.String",
+ "CurrentKubernetesVersion": "System.String",
+ "DnsPrefix": "System.String",
+ "ResourceUid": "System.String",
+ "PrivateFQDN": "System.String",
+ "Fqdn": "System.String",
+ "AzurePortalFQDN": "System.String",
+ "SupportPlan": "System.String",
+ "NodeResourceGroup": "System.String",
+ "Kind": "System.String",
+ "ETag": "System.String",
+ "ResourceGroupName": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "Location": "System.String",
+ "FqdnSubdomain": "System.String",
+ "DiskEncryptionSetID": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeImageOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "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=8.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=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Mode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AksCustomHeader",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfNoneMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NetworkProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "NodePublicIPTags": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IPTag]",
+ "AllowedHostPorts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PortRange]",
+ "ApplicationSecurityGroups": "System.Collections.Generic.IList`1[System.String]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ScaleDownMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableSecureBoot",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableVtpm",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SshAccess",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxSurge",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxUnavailable",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DrainTimeoutInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeSoakDurationInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UndrainableNodeBehavior",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "InputObjectParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "GatewayProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolGatewayProfile",
+ "NetworkProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolSecurityProfile",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolStatus",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeSettings",
+ "WindowsProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolWindowsProfile",
+ "CreationData": "Microsoft.Azure.Management.ContainerService.Models.CreationData",
+ "GpuProfile": "Microsoft.Azure.Management.ContainerService.Models.GPUProfile",
+ "KubeletConfig": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
+ "LinuxOSConfig": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
+ "PowerState": "Microsoft.Azure.Management.ContainerService.Models.PowerState",
+ "VirtualMachinesProfile": "Microsoft.Azure.Management.ContainerService.Models.VirtualMachinesProfile",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "NodeLabels": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "VirtualMachineNodesStatus": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.VirtualMachineNodes]",
+ "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
+ "NodeTaints": "System.Collections.Generic.IList`1[System.String]",
+ "EnableFIPS": "System.Nullable`1[System.Boolean]",
+ "EnableUltraSSD": "System.Nullable`1[System.Boolean]",
+ "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]",
+ "EnableNodePublicIP": "System.Nullable`1[System.Boolean]",
+ "EnableAutoScaling": "System.Nullable`1[System.Boolean]",
+ "SpotMaxPrice": "System.Nullable`1[System.Double]",
+ "MinCount": "System.Nullable`1[System.Int32]",
+ "OsDiskSizeGB": "System.Nullable`1[System.Int32]",
+ "MaxPods": "System.Nullable`1[System.Int32]",
+ "Count": "System.Nullable`1[System.Int32]",
+ "MaxCount": "System.Nullable`1[System.Int32]",
+ "GpuInstanceProfile": "System.String",
+ "ProximityPlacementGroupID": "System.String",
+ "CapacityReservationGroupId": "System.String",
+ "Id": "System.String",
+ "ETag": "System.String",
+ "HostGroupID": "System.String",
+ "NodePublicIPPrefixID": "System.String",
+ "ScaleSetPriority": "System.String",
+ "VmSize": "System.String",
+ "OsDiskType": "System.String",
+ "KubeletDiskType": "System.String",
+ "MessageOfTheDay": "System.String",
+ "WorkloadRuntime": "System.String",
+ "VnetSubnetID": "System.String",
+ "PodSubnetID": "System.String",
+ "PodIPAllocationMode": "System.String",
+ "ScaleSetEvictionPolicy": "System.String",
+ "OsType": "System.String",
+ "ScaleDownMode": "System.String",
+ "Mode": "System.String",
+ "AgentPoolType": "System.String",
+ "OrchestratorVersion": "System.String",
+ "CurrentOrchestratorVersion": "System.String",
+ "NodeImageVersion": "System.String",
+ "ProvisioningState": "System.String",
+ "Name": "System.String",
+ "OsSKU": "System.String",
+ "Type": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeImageOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "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=8.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=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Mode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AksCustomHeader",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfNoneMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NetworkProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "NodePublicIPTags": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IPTag]",
+ "AllowedHostPorts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PortRange]",
+ "ApplicationSecurityGroups": "System.Collections.Generic.IList`1[System.String]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ScaleDownMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableSecureBoot",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableVtpm",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SshAccess",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxSurge",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxUnavailable",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DrainTimeoutInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeSoakDurationInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UndrainableNodeBehavior",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "IdParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Id",
+ "AliasList": [
+ "ResourceId"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeImageOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "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=8.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=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Mode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AksCustomHeader",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfNoneMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NetworkProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "NodePublicIPTags": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IPTag]",
+ "AllowedHostPorts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PortRange]",
+ "ApplicationSecurityGroups": "System.Collections.Generic.IList`1[System.String]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ScaleDownMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableSecureBoot",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableVtpm",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SshAccess",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxSurge",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxUnavailable",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DrainTimeoutInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeSoakDurationInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UndrainableNodeBehavior",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "NodeCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeImageOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "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=8.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=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Mode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AksCustomHeader",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IfNoneMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NetworkProfile",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "NodePublicIPTags": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IPTag]",
+ "AllowedHostPorts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PortRange]",
+ "ApplicationSecurityGroups": "System.Collections.Generic.IList`1[System.String]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ScaleDownMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableSecureBoot",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableVtpm",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SshAccess",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxSurge",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxUnavailable",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DrainTimeoutInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeSoakDurationInMinute",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UndrainableNodeBehavior",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksMachine",
+ "Name": "Get-AzAksMachine",
+ "ClassName": "Get-AzAksMachine",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "List",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMachine",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMachine, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "NetworkIPAddress": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMachineIPAddress]",
+ "Zone": "System.Collections.Generic.List`1[System.String]",
+ "ResourceId": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "AgentPoolName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Name",
+ "AliasList": [
+ "MachineName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AgentPoolInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ManagedClusterInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "List",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "AgentPoolName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "GetViaIdentityManagedCluster",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "AgentPoolName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ManagedClusterInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "Get",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "AgentPoolName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "GetViaIdentityAgentPool",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "MachineName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AgentPoolInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.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.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksMaintenanceConfiguration",
+ "Name": "Get-AzAksMaintenanceConfiguration",
+ "ClassName": "Get-AzAksMaintenanceConfiguration",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "List",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMaintenanceConfiguration",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMaintenanceConfiguration, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "MaintenanceWindowNotAllowedDate": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan]",
+ "TimeInWeek": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek]",
+ "NotAllowedTime": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan]",
+ "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
+ "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
+ "MaintenanceWindowStartDate": "System.Nullable`1[System.DateTime]",
+ "AbsoluteMonthlyDayOfMonth": "System.Nullable`1[System.Int32]",
+ "RelativeMonthlyIntervalMonth": "System.Nullable`1[System.Int32]",
+ "MaintenanceWindowDurationHour": "System.Nullable`1[System.Int32]",
+ "DailyIntervalDay": "System.Nullable`1[System.Int32]",
+ "AbsoluteMonthlyIntervalMonth": "System.Nullable`1[System.Int32]",
+ "WeeklyIntervalWeek": "System.Nullable`1[System.Int32]",
+ "MaintenanceWindowStartTime": "System.String",
+ "RelativeMonthlyDayOfWeek": "System.String",
+ "WeeklyDayOfWeek": "System.String",
+ "RelativeMonthlyWeekIndex": "System.String",
+ "SystemDataCreatedBy": "System.String",
+ "SystemDataCreatedByType": "System.String",
+ "SystemDataLastModifiedBy": "System.String",
+ "SystemDataLastModifiedByType": "System.String",
+ "MaintenanceWindowUtcOffset": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ConfigName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ManagedClusterInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "GetViaIdentityManagedCluster",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ConfigName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ManagedClusterInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "Get",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ConfigName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.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.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksManagedClusterCommandResult",
+ "Name": "Get-AzAksManagedClusterCommandResult",
+ "ClassName": "Get-AzAksManagedClusterCommandResult",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Get",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IRunCommandResult",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IRunCommandResult, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "FinishedAt": "System.Nullable`1[System.DateTime]",
+ "StartedAt": "System.Nullable`1[System.DateTime]",
+ "ExitCode": "System.Nullable`1[System.Int32]",
+ "Id": "System.String",
+ "Log": "System.String",
+ "ProvisioningState": "System.String",
+ "Reason": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "CommandId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ManagedClusterInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "GetViaIdentityManagedCluster",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "CommandId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ManagedClusterInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "Get",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "CommandId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.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.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksManagedClusterKuberneteVersion",
+ "Name": "Get-AzAksManagedClusterKuberneteVersion",
+ "ClassName": "Get-AzAksManagedClusterKuberneteVersion",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "List",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesVersionListResult",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesVersionListResult, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Value": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesVersion]"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksManagedClusterMeshRevisionProfile",
+ "Name": "Get-AzAksManagedClusterMeshRevisionProfile",
+ "ClassName": "Get-AzAksManagedClusterMeshRevisionProfile",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "List",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMeshRevisionProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMeshRevisionProfile, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "MeshRevision": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMeshRevision]"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Mode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LocationInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "List",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "Get",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Mode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "GetViaIdentityLocation",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Mode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LocationInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.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.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksManagedClusterMeshUpgradeProfile",
+ "Name": "Get-AzAksManagedClusterMeshUpgradeProfile",
+ "ClassName": "Get-AzAksManagedClusterMeshUpgradeProfile",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "List",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMeshUpgradeProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMeshUpgradeProfile, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "CompatibleWith": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ICompatibleVersions]",
+ "Upgrade": "System.Collections.Generic.List`1[System.String]",
+ "Revision": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Mode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ManagedClusterInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "GetViaIdentityManagedCluster",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Mode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ManagedClusterInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "Get",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Mode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.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.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
}
- ]
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
+ },
+ "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
]
- }
- ],
- "Parameters": [
+ },
{
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
- "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
- "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
- "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
- "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
- "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
- "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
- "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
- "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
- "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
- "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
- "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
- "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
- "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
- "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
- "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
- "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
- "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
- "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
- "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
- "MaxAgentPools": "System.Nullable`1[System.Int32]",
- "Type": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
- "DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
- "PrivateFQDN": "System.String",
- "AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
+ "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
}
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "NodePoolMode",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AcrNameToDetach",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodeImageOnly",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ControlPlaneOnly",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Id",
- "AliasList": [
- "ResourceId"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksManagedClusterOutboundNetworkDependencyEndpoint",
+ "Name": "Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint",
+ "ClassName": "Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "List",
+ "OutputTypes": [
{
- "Name": "AutoScalerProfile",
"Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOutboundEnvironmentEndpoint",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOutboundEnvironmentEndpoint, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BalanceSimilarNodeGroups": "System.String",
- "ScaleDownUtilizationThreshold": "System.String",
- "ScaleDownUnreadyTime": "System.String",
- "ScaleDownUnneededTime": "System.String",
- "ScaleDownDelayAfterFailure": "System.String",
- "ScaleDownDelayAfterDelete": "System.String",
- "ScaleDownDelayAfterAdd": "System.String",
- "SkipNodesWithLocalStorage": "System.String",
- "ScanInterval": "System.String",
- "NewPodScaleUpDelay": "System.String",
- "MaxTotalUnreadyPercentage": "System.String",
- "MaxNodeProvisionTime": "System.String",
- "MaxGracefulTerminationSec": "System.String",
- "MaxEmptyBulkDelete": "System.String",
- "Expander": "System.String",
- "OkTotalUnreadyCount": "System.String",
- "SkipNodesWithSystemPods": "System.String"
+ "Endpoint": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency]",
+ "Category": "System.String"
}
},
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "EnableUptimeSLA",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "EnableOidcIssuer",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
{
"Name": "ResourceGroupName",
"Type": {
@@ -12383,160 +33820,10 @@
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ServicePrincipalIdAndSecret",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LinuxProfileAdminUserName",
- "AliasList": [
- "AdminUserName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DnsNamePrefix",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "KubernetesVersion",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodeMinCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodeMaxCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "EnableNodeAutoScaling",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodeCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodeOsDiskSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodeVmSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodePoolLabel",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodePoolTag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SshKeyValue",
- "AliasList": [
- "SshKeyPath"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
"ValidateNotNullOrEmpty": false
},
{
- "Name": "AcrNameToAttach",
+ "Name": "ResourceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -12545,76 +33832,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LoadBalancerAllocatedOutboundPort",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateRangeMin": 0,
- "ValidateRangeMax": 64000,
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LoadBalancerManagedOutboundIpCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LoadBalancerOutboundIp",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LoadBalancerOutboundIpPrefix",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LoadBalancerIdleTimeoutInMinute",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateRangeMin": 4,
- "ValidateRangeMax": 120,
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ApiServerAccessAuthorizedIpRange",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
"Name": "System.String[]",
@@ -12624,79 +33842,20 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "EnableApiServerAccessPrivateCluster",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ApiServerAccessPrivateDnsZone",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "EnableApiServerAccessPrivateClusterPublicFQDN",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "FqdnSubdomain",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "EnableManagedIdentity",
+ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AssignIdentity",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AutoUpgradeChannel",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DiskEncryptionSetID",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "DisableLocalAccount",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -12705,104 +33864,49 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "HttpProxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpsProxy",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "HttpProxyConfigNoProxyEndpoint",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "HttpProxyConfigTrustedCa",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AksCustomHeader",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AadProfile",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AdminGroupObjectIDs": "System.Collections.Generic.IList`1[System.String]",
- "Managed": "System.Nullable`1[System.Boolean]",
- "EnableAzureRbac": "System.Nullable`1[System.Boolean]",
- "ClientAppId": "System.String",
- "ServerAppId": "System.String",
- "ServerAppSecret": "System.String",
- "TenantId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "WindowsProfileAdminUserPassword",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "EnableAHUB",
+ "Name": "ProxyCredential",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12817,83 +33921,30 @@
"AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
}
],
"ParameterSets": [
{
- "Name": "InputObjectParameterSet",
+ "Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "ResourceGroupName",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
- "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
- "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
- "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
- "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
- "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
- "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
- "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
- "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
- "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
- "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
- "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
- "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
- "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
- "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
- "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
- "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
- "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
- "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
- "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
- "MaxAgentPools": "System.Nullable`1[System.Int32]",
- "Type": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
- "DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
- "PrivateFQDN": "System.String",
- "AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "NodePoolMode",
+ "Name": "ResourceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -12901,18 +33952,19 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "AcrNameToDetach",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
@@ -12923,11 +33975,15 @@
},
{
"ParameterMetadata": {
- "Name": "NodeImageOnly",
+ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12938,7 +33994,7 @@
},
{
"ParameterMetadata": {
- "Name": "ControlPlaneOnly",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -12953,30 +34009,12 @@
},
{
"ParameterMetadata": {
- "Name": "AutoScalerProfile",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BalanceSimilarNodeGroups": "System.String",
- "ScaleDownUtilizationThreshold": "System.String",
- "ScaleDownUnreadyTime": "System.String",
- "ScaleDownUnneededTime": "System.String",
- "ScaleDownDelayAfterFailure": "System.String",
- "ScaleDownDelayAfterDelete": "System.String",
- "ScaleDownDelayAfterAdd": "System.String",
- "SkipNodesWithLocalStorage": "System.String",
- "ScanInterval": "System.String",
- "NewPodScaleUpDelay": "System.String",
- "MaxTotalUnreadyPercentage": "System.String",
- "MaxNodeProvisionTime": "System.String",
- "MaxGracefulTerminationSec": "System.String",
- "MaxEmptyBulkDelete": "System.String",
- "Expander": "System.String",
- "OkTotalUnreadyCount": "System.String",
- "SkipNodesWithSystemPods": "System.String"
- }
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -12987,11 +34025,12 @@
},
{
"ParameterMetadata": {
- "Name": "EnableUptimeSLA",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -13002,11 +34041,11 @@
},
{
"ParameterMetadata": {
- "Name": "EnableOidcIssuer",
+ "Name": "Proxy",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -13017,11 +34056,11 @@
},
{
"ParameterMetadata": {
- "Name": "Location",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13032,14 +34071,11 @@
},
{
"ParameterMetadata": {
- "Name": "LinuxProfileAdminUserName",
- "AliasList": [
- "AdminUserName"
- ],
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13050,11 +34086,14 @@
},
{
"ParameterMetadata": {
- "Name": "DnsNamePrefix",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13062,10 +34101,219 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksNodePoolUpgradeProfile",
+ "Name": "Get-AzAksNodePoolUpgradeProfile",
+ "ClassName": "Get-AzAksNodePoolUpgradeProfile",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Get",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfile, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Upgrade": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem]",
+ "Id": "System.String",
+ "KubernetesVersion": "System.String",
+ "LatestNodeImageVersion": "System.String",
+ "Name": "System.String",
+ "OSType": "System.String",
+ "Type": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodePoolName",
+ "AliasList": [
+ "AgentPoolName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ManagedClusterInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Get",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "KubernetesVersion",
+ "Name": "ClusterName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -13073,14 +34321,17 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "NodeName",
+ "Name": "NodePoolName",
+ "AliasList": [
+ "AgentPoolName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -13088,33 +34339,34 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "NodeMinCount",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "NodeMaxCount",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
@@ -13125,41 +34377,15 @@
},
{
"ParameterMetadata": {
- "Name": "EnableNodeAutoScaling",
+ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NodeCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NodeOsDiskSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13170,11 +34396,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeVmSize",
+ "Name": "Break",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13185,11 +34411,12 @@
},
{
"ParameterMetadata": {
- "Name": "NodePoolLabel",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -13200,11 +34427,12 @@
},
{
"ParameterMetadata": {
- "Name": "NodePoolTag",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -13215,14 +34443,11 @@
},
{
"ParameterMetadata": {
- "Name": "SshKeyValue",
- "AliasList": [
- "SshKeyPath"
- ],
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -13233,11 +34458,11 @@
},
{
"ParameterMetadata": {
- "Name": "AcrNameToAttach",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13248,7 +34473,7 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -13263,43 +34488,14 @@
},
{
"ParameterMetadata": {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LoadBalancerAllocatedOutboundPort",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateRangeMin": 0,
- "ValidateRangeMax": 64000,
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LoadBalancerManagedOutboundIpCount",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13307,49 +34503,72 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "GetViaIdentityManagedCluster",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "LoadBalancerOutboundIp",
+ "Name": "NodePoolName",
+ "AliasList": [
+ "AgentPoolName"
+ ],
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerOutboundIpPrefix",
+ "Name": "ManagedClusterInputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerIdleTimeoutInMinute",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateRangeMin": 4,
- "ValidateRangeMax": 120,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -13359,12 +34578,11 @@
},
{
"ParameterMetadata": {
- "Name": "ApiServerAccessAuthorizedIpRange",
+ "Name": "Break",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13375,11 +34593,12 @@
},
{
"ParameterMetadata": {
- "Name": "EnableApiServerAccessPrivateCluster",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -13390,11 +34609,12 @@
},
{
"ParameterMetadata": {
- "Name": "ApiServerAccessPrivateDnsZone",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -13405,11 +34625,11 @@
},
{
"ParameterMetadata": {
- "Name": "EnableApiServerAccessPrivateClusterPublicFQDN",
+ "Name": "Proxy",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -13420,11 +34640,11 @@
},
{
"ParameterMetadata": {
- "Name": "FqdnSubdomain",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13435,7 +34655,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableManagedIdentity",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -13450,11 +34670,14 @@
},
{
"ParameterMetadata": {
- "Name": "AssignIdentity",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13462,29 +34685,53 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "GetViaIdentity",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "AutoUpgradeChannel",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "DiskEncryptionSetID",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13495,7 +34742,7 @@
},
{
"ParameterMetadata": {
- "Name": "DisableLocalAccount",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -13510,11 +34757,12 @@
},
{
"ParameterMetadata": {
- "Name": "HttpProxy",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -13525,11 +34773,12 @@
},
{
"ParameterMetadata": {
- "Name": "HttpsProxy",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -13540,12 +34789,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpProxyConfigNoProxyEndpoint",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -13556,11 +34804,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpProxyConfigTrustedCa",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13571,11 +34819,11 @@
},
{
"ParameterMetadata": {
- "Name": "AksCustomHeader",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13586,20 +34834,14 @@
},
{
"ParameterMetadata": {
- "Name": "AadProfile",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AdminGroupObjectIDs": "System.Collections.Generic.IList`1[System.String]",
- "Managed": "System.Nullable`1[System.Boolean]",
- "EnableAzureRbac": "System.Nullable`1[System.Boolean]",
- "ClientAppId": "System.String",
- "ServerAppId": "System.String",
- "ServerAppSecret": "System.String",
- "TenantId": "System.String"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13607,14 +34849,23 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "WindowsProfileAdminUserPassword",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13625,7 +34876,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableAHUB",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -13640,22 +34891,12 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -13666,14 +34907,12 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -13684,31 +34923,11 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "NodePoolMode",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -13719,11 +34938,11 @@
},
{
"ParameterMetadata": {
- "Name": "AcrNameToDetach",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13734,7 +34953,7 @@
},
{
"ParameterMetadata": {
- "Name": "NodeImageOnly",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -13749,11 +34968,14 @@
},
{
"ParameterMetadata": {
- "Name": "ControlPlaneOnly",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13761,33 +34983,204 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksSnapshot",
+ "Name": "Get-AzAksSnapshot",
+ "ClassName": "Get-AzAksSnapshot",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "List",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ISnapshot",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ISnapshot, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "EnableFips": "System.Nullable`1[System.Boolean]",
+ "CreationDataSourceResourceId": "System.String",
+ "KubernetesVersion": "System.String",
+ "NodeImageVersion": "System.String",
+ "OSSku": "System.String",
+ "OSType": "System.String",
+ "SnapshotType": "System.String",
+ "VMSize": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "List1",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "AutoScalerProfile",
+ "Name": "ResourceGroupName",
"Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BalanceSimilarNodeGroups": "System.String",
- "ScaleDownUtilizationThreshold": "System.String",
- "ScaleDownUnreadyTime": "System.String",
- "ScaleDownUnneededTime": "System.String",
- "ScaleDownDelayAfterFailure": "System.String",
- "ScaleDownDelayAfterDelete": "System.String",
- "ScaleDownDelayAfterAdd": "System.String",
- "SkipNodesWithLocalStorage": "System.String",
- "ScanInterval": "System.String",
- "NewPodScaleUpDelay": "System.String",
- "MaxTotalUnreadyPercentage": "System.String",
- "MaxNodeProvisionTime": "System.String",
- "MaxGracefulTerminationSec": "System.String",
- "MaxEmptyBulkDelete": "System.String",
- "Expander": "System.String",
- "OkTotalUnreadyCount": "System.String",
- "SkipNodesWithSystemPods": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
@@ -13798,11 +35191,15 @@
},
{
"ParameterMetadata": {
- "Name": "EnableUptimeSLA",
+ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13813,7 +35210,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableOidcIssuer",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -13828,11 +35225,12 @@
},
{
"ParameterMetadata": {
- "Name": "Location",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -13843,14 +35241,12 @@
},
{
"ParameterMetadata": {
- "Name": "LinuxProfileAdminUserName",
- "AliasList": [
- "AdminUserName"
- ],
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -13861,11 +35257,11 @@
},
{
"ParameterMetadata": {
- "Name": "DnsNamePrefix",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -13876,11 +35272,11 @@
},
{
"ParameterMetadata": {
- "Name": "KubernetesVersion",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13891,11 +35287,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeName",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13906,11 +35302,14 @@
},
{
"ParameterMetadata": {
- "Name": "NodeMinCount",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13918,44 +35317,50 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "Get",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "NodeMaxCount",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "EnableNodeAutoScaling",
+ "Name": "ResourceName",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "NodeCount",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
@@ -13966,11 +35371,15 @@
},
{
"ParameterMetadata": {
- "Name": "NodeOsDiskSize",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13981,11 +35390,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeVmSize",
+ "Name": "Break",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13996,11 +35405,12 @@
},
{
"ParameterMetadata": {
- "Name": "NodePoolLabel",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -14011,11 +35421,12 @@
},
{
"ParameterMetadata": {
- "Name": "NodePoolTag",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -14026,14 +35437,11 @@
},
{
"ParameterMetadata": {
- "Name": "SshKeyValue",
- "AliasList": [
- "SshKeyPath"
- ],
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -14044,11 +35452,11 @@
},
{
"ParameterMetadata": {
- "Name": "AcrNameToAttach",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14059,7 +35467,7 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -14074,11 +35482,14 @@
},
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14086,17 +35497,21 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "List",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "LoadBalancerAllocatedOutboundPort",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
- "ValidateRangeMin": 0,
- "ValidateRangeMax": 64000,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -14106,11 +35521,15 @@
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerManagedOutboundIpCount",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14121,12 +35540,11 @@
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerOutboundIp",
+ "Name": "Break",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14137,12 +35555,12 @@
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerOutboundIpPrefix",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -14153,14 +35571,13 @@
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerIdleTimeoutInMinute",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
- "ValidateRangeMin": 4,
- "ValidateRangeMax": 120,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -14170,12 +35587,11 @@
},
{
"ParameterMetadata": {
- "Name": "ApiServerAccessAuthorizedIpRange",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -14186,11 +35602,11 @@
},
{
"ParameterMetadata": {
- "Name": "EnableApiServerAccessPrivateCluster",
+ "Name": "ProxyCredential",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14201,11 +35617,11 @@
},
{
"ParameterMetadata": {
- "Name": "ApiServerAccessPrivateDnsZone",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14216,11 +35632,14 @@
},
{
"ParameterMetadata": {
- "Name": "EnableApiServerAccessPrivateClusterPublicFQDN",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14228,14 +35647,53 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "GetViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "FqdnSubdomain",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14246,7 +35704,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableManagedIdentity",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -14261,11 +35719,12 @@
},
{
"ParameterMetadata": {
- "Name": "AssignIdentity",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -14276,11 +35735,12 @@
},
{
"ParameterMetadata": {
- "Name": "AutoUpgradeChannel",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -14291,11 +35751,11 @@
},
{
"ParameterMetadata": {
- "Name": "DiskEncryptionSetID",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -14306,11 +35766,11 @@
},
{
"ParameterMetadata": {
- "Name": "DisableLocalAccount",
+ "Name": "ProxyCredential",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14321,11 +35781,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpProxy",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14336,11 +35796,14 @@
},
{
"ParameterMetadata": {
- "Name": "HttpsProxy",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14348,15 +35811,23 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "HttpProxyConfigNoProxyEndpoint",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14367,11 +35838,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpProxyConfigTrustedCa",
+ "Name": "Break",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14382,11 +35853,12 @@
},
{
"ParameterMetadata": {
- "Name": "AksCustomHeader",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -14397,20 +35869,12 @@
},
{
"ParameterMetadata": {
- "Name": "AadProfile",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AdminGroupObjectIDs": "System.Collections.Generic.IList`1[System.String]",
- "Managed": "System.Nullable`1[System.Boolean]",
- "EnableAzureRbac": "System.Nullable`1[System.Boolean]",
- "ClientAppId": "System.String",
- "ServerAppId": "System.String",
- "ServerAppSecret": "System.String",
- "TenantId": "System.String"
- }
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -14421,11 +35885,11 @@
},
{
"ParameterMetadata": {
- "Name": "WindowsProfileAdminUserPassword",
+ "Name": "Proxy",
"Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -14436,11 +35900,11 @@
},
{
"ParameterMetadata": {
- "Name": "EnableAHUB",
+ "Name": "ProxyCredential",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14451,22 +35915,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14492,48 +35945,146 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
}
]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksTrustedAccessRole",
+ "Name": "Get-AzAksTrustedAccessRole",
+ "ClassName": "Get-AzAksTrustedAccessRole",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "List",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRole",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRole, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Rule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleRule]",
+ "Name": "System.String",
+ "SourceResourceType": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "IdParameterSet",
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Id",
- "AliasList": [
- "ResourceId"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "NodePoolMode",
+ "Name": "Location",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -14541,18 +36092,19 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "AcrNameToDetach",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
@@ -14563,11 +36115,15 @@
},
{
"ParameterMetadata": {
- "Name": "NodeImageOnly",
+ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14578,7 +36134,7 @@
},
{
"ParameterMetadata": {
- "Name": "ControlPlaneOnly",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -14593,45 +36149,12 @@
},
{
"ParameterMetadata": {
- "Name": "AutoScalerProfile",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BalanceSimilarNodeGroups": "System.String",
- "ScaleDownUtilizationThreshold": "System.String",
- "ScaleDownUnreadyTime": "System.String",
- "ScaleDownUnneededTime": "System.String",
- "ScaleDownDelayAfterFailure": "System.String",
- "ScaleDownDelayAfterDelete": "System.String",
- "ScaleDownDelayAfterAdd": "System.String",
- "SkipNodesWithLocalStorage": "System.String",
- "ScanInterval": "System.String",
- "NewPodScaleUpDelay": "System.String",
- "MaxTotalUnreadyPercentage": "System.String",
- "MaxNodeProvisionTime": "System.String",
- "MaxGracefulTerminationSec": "System.String",
- "MaxEmptyBulkDelete": "System.String",
- "Expander": "System.String",
- "OkTotalUnreadyCount": "System.String",
- "SkipNodesWithSystemPods": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "EnableUptimeSLA",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -14642,11 +36165,12 @@
},
{
"ParameterMetadata": {
- "Name": "EnableOidcIssuer",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -14657,11 +36181,11 @@
},
{
"ParameterMetadata": {
- "Name": "Location",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -14672,14 +36196,11 @@
},
{
"ParameterMetadata": {
- "Name": "LinuxProfileAdminUserName",
- "AliasList": [
- "AdminUserName"
- ],
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14690,11 +36211,11 @@
},
{
"ParameterMetadata": {
- "Name": "DnsNamePrefix",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14705,11 +36226,14 @@
},
{
"ParameterMetadata": {
- "Name": "KubernetesVersion",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14717,10 +36241,218 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksTrustedAccessRoleBinding",
+ "Name": "Get-AzAksTrustedAccessRoleBinding",
+ "ClassName": "Get-AzAksTrustedAccessRoleBinding",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "List",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleBinding",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleBinding, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Role": "System.Collections.Generic.List`1[System.String]",
+ "ProvisioningState": "System.String",
+ "SourceResourceId": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Name",
+ "AliasList": [
+ "TrustedAccessRoleBindingName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ManagedClusterInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "GetViaIdentityManagedCluster",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "NodeName",
+ "Name": "Name",
+ "AliasList": [
+ "TrustedAccessRoleBindingName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -14728,33 +36460,52 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "NodeMinCount",
+ "Name": "ManagedClusterInputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "NodeMaxCount",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14765,7 +36516,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableNodeAutoScaling",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -14780,11 +36531,12 @@
},
{
"ParameterMetadata": {
- "Name": "NodeCount",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -14795,11 +36547,12 @@
},
{
"ParameterMetadata": {
- "Name": "NodeOsDiskSize",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -14810,11 +36563,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeVmSize",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -14825,11 +36578,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodePoolLabel",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14840,11 +36593,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodePoolTag",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14855,44 +36608,14 @@
},
{
"ParameterMetadata": {
- "Name": "SshKeyValue",
+ "Name": "ProgressAction",
"AliasList": [
- "SshKeyPath"
+ "proga"
],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AcrNameToAttach",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14900,57 +36623,63 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "Get",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "Name",
+ "AliasList": [
+ "TrustedAccessRoleBindingName"
+ ],
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerAllocatedOutboundPort",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateRangeMin": 0,
- "ValidateRangeMax": 64000,
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerManagedOutboundIpCount",
+ "Name": "ResourceName",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerOutboundIp",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
"Name": "System.String[]",
@@ -14966,12 +36695,15 @@
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerOutboundIpPrefix",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14982,14 +36714,12 @@
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerIdleTimeoutInMinute",
+ "Name": "Break",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateRangeMin": 4,
- "ValidateRangeMax": 120,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -14999,12 +36729,12 @@
},
{
"ParameterMetadata": {
- "Name": "ApiServerAccessAuthorizedIpRange",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -15015,11 +36745,12 @@
},
{
"ParameterMetadata": {
- "Name": "EnableApiServerAccessPrivateCluster",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -15030,11 +36761,11 @@
},
{
"ParameterMetadata": {
- "Name": "ApiServerAccessPrivateDnsZone",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -15045,11 +36776,11 @@
},
{
"ParameterMetadata": {
- "Name": "EnableApiServerAccessPrivateClusterPublicFQDN",
+ "Name": "ProxyCredential",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15060,11 +36791,11 @@
},
{
"ParameterMetadata": {
- "Name": "FqdnSubdomain",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15075,11 +36806,14 @@
},
{
"ParameterMetadata": {
- "Name": "EnableManagedIdentity",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15087,10 +36821,15 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "List",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "AssignIdentity",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -15098,14 +36837,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "AutoUpgradeChannel",
+ "Name": "ResourceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -15113,18 +36852,19 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "DiskEncryptionSetID",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
@@ -15135,11 +36875,15 @@
},
{
"ParameterMetadata": {
- "Name": "DisableLocalAccount",
+ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15150,11 +36894,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpProxy",
+ "Name": "Break",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15165,11 +36909,12 @@
},
{
"ParameterMetadata": {
- "Name": "HttpsProxy",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -15180,12 +36925,12 @@
},
{
"ParameterMetadata": {
- "Name": "HttpProxyConfigNoProxyEndpoint",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -15196,11 +36941,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpProxyConfigTrustedCa",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -15211,11 +36956,11 @@
},
{
"ParameterMetadata": {
- "Name": "AksCustomHeader",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15226,20 +36971,11 @@
},
{
"ParameterMetadata": {
- "Name": "AadProfile",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AdminGroupObjectIDs": "System.Collections.Generic.IList`1[System.String]",
- "Managed": "System.Nullable`1[System.Boolean]",
- "EnableAzureRbac": "System.Nullable`1[System.Boolean]",
- "ClientAppId": "System.String",
- "ServerAppId": "System.String",
- "ServerAppSecret": "System.String",
- "TenantId": "System.String"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15250,11 +36986,14 @@
},
{
"ParameterMetadata": {
- "Name": "WindowsProfileAdminUserPassword",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15262,40 +37001,53 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "GetViaIdentity",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "EnableAHUB",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
"Name": "DefaultProfile",
"AliasList": [
- "AzContext",
- "AzureRmContext",
+ "AzureRMContext",
"AzureCredential"
],
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15306,14 +37058,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15324,57 +37073,54 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- },
- {
- "Name": "defaultParameterSet",
- "Parameters": [
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 0,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 1,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ServicePrincipalIdAndSecret",
+ "Name": "ProxyCredential",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
@@ -15383,17 +37129,17 @@
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
- "Position": 2,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "NodePoolMode",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15404,11 +37150,14 @@
},
{
"ParameterMetadata": {
- "Name": "AcrNameToDetach",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15416,14 +37165,23 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "NodeImageOnly",
+ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15434,7 +37192,7 @@
},
{
"ParameterMetadata": {
- "Name": "ControlPlaneOnly",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -15449,30 +37207,12 @@
},
{
"ParameterMetadata": {
- "Name": "AutoScalerProfile",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BalanceSimilarNodeGroups": "System.String",
- "ScaleDownUtilizationThreshold": "System.String",
- "ScaleDownUnreadyTime": "System.String",
- "ScaleDownUnneededTime": "System.String",
- "ScaleDownDelayAfterFailure": "System.String",
- "ScaleDownDelayAfterDelete": "System.String",
- "ScaleDownDelayAfterAdd": "System.String",
- "SkipNodesWithLocalStorage": "System.String",
- "ScanInterval": "System.String",
- "NewPodScaleUpDelay": "System.String",
- "MaxTotalUnreadyPercentage": "System.String",
- "MaxNodeProvisionTime": "System.String",
- "MaxGracefulTerminationSec": "System.String",
- "MaxEmptyBulkDelete": "System.String",
- "Expander": "System.String",
- "OkTotalUnreadyCount": "System.String",
- "SkipNodesWithSystemPods": "System.String"
- }
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -15483,11 +37223,42 @@
},
{
"ParameterMetadata": {
- "Name": "EnableUptimeSLA",
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15498,7 +37269,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableOidcIssuer",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -15513,11 +37284,14 @@
},
{
"ParameterMetadata": {
- "Name": "Location",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15525,12 +37299,189 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksUpgradeProfile",
+ "Name": "Get-AzAksUpgradeProfile",
+ "ClassName": "Get-AzAksUpgradeProfile",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Get",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterUpgradeProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterUpgradeProfile, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolProfile": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile]",
+ "ControlPlaneProfileUpgrade": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem]",
+ "ControlPlaneProfileKubernetesVersion": "System.String",
+ "ControlPlaneProfileName": "System.String",
+ "ControlPlaneProfileOSType": "System.String",
+ "Id": "System.String",
+ "Name": "System.String",
+ "Type": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ClusterName",
+ "AliasList": [
+ "Name"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Get",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "LinuxProfileAdminUserName",
+ "Name": "ClusterName",
"AliasList": [
- "AdminUserName"
+ "Name"
],
"Type": {
"Namespace": "System",
@@ -15539,44 +37490,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DnsNamePrefix",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "NodeName",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -15584,18 +37505,19 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "NodeMinCount",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
@@ -15606,11 +37528,15 @@
},
{
"ParameterMetadata": {
- "Name": "NodeMaxCount",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15621,7 +37547,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableNodeAutoScaling",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -15636,11 +37562,12 @@
},
{
"ParameterMetadata": {
- "Name": "NodeCount",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -15651,11 +37578,12 @@
},
{
"ParameterMetadata": {
- "Name": "NodeOsDiskSize",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -15666,11 +37594,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeVmSize",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -15681,11 +37609,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodePoolLabel",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15696,11 +37624,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodePoolTag",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15711,44 +37639,14 @@
},
{
"ParameterMetadata": {
- "Name": "SshKeyValue",
+ "Name": "ProgressAction",
"AliasList": [
- "SshKeyPath"
+ "proga"
],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AcrNameToAttach",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15756,32 +37654,54 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "GetViaIdentity",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerAllocatedOutboundPort",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateRangeMin": 0,
- "ValidateRangeMax": 64000,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -15791,11 +37711,11 @@
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerManagedOutboundIpCount",
+ "Name": "Break",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15806,12 +37726,12 @@
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerOutboundIp",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -15822,12 +37742,12 @@
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerOutboundIpPrefix",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -15838,14 +37758,12 @@
},
{
"ParameterMetadata": {
- "Name": "LoadBalancerIdleTimeoutInMinute",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
- "ValidateRangeMin": 4,
- "ValidateRangeMax": 120,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -15855,12 +37773,11 @@
},
{
"ParameterMetadata": {
- "Name": "ApiServerAccessAuthorizedIpRange",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15871,7 +37788,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableApiServerAccessPrivateCluster",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -15886,11 +37803,14 @@
},
{
"ParameterMetadata": {
- "Name": "ApiServerAccessPrivateDnsZone",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15898,14 +37818,23 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "EnableApiServerAccessPrivateClusterPublicFQDN",
+ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15916,11 +37845,11 @@
},
{
"ParameterMetadata": {
- "Name": "FqdnSubdomain",
+ "Name": "Break",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15931,11 +37860,12 @@
},
{
"ParameterMetadata": {
- "Name": "EnableManagedIdentity",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -15946,11 +37876,12 @@
},
{
"ParameterMetadata": {
- "Name": "AssignIdentity",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -15961,11 +37892,11 @@
},
{
"ParameterMetadata": {
- "Name": "AutoUpgradeChannel",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -15976,11 +37907,11 @@
},
{
"ParameterMetadata": {
- "Name": "DiskEncryptionSetID",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15991,7 +37922,7 @@
},
{
"ParameterMetadata": {
- "Name": "DisableLocalAccount",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -16006,11 +37937,14 @@
},
{
"ParameterMetadata": {
- "Name": "HttpProxy",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16018,10 +37952,150 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ }
+ ],
+ "AliasList": [
+ "Get-AzAksClusterUpgradeProfile"
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksVersion",
+ "Name": "Get-AzAksVersion",
+ "ClassName": "Get-AzAksVersion",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "List",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfileListResult",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfileListResult, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Orchestrator": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile]",
+ "Id": "System.String",
+ "Name": "System.String",
+ "Type": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "HttpsProxy",
+ "Name": "Location",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -16029,14 +38103,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "HttpProxyConfigNoProxyEndpoint",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
"Name": "System.String[]",
@@ -16052,11 +38126,15 @@
},
{
"ParameterMetadata": {
- "Name": "HttpProxyConfigTrustedCa",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16067,11 +38145,11 @@
},
{
"ParameterMetadata": {
- "Name": "AksCustomHeader",
+ "Name": "Break",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16082,20 +38160,12 @@
},
{
"ParameterMetadata": {
- "Name": "AadProfile",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAADProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AdminGroupObjectIDs": "System.Collections.Generic.IList`1[System.String]",
- "Managed": "System.Nullable`1[System.Boolean]",
- "EnableAzureRbac": "System.Nullable`1[System.Boolean]",
- "ClientAppId": "System.String",
- "ServerAppId": "System.String",
- "ServerAppSecret": "System.String",
- "TenantId": "System.String"
- }
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -16106,11 +38176,12 @@
},
{
"ParameterMetadata": {
- "Name": "WindowsProfileAdminUserPassword",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -16121,11 +38192,11 @@
},
{
"ParameterMetadata": {
- "Name": "EnableAHUB",
+ "Name": "Proxy",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -16136,22 +38207,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16162,14 +38222,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16180,32 +38237,35 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
}
]
}
]
},
{
- "VerbName": "Set",
- "NounName": "AzAksClusterCredential",
- "Name": "Set-AzAksClusterCredential",
- "ClassName": "Microsoft.Azure.Commands.Aks.SetAzureRmAksCredential",
+ "VerbName": "Install",
+ "NounName": "AzAksCliTool",
+ "Name": "Install-AzAksCliTool",
+ "ClassName": "Install-AzAksCliTool",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "GroupNameParameterSet",
+ "DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
{
"Type": {
@@ -16220,94 +38280,65 @@
],
"Parameters": [
{
- "Name": "InputObject",
+ "Name": "Destination",
+ "AliasList": [
+ "KubectlInstallDestination"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
- "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
- "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
- "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
- "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
- "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
- "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
- "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
- "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
- "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
- "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
- "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
- "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
- "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
- "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
- "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
- "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
- "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
- "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
- "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
- "MaxAgentPools": "System.Nullable`1[System.Int32]",
- "Type": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
- "DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
- "PrivateFQDN": "System.String",
- "AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "Id",
+ "Name": "Version",
"AliasList": [
- "ResourceId"
+ "KubectlInstallVersion"
],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "ResourceGroupName",
+ "Name": "DownloadFromMirror",
+ "AliasList": [
+ "KubectlDownloadFromMirror"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "KubeloginInstallDestination",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "Name",
+ "Name": "KubeloginInstallVersion",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "ServicePrincipalIdAndSecret",
+ "Name": "KubeloginDownloadFromMirror",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16338,26 +38369,6 @@
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "ProgressAction",
"AliasList": [
@@ -16369,329 +38380,18 @@
"AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
}
],
"ParameterSets": [
- {
- "Name": "InputObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
- "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
- "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
- "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
- "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
- "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
- "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
- "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
- "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
- "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
- "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
- "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
- "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
- "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
- "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
- "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
- "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
- "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
- "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
- "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
- "MaxAgentPools": "System.Nullable`1[System.Int32]",
- "Type": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
- "DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
- "PrivateFQDN": "System.String",
- "AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ServicePrincipalIdAndSecret",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Force",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- },
- {
- "Name": "IdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Id",
- "AliasList": [
- "ResourceId"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "ServicePrincipalIdAndSecret",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Force",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "ProgressAction",
+ "Name": "Destination",
"AliasList": [
- "proga"
+ "KubectlInstallDestination"
],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -16702,66 +38402,19 @@
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- },
- {
- "Name": "GroupNameParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "Version",
+ "AliasList": [
+ "KubectlInstallVersion"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ServicePrincipalIdAndSecret",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -16771,7 +38424,10 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "DownloadFromMirror",
+ "AliasList": [
+ "KubectlDownloadFromMirror"
+ ],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -16786,11 +38442,11 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "KubeloginInstallDestination",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16801,22 +38457,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "KubeloginInstallVersion",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16827,14 +38472,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "KubeloginDownloadFromMirror",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16843,26 +38485,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
{
"ParameterMetadata": {
"Name": "PassThru",
@@ -16908,32 +38530,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "ProgressAction",
@@ -16951,220 +38547,26 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
}
]
}
]
},
{
- "VerbName": "Start",
- "NounName": "AzAksDashboard",
- "Name": "Start-AzAksDashboard",
- "ClassName": "Microsoft.Azure.Commands.Aks.StartAzureRmAksDashboard",
- "SupportsShouldProcess": false,
+ "VerbName": "Invoke",
+ "NounName": "AzAksAbortAgentPoolLatestOperation",
+ "Name": "Invoke-AzAksAbortAgentPoolLatestOperation",
+ "ClassName": "Invoke-AzAksAbortAgentPoolLatestOperation",
+ "SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "GroupNameParameterSet",
+ "DefaultParameterSetName": "Abort",
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Aks",
- "Name": "Microsoft.Azure.Commands.Aks.KubeTunnelJob",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.KubeTunnelJob, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "HasMoreData": "System.Boolean",
- "ChildJobs": "System.Collections.Generic.IList`1[System.Management.Automation.Job]",
- "StartParameters": "System.Collections.Generic.List`1[System.Management.Automation.Runspaces.CommandParameterCollection]",
- "InstanceId": "System.Guid",
- "Pid": "System.Int32",
- "Id": "System.Int32",
- "JobStateInfo": "System.Management.Automation.JobStateInfo",
- "Debug": "System.Management.Automation.PSDataCollection`1[System.Management.Automation.DebugRecord]",
- "Error": "System.Management.Automation.PSDataCollection`1[System.Management.Automation.ErrorRecord]",
- "Information": "System.Management.Automation.PSDataCollection`1[System.Management.Automation.InformationRecord]",
- "Progress": "System.Management.Automation.PSDataCollection`1[System.Management.Automation.ProgressRecord]",
- "Output": "System.Management.Automation.PSDataCollection`1[System.Management.Automation.PSObject]",
- "Verbose": "System.Management.Automation.PSDataCollection`1[System.Management.Automation.VerboseRecord]",
- "Warning": "System.Management.Automation.PSDataCollection`1[System.Management.Automation.WarningRecord]",
- "PSBeginTime": "System.Nullable`1[System.DateTime]",
- "PSEndTime": "System.Nullable`1[System.DateTime]",
- "Name": "System.String",
- "Command": "System.String",
- "Location": "System.String",
- "PSJobTypeName": "System.String",
- "StatusMessage": "System.String",
- "Finished": "System.Threading.WaitHandle"
- },
- "Methods": [
- {
- "Name": "StopJob",
- "ReturnType": "System.Void"
- },
- {
- "Name": "StartJob",
- "ReturnType": "System.Void"
- },
- {
- "Name": "StartJobAsync",
- "ReturnType": "System.Void"
- },
- {
- "Name": "StopJobAsync",
- "ReturnType": "System.Void"
- },
- {
- "Name": "SuspendJob",
- "ReturnType": "System.Void"
- },
- {
- "Name": "SuspendJobAsync",
- "ReturnType": "System.Void"
- },
- {
- "Name": "ResumeJob",
- "ReturnType": "System.Void"
- },
- {
- "Name": "ResumeJobAsync",
- "ReturnType": "System.Void"
- },
- {
- "Name": "UnblockJob",
- "ReturnType": "System.Void"
- },
- {
- "Name": "UnblockJobAsync",
- "ReturnType": "System.Void"
- },
- {
- "Name": "StopJob",
- "Parameters": [
- {
- "Name": "force",
- "Type": "System.Boolean"
- },
- {
- "Name": "reason",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void"
- },
- {
- "Name": "StopJobAsync",
- "Parameters": [
- {
- "Name": "force",
- "Type": "System.Boolean"
- },
- {
- "Name": "reason",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void"
- },
- {
- "Name": "SuspendJob",
- "Parameters": [
- {
- "Name": "force",
- "Type": "System.Boolean"
- },
- {
- "Name": "reason",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void"
- },
- {
- "Name": "SuspendJobAsync",
- "Parameters": [
- {
- "Name": "force",
- "Type": "System.Boolean"
- },
- {
- "Name": "reason",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void"
- },
- {
- "Name": "LoadJobStreams",
- "ReturnType": "System.Void"
- },
- {
- "Name": "UnloadJobStreams",
- "ReturnType": "System.Void"
- },
- {
- "Name": "Dispose",
- "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": "",
- "Parameters": [
- {
- "Name": "credFilePath",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "dashPod",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "listenPort",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "dashboardPort",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -17172,91 +38574,152 @@
}
],
"Parameters": [
+ {
+ "Name": "AgentPoolName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "InputObject",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
- "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
- "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
- "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
- "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
- "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
- "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
- "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
- "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
- "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
- "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
- "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
- "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
- "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
- "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
- "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
- "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
- "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
- "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
- "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
- "MaxAgentPools": "System.Nullable`1[System.Int32]",
- "Type": "System.String",
- "Name": "System.String",
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
"Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
"ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
- "ProvisioningState": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ManagedclusterInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
"Location": "System.String",
- "CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
- "DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
- "PrivateFQDN": "System.String",
- "AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
}
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "Id",
+ "Name": "DefaultProfile",
"AliasList": [
- "ResourceId"
+ "AzureRMContext",
+ "AzureCredential"
],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "ResourceGroupName",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "Name",
+ "Name": "NoWait",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "DisableBrowser",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -17265,40 +38728,29 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ListenPort",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17313,87 +38765,68 @@
"AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
}
],
"ParameterSets": [
{
- "Name": "InputObjectParameterSet",
+ "Name": "AbortViaIdentityManagedcluster",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "AgentPoolName",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ManagedclusterInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
- "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
- "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
- "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
- "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
- "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
- "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
- "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
- "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
- "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
- "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
- "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
- "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
- "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
- "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
- "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
- "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
- "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
- "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
- "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
- "MaxAgentPools": "System.Nullable`1[System.Int32]",
- "Type": "System.String",
- "Name": "System.String",
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
"Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
- "ProvisioningState": "System.String",
"Location": "System.String",
- "CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
- "DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
- "PrivateFQDN": "System.String",
- "AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
}
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": true,
- "Position": 0,
+ "Position": -2147483648,
"ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "DisableBrowser",
+ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17404,11 +38837,11 @@
},
{
"ParameterMetadata": {
- "Name": "ListenPort",
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17419,7 +38852,7 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -17434,22 +38867,12 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -17460,14 +38883,12 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -17478,45 +38899,22 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "NoWait",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- },
- {
- "Name": "IdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Id",
- "AliasList": [
- "ResourceId"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "DisableBrowser",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -17531,11 +38929,11 @@
},
{
"ParameterMetadata": {
- "Name": "ListenPort",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -17546,11 +38944,11 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "ProxyCredential",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17561,22 +38959,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17602,94 +38989,64 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
}
]
},
{
- "Name": "GroupNameParameterSet",
+ "Name": "Abort",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "AgentPoolName",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": true,
- "Position": 0,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DisableBrowser",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ListenPort",
+ "Name": "ResourceName",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "SubscriptionId",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17702,38 +39059,13 @@
"ParameterMetadata": {
"Name": "DefaultProfile",
"AliasList": [
- "AzContext",
- "AzureRmContext",
+ "AzureRMContext",
"AzureCredential"
],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17744,27 +39076,7 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "DisableBrowser",
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -17779,22 +39091,7 @@
},
{
"ParameterMetadata": {
- "Name": "ListenPort",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -17809,22 +39106,12 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -17835,14 +39122,12 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -17853,100 +39138,19 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "NoWait",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Stop",
- "NounName": "AzAksDashboard",
- "Name": "Stop-AzAksDashboard",
- "ClassName": "Microsoft.Azure.Commands.Aks.StopAzureRmAksDashboard",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "PassThru",
@@ -17964,22 +39168,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "Proxy",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -17990,14 +39183,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "ProxyCredential",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18008,492 +39198,145 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Update",
- "NounName": "AzAksNodePool",
- "Name": "Update-AzAksNodePool",
- "ClassName": "Microsoft.Azure.Commands.Aks.Commands.UpdateAzureRmAksNodePool",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "defaultParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeSettings",
- "CreationData": "Microsoft.Azure.Management.ContainerService.Models.CreationData",
- "KubeletConfig": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
- "LinuxOSConfig": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
- "PowerState": "Microsoft.Azure.Management.ContainerService.Models.PowerState",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "NodeLabels": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
- "NodeTaints": "System.Collections.Generic.IList`1[System.String]",
- "EnableFIPS": "System.Nullable`1[System.Boolean]",
- "EnableUltraSSD": "System.Nullable`1[System.Boolean]",
- "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]",
- "EnableNodePublicIP": "System.Nullable`1[System.Boolean]",
- "EnableAutoScaling": "System.Nullable`1[System.Boolean]",
- "SpotMaxPrice": "System.Nullable`1[System.Double]",
- "Count": "System.Nullable`1[System.Int32]",
- "MinCount": "System.Nullable`1[System.Int32]",
- "MaxCount": "System.Nullable`1[System.Int32]",
- "MaxPods": "System.Nullable`1[System.Int32]",
- "OsDiskSizeGB": "System.Nullable`1[System.Int32]",
- "GpuInstanceProfile": "System.String",
- "HostGroupID": "System.String",
- "ScaleSetEvictionPolicy": "System.String",
- "Id": "System.String",
- "ProximityPlacementGroupID": "System.String",
- "ScaleSetPriority": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "VmSize": "System.String",
- "OsDiskType": "System.String",
- "KubeletDiskType": "System.String",
- "WorkloadRuntime": "System.String",
- "VnetSubnetID": "System.String",
- "PodSubnetID": "System.String",
- "NodePublicIPPrefixID": "System.String",
- "OsType": "System.String",
- "ScaleDownMode": "System.String",
- "Mode": "System.String",
- "AgentPoolType": "System.String",
- "OrchestratorVersion": "System.String",
- "CurrentOrchestratorVersion": "System.String",
- "NodeImageVersion": "System.String",
- "OsSKU": "System.String",
- "Type": "System.String"
+ "ValueFromPipelineByPropertyName": false
},
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
],
- "ReturnType": "System.Boolean"
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ClusterName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ClusterObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
- "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
- "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
- "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
- "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
- "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
- "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
- "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
- "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
- "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
- "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
- "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
- "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
- "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
- "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
- "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
- "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
- "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
- "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
- "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
- "MaxAgentPools": "System.Nullable`1[System.Int32]",
- "Type": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
- "DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
- "PrivateFQDN": "System.String",
- "AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeSettings",
- "CreationData": "Microsoft.Azure.Management.ContainerService.Models.CreationData",
- "KubeletConfig": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
- "LinuxOSConfig": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
- "PowerState": "Microsoft.Azure.Management.ContainerService.Models.PowerState",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "NodeLabels": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
- "NodeTaints": "System.Collections.Generic.IList`1[System.String]",
- "EnableFIPS": "System.Nullable`1[System.Boolean]",
- "EnableUltraSSD": "System.Nullable`1[System.Boolean]",
- "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]",
- "EnableNodePublicIP": "System.Nullable`1[System.Boolean]",
- "EnableAutoScaling": "System.Nullable`1[System.Boolean]",
- "SpotMaxPrice": "System.Nullable`1[System.Double]",
- "Count": "System.Nullable`1[System.Int32]",
- "MinCount": "System.Nullable`1[System.Int32]",
- "MaxCount": "System.Nullable`1[System.Int32]",
- "MaxPods": "System.Nullable`1[System.Int32]",
- "OsDiskSizeGB": "System.Nullable`1[System.Int32]",
- "GpuInstanceProfile": "System.String",
- "HostGroupID": "System.String",
- "ScaleSetEvictionPolicy": "System.String",
- "Id": "System.String",
- "ProximityPlacementGroupID": "System.String",
- "ScaleSetPriority": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "VmSize": "System.String",
- "OsDiskType": "System.String",
- "KubeletDiskType": "System.String",
- "WorkloadRuntime": "System.String",
- "VnetSubnetID": "System.String",
- "PodSubnetID": "System.String",
- "NodePublicIPPrefixID": "System.String",
- "OsType": "System.String",
- "ScaleDownMode": "System.String",
- "Mode": "System.String",
- "AgentPoolType": "System.String",
- "OrchestratorVersion": "System.String",
- "CurrentOrchestratorVersion": "System.String",
- "NodeImageVersion": "System.String",
- "OsSKU": "System.String",
- "Type": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Id",
- "AliasList": [
- "ResourceId"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "NodeCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodeImageOnly",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Force",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MaxSurge",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "KubernetesVersion",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MinCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MaxCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Mode",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodeTaint",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AksCustomHeader",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
}
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
+ ]
},
{
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "defaultParameterSet",
+ "Name": "AbortViaIdentity",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ClusterName",
+ "Name": "Break",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "NodeCount",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -18504,7 +39347,7 @@
},
{
"ParameterMetadata": {
- "Name": "NodeImageOnly",
+ "Name": "NoWait",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -18519,7 +39362,7 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -18534,11 +39377,11 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "Proxy",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -18549,11 +39392,11 @@
},
{
"ParameterMetadata": {
- "Name": "MaxSurge",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18564,11 +39407,11 @@
},
{
"ParameterMetadata": {
- "Name": "KubernetesVersion",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18579,11 +39422,38 @@
},
{
"ParameterMetadata": {
- "Name": "MinCount",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18594,11 +39464,11 @@
},
{
"ParameterMetadata": {
- "Name": "MaxCount",
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18609,7 +39479,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableAutoScaling",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -18624,11 +39494,12 @@
},
{
"ParameterMetadata": {
- "Name": "Mode",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -18639,11 +39510,12 @@
},
{
"ParameterMetadata": {
- "Name": "NodeLabel",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -18654,11 +39526,11 @@
},
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "NoWait",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18669,12 +39541,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeTaint",
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18685,11 +39556,11 @@
},
{
"ParameterMetadata": {
- "Name": "AksCustomHeader",
+ "Name": "Proxy",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -18700,22 +39571,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18726,14 +39586,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18744,33 +39601,221 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
}
]
+ }
+ ]
+ },
+ {
+ "VerbName": "Invoke",
+ "NounName": "AzAksAbortManagedClusterLatestOperation",
+ "Name": "Invoke-AzAksAbortManagedClusterLatestOperation",
+ "ClassName": "Invoke-AzAksAbortManagedClusterLatestOperation",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Abort",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "ParentObjectParameterSet",
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Abort",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
@@ -18779,55 +39824,11 @@
},
{
"ParameterMetadata": {
- "Name": "ClusterObject",
+ "Name": "ResourceName",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
- "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
- "ServicePrincipalProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
- "AadProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
- "ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
- "AutoUpgradeProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
- "HttpProxyConfig": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
- "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
- "PodIdentityProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
- "WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
- "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
- "ExtendedLocation": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
- "OidcIssuerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
- "AutoScalerProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
- "Sku": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
- "StorageProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
- "AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
- "IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
- "PrivateLinkResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "EnableRBAC": "System.Nullable`1[System.Boolean]",
- "EnablePodSecurityPolicy": "System.Nullable`1[System.Boolean]",
- "DisableLocalAccounts": "System.Nullable`1[System.Boolean]",
- "MaxAgentPools": "System.Nullable`1[System.Int32]",
- "Type": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "ResourceGroupName": "System.String",
- "PublicNetworkAccess": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "CurrentKubernetesVersion": "System.String",
- "DiskEncryptionSetID": "System.String",
- "DnsPrefix": "System.String",
- "FqdnSubdomain": "System.String",
- "Fqdn": "System.String",
- "PrivateFQDN": "System.String",
- "AzurePortalFQDN": "System.String",
- "KubernetesVersion": "System.String",
- "NodeResourceGroup": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18838,11 +39839,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeCount",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18853,11 +39854,15 @@
},
{
"ParameterMetadata": {
- "Name": "NodeImageOnly",
+ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18883,7 +39888,7 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -18898,26 +39903,12 @@
},
{
"ParameterMetadata": {
- "Name": "MaxSurge",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "KubernetesVersion",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -18928,11 +39919,12 @@
},
{
"ParameterMetadata": {
- "Name": "MinCount",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -18943,11 +39935,11 @@
},
{
"ParameterMetadata": {
- "Name": "MaxCount",
+ "Name": "NoWait",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18958,7 +39950,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableAutoScaling",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -18973,11 +39965,11 @@
},
{
"ParameterMetadata": {
- "Name": "Mode",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -18988,11 +39980,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeLabel",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19003,11 +39995,11 @@
},
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19018,12 +40010,14 @@
},
{
"ParameterMetadata": {
- "Name": "NodeTaint",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19031,40 +40025,53 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "AbortViaIdentity",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "AksCustomHeader",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
"Name": "DefaultProfile",
"AliasList": [
- "AzContext",
- "AzureRmContext",
+ "AzureRMContext",
"AzureCredential"
],
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19075,14 +40082,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19093,92 +40097,43 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "Break",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- },
- {
- "Name": "InputObjectParameterSet",
- "Parameters": [
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeSettings",
- "CreationData": "Microsoft.Azure.Management.ContainerService.Models.CreationData",
- "KubeletConfig": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
- "LinuxOSConfig": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
- "PowerState": "Microsoft.Azure.Management.ContainerService.Models.PowerState",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "NodeLabels": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
- "NodeTaints": "System.Collections.Generic.IList`1[System.String]",
- "EnableFIPS": "System.Nullable`1[System.Boolean]",
- "EnableUltraSSD": "System.Nullable`1[System.Boolean]",
- "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]",
- "EnableNodePublicIP": "System.Nullable`1[System.Boolean]",
- "EnableAutoScaling": "System.Nullable`1[System.Boolean]",
- "SpotMaxPrice": "System.Nullable`1[System.Double]",
- "Count": "System.Nullable`1[System.Int32]",
- "MinCount": "System.Nullable`1[System.Int32]",
- "MaxCount": "System.Nullable`1[System.Int32]",
- "MaxPods": "System.Nullable`1[System.Int32]",
- "OsDiskSizeGB": "System.Nullable`1[System.Int32]",
- "GpuInstanceProfile": "System.String",
- "HostGroupID": "System.String",
- "ScaleSetEvictionPolicy": "System.String",
- "Id": "System.String",
- "ProximityPlacementGroupID": "System.String",
- "ScaleSetPriority": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "VmSize": "System.String",
- "OsDiskType": "System.String",
- "KubeletDiskType": "System.String",
- "WorkloadRuntime": "System.String",
- "VnetSubnetID": "System.String",
- "PodSubnetID": "System.String",
- "NodePublicIPPrefixID": "System.String",
- "OsType": "System.String",
- "ScaleDownMode": "System.String",
- "Mode": "System.String",
- "AgentPoolType": "System.String",
- "OrchestratorVersion": "System.String",
- "CurrentOrchestratorVersion": "System.String",
- "NodeImageVersion": "System.String",
- "OsSKU": "System.String",
- "Type": "System.String"
- }
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "NodeCount",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -19189,7 +40144,7 @@
},
{
"ParameterMetadata": {
- "Name": "NodeImageOnly",
+ "Name": "NoWait",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -19204,7 +40159,7 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -19219,11 +40174,11 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "Proxy",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -19234,11 +40189,11 @@
},
{
"ParameterMetadata": {
- "Name": "MaxSurge",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19249,11 +40204,11 @@
},
{
"ParameterMetadata": {
- "Name": "KubernetesVersion",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19264,11 +40219,38 @@
},
{
"ParameterMetadata": {
- "Name": "MinCount",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19279,11 +40261,11 @@
},
{
"ParameterMetadata": {
- "Name": "MaxCount",
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19294,7 +40276,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableAutoScaling",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -19309,11 +40291,12 @@
},
{
"ParameterMetadata": {
- "Name": "Mode",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -19324,11 +40307,12 @@
},
{
"ParameterMetadata": {
- "Name": "NodeLabel",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -19339,11 +40323,11 @@
},
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "NoWait",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19354,12 +40338,26 @@
},
{
"ParameterMetadata": {
- "Name": "NodeTaint",
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -19370,11 +40368,11 @@
},
{
"ParameterMetadata": {
- "Name": "AksCustomHeader",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19385,22 +40383,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19426,10 +40413,200 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Invoke",
+ "NounName": "AzAksRotateManagedClusterServiceAccountSigningKey",
+ "Name": "Invoke-AzAksRotateManagedClusterServiceAccountSigningKey",
+ "ClassName": "Invoke-AzAksRotateManagedClusterServiceAccountSigningKey",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Rotate",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Rotate",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -19437,28 +40614,20 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- },
- {
- "Name": "IdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Id",
- "AliasList": [
- "ResourceId"
- ],
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
@@ -19467,11 +40636,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeCount",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19482,11 +40651,15 @@
},
{
"ParameterMetadata": {
- "Name": "NodeImageOnly",
+ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19512,7 +40685,7 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -19527,11 +40700,12 @@
},
{
"ParameterMetadata": {
- "Name": "MaxSurge",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -19542,11 +40716,12 @@
},
{
"ParameterMetadata": {
- "Name": "KubernetesVersion",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -19557,11 +40732,11 @@
},
{
"ParameterMetadata": {
- "Name": "MinCount",
+ "Name": "NoWait",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19572,11 +40747,11 @@
},
{
"ParameterMetadata": {
- "Name": "MaxCount",
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19587,11 +40762,11 @@
},
{
"ParameterMetadata": {
- "Name": "EnableAutoScaling",
+ "Name": "Proxy",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -19602,11 +40777,11 @@
},
{
"ParameterMetadata": {
- "Name": "Mode",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19617,11 +40792,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeLabel",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19632,11 +40807,14 @@
},
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19644,30 +40822,53 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "RotateViaIdentity",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "NodeTaint",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "AksCustomHeader",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19678,22 +40879,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "AsJob",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19704,14 +40894,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19722,31 +40909,28 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
- "Name": "NodeCount",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -19757,7 +40941,7 @@
},
{
"ParameterMetadata": {
- "Name": "NodeImageOnly",
+ "Name": "NoWait",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -19772,7 +40956,7 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -19787,11 +40971,11 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "Proxy",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -19802,11 +40986,11 @@
},
{
"ParameterMetadata": {
- "Name": "MaxSurge",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19817,11 +41001,11 @@
},
{
"ParameterMetadata": {
- "Name": "KubernetesVersion",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19832,11 +41016,38 @@
},
{
"ParameterMetadata": {
- "Name": "MinCount",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19847,11 +41058,11 @@
},
{
"ParameterMetadata": {
- "Name": "MaxCount",
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19862,7 +41073,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableAutoScaling",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -19877,11 +41088,12 @@
},
{
"ParameterMetadata": {
- "Name": "Mode",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -19892,11 +41104,12 @@
},
{
"ParameterMetadata": {
- "Name": "NodeLabel",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -19907,11 +41120,11 @@
},
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "NoWait",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19922,12 +41135,11 @@
},
{
"ParameterMetadata": {
- "Name": "NodeTaint",
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19938,11 +41150,11 @@
},
{
"ParameterMetadata": {
- "Name": "AksCustomHeader",
+ "Name": "Proxy",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -19953,22 +41165,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19979,14 +41180,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19997,47 +41195,63 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
}
]
}
]
},
{
- "VerbName": "Get",
+ "VerbName": "New",
"NounName": "AzAksMaintenanceConfiguration",
- "Name": "Get-AzAksMaintenanceConfiguration",
- "ClassName": "Get-AzAksMaintenanceConfiguration",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
+ "Name": "New-AzAksMaintenanceConfiguration",
+ "ClassName": "New-AzAksMaintenanceConfiguration",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "List",
+ "DefaultParameterSetName": "CreateExpanded",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMaintenanceConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMaintenanceConfiguration, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMaintenanceConfiguration, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "MaintenanceWindowNotAllowedDate": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan]",
"TimeInWeek": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek]",
"NotAllowedTime": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
"SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
+ "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
+ "MaintenanceWindowStartDate": "System.Nullable`1[System.DateTime]",
+ "AbsoluteMonthlyDayOfMonth": "System.Nullable`1[System.Int32]",
+ "RelativeMonthlyIntervalMonth": "System.Nullable`1[System.Int32]",
+ "MaintenanceWindowDurationHour": "System.Nullable`1[System.Int32]",
+ "DailyIntervalDay": "System.Nullable`1[System.Int32]",
+ "AbsoluteMonthlyIntervalMonth": "System.Nullable`1[System.Int32]",
+ "WeeklyIntervalWeek": "System.Nullable`1[System.Int32]",
+ "MaintenanceWindowStartTime": "System.String",
+ "RelativeMonthlyDayOfWeek": "System.String",
+ "WeeklyDayOfWeek": "System.String",
+ "RelativeMonthlyWeekIndex": "System.String",
"SystemDataCreatedBy": "System.String",
"SystemDataCreatedByType": "System.String",
"SystemDataLastModifiedBy": "System.String",
- "SystemDataLastModifiedByType": "System.String"
+ "SystemDataLastModifiedByType": "System.String",
+ "MaintenanceWindowUtcOffset": "System.String"
}
},
"ParameterSets": [
@@ -20077,51 +41291,164 @@
"Name": "SubscriptionId",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "InputObject",
+ "Name": "AbsoluteMonthlyDayOfMonth",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AbsoluteMonthlyIntervalMonth",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DailyIntervalDay",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaintenanceWindowDurationHour",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaintenanceWindowNotAllowedDate",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "System.String",
- "SubscriptionId": "System.String"
- }
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ManagedClusterInputObject",
+ "Name": "MaintenanceWindowStartDate",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.DateTime",
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaintenanceWindowStartTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaintenanceWindowUtcOffset",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NotAllowedTime",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "System.String",
- "SubscriptionId": "System.String"
- }
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "RelativeMonthlyDayOfWeek",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "RelativeMonthlyIntervalMonth",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "RelativeMonthlyWeekIndex",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "TimeInWeek",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "WeeklyDayOfWeek",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "WeeklyIntervalWeek",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20152,7 +41479,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20162,7 +41489,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20209,7 +41536,7 @@
],
"ParameterSets": [
{
- "Name": "GetViaIdentityManagedCluster",
+ "Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
@@ -20228,29 +41555,47 @@
},
{
"ParameterMetadata": {
- "Name": "ManagedClusterInputObject",
+ "Name": "ResourceGroupName",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "System.String",
- "SubscriptionId": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
@@ -20293,7 +41638,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20309,7 +41654,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20385,61 +41730,60 @@
]
},
{
- "Name": "Get",
+ "Name": "CreateExpanded",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ConfigName",
+ "Name": "AbsoluteMonthlyDayOfMonth",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "AbsoluteMonthlyIntervalMonth",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceName",
+ "Name": "DailyIntervalDay",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "MaintenanceWindowDurationHour",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20450,15 +41794,12 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "MaintenanceWindowNotAllowedDate",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan"
},
"ValidateNotNullOrEmpty": false
},
@@ -20469,11 +41810,11 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "MaintenanceWindowStartDate",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.DateTime",
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20484,12 +41825,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "MaintenanceWindowStartTime",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20500,12 +41840,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "MaintenanceWindowUtcOffset",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20516,11 +41855,27 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "NotAllowedTime",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RelativeMonthlyDayOfWeek",
"Type": {
"Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20531,11 +41886,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "RelativeMonthlyIntervalMonth",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20546,11 +41901,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "RelativeMonthlyWeekIndex",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20561,14 +41916,12 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "TimeInWeek",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
},
"ValidateNotNullOrEmpty": false
},
@@ -20576,12 +41929,52 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "List",
- "Parameters": [
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "WeeklyDayOfWeek",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "WeeklyIntervalWeek",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ConfigName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -20617,9 +42010,8 @@
"Name": "SubscriptionId",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20668,7 +42060,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20684,7 +42076,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20760,33 +42152,81 @@
]
},
{
- "Name": "GetViaIdentity",
+ "Name": "CreateViaJsonFilePath",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ConfigName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "System.String",
- "SubscriptionId": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
@@ -20829,7 +42269,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20845,7 +42285,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20921,8 +42361,83 @@
]
},
{
- "Name": "__AllParameterSets",
+ "Name": "CreateViaJsonString",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ConfigName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -20963,7 +42478,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20979,7 +42494,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21057,28 +42572,29 @@
]
},
{
- "VerbName": "Get",
- "NounName": "AzAksManagedClusterCommandResult",
- "Name": "Get-AzAksManagedClusterCommandResult",
- "ClassName": "Get-AzAksManagedClusterCommandResult",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
+ "VerbName": "New",
+ "NounName": "AzAksSnapshot",
+ "Name": "New-AzAksSnapshot",
+ "ClassName": "New-AzAksSnapshot",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "Get",
+ "DefaultParameterSetName": "CreateExpanded",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IRunCommandResult",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IRunCommandResult, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ISnapshot",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ISnapshot, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "FinishedAt": "System.Nullable`1[System.DateTime]",
- "StartedAt": "System.Nullable`1[System.DateTime]",
- "ExitCode": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Log": "System.String",
- "ProvisioningState": "System.String",
- "Reason": "System.String"
+ "EnableFips": "System.Nullable`1[System.Boolean]",
+ "CreationDataSourceResourceId": "System.String",
+ "KubernetesVersion": "System.String",
+ "NodeImageVersion": "System.String",
+ "OSSku": "System.String",
+ "OSType": "System.String",
+ "SnapshotType": "System.String",
+ "VMSize": "System.String"
}
},
"ParameterSets": [
@@ -21088,7 +42604,7 @@
],
"Parameters": [
{
- "Name": "CommandId",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -21097,7 +42613,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ResourceGroupName",
+ "Name": "ResourceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -21106,7 +42622,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ResourceName",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -21115,54 +42631,56 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "SubscriptionId",
+ "Name": "Location",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "InputObject",
+ "Name": "CreationDataSourceResourceId",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "System.String",
- "SubscriptionId": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ManagedClusterInputObject",
+ "Name": "SnapshotType",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "System.String",
- "SubscriptionId": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21193,7 +42711,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21203,20 +42721,11 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "Proxy",
"Type": {
@@ -21259,214 +42768,8 @@
],
"ParameterSets": [
{
- "Name": "GetViaIdentityManagedCluster",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "CommandId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ManagedClusterInputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "Get",
+ "Name": "__AllParameterSets",
"Parameters": [
- {
- "ParameterMetadata": {
- "Name": "CommandId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -21502,9 +42805,8 @@
"Name": "SubscriptionId",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21553,7 +42855,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21569,7 +42871,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21579,21 +42881,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -21660,93 +42947,30 @@
]
},
{
- "Name": "GetViaIdentity",
+ "Name": "CreateExpanded",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "Location",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "CreationDataSourceResourceId",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21757,11 +42981,11 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "SnapshotType",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21772,11 +42996,11 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "Tag",
"Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21787,44 +43011,41 @@
},
{
"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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "ResourceName",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "SubscriptionId",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21832,12 +43053,7 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -21878,7 +43094,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21894,7 +43110,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21904,21 +43120,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -21983,175 +43184,13 @@
"ValueFromPipelineByPropertyName": false
}
]
- }
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzAksManagedClusterOSOption",
- "Name": "Get-AzAksManagedClusterOSOption",
- "ClassName": "Get-AzAksManagedClusterOSOption",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
- "SupportsPaging": false,
- "DefaultParameterSetName": "Get",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProfile, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "OSOptionPropertyList": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "System.String",
- "SubscriptionId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
},
{
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "Get",
+ "Name": "CreateViaJsonFilePath",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Location",
+ "Name": "JsonFilePath",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -22166,23 +43205,37 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceType",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -22235,7 +43288,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22251,7 +43304,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22327,38 +43380,56 @@
]
},
{
- "Name": "GetViaIdentity",
+ "Name": "CreateViaJsonString",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "JsonString",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "System.String",
- "SubscriptionId": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceType",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -22411,7 +43482,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22427,7 +43498,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22501,67 +43572,165 @@
"ValueFromPipelineByPropertyName": false
}
]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzAksTimeInWeekObject",
+ "Name": "New-AzAksTimeInWeekObject",
+ "ClassName": "New-AzAksTimeInWeekObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.TimeInWeek",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.TimeInWeek, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "HourSlot": "System.Collections.Generic.List`1[System.Int32]",
+ "Day": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
+ },
+ {
+ "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": "Day",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HourSlot",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32[]",
+ "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Int32"
+ },
+ "ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
{
"Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceType",
+ "Name": "Day",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22572,12 +43741,12 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "HourSlot",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.Int32[]",
+ "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Int32"
},
"ValidateNotNullOrEmpty": false
},
@@ -22588,11 +43757,14 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22600,14 +43772,166 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzAksTimeSpanObject",
+ "Name": "New-AzAksTimeSpanObject",
+ "ClassName": "New-AzAksTimeSpanObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.TimeSpan",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.TimeSpan, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "End": "System.Nullable`1[System.DateTime]",
+ "Start": "System.Nullable`1[System.DateTime]"
},
+ "Methods": [
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
+ },
+ {
+ "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": "End",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.DateTime",
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Start",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.DateTime",
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "End",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.DateTime",
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22618,11 +43942,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "Start",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.DateTime",
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22654,23 +43978,24 @@
]
},
{
- "VerbName": "Get",
- "NounName": "AzAksManagedClusterOutboundNetworkDependencyEndpoint",
- "Name": "Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint",
- "ClassName": "Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
+ "VerbName": "New",
+ "NounName": "AzAksTrustedAccessRoleBinding",
+ "Name": "New-AzAksTrustedAccessRoleBinding",
+ "ClassName": "New-AzAksTrustedAccessRoleBinding",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "List",
+ "DefaultParameterSetName": "CreateExpanded",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOutboundEnvironmentEndpoint",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOutboundEnvironmentEndpoint, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleBinding",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleBinding, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Endpoint": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency]",
- "Category": "System.String"
+ "Role": "System.Collections.Generic.List`1[System.String]",
+ "ProvisioningState": "System.String",
+ "SourceResourceId": "System.String"
}
},
"ParameterSets": [
@@ -22679,6 +44004,18 @@
}
],
"Parameters": [
+ {
+ "Name": "Name",
+ "AliasList": [
+ "TrustedAccessRoleBindingName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "ResourceGroupName",
"Type": {
@@ -22699,6 +44036,15 @@
},
{
"Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Role",
"Type": {
"Namespace": "System",
"Name": "System.String[]",
@@ -22707,6 +44053,33 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "SourceResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -22720,6 +44093,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "Break",
"Type": {
@@ -22734,7 +44116,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22744,11 +44126,20 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "Proxy",
"Type": {
@@ -22793,6 +44184,24 @@
{
"Name": "__AllParameterSets",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "TrustedAccessRoleBindingName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -22828,9 +44237,8 @@
"Name": "SubscriptionId",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22858,6 +44266,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Break",
@@ -22879,7 +44302,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22895,7 +44318,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22905,6 +44328,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -22952,228 +44390,46 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzAksNodePoolUpgradeProfile",
- "Name": "Get-AzAksNodePoolUpgradeProfile",
- "ClassName": "Get-AzAksNodePoolUpgradeProfile",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
- "SupportsPaging": false,
- "DefaultParameterSetName": "Get",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfile, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Upgrade": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem]",
- "Id": "System.String",
- "KubernetesVersion": "System.String",
- "LatestNodeImageVersion": "System.String",
- "Name": "System.String",
- "OSType": "System.String",
- "Type": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ClusterName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodePoolName",
- "AliasList": [
- "AgentPoolName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "System.String",
- "SubscriptionId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ManagedClusterInputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
},
{
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "Get",
+ "Name": "CreateExpanded",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ClusterName",
+ "Name": "Role",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SourceResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -23188,9 +44444,9 @@
},
{
"ParameterMetadata": {
- "Name": "NodePoolName",
+ "Name": "Name",
"AliasList": [
- "AgentPoolName"
+ "TrustedAccessRoleBindingName"
],
"Type": {
"Namespace": "System",
@@ -23219,14 +44475,28 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23254,6 +44524,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Break",
@@ -23275,7 +44560,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23291,7 +44576,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23301,6 +44586,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -23367,13 +44667,28 @@
]
},
{
- "Name": "GetViaIdentityManagedCluster",
+ "Name": "CreateViaJsonFilePath",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "NodePoolName",
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
"AliasList": [
- "AgentPoolName"
+ "TrustedAccessRoleBindingName"
],
"Type": {
"Namespace": "System",
@@ -23389,29 +44704,47 @@
},
{
"ParameterMetadata": {
- "Name": "ManagedClusterInputObject",
+ "Name": "ResourceGroupName",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "System.String",
- "SubscriptionId": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
@@ -23433,6 +44766,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Break",
@@ -23454,7 +44802,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23470,7 +44818,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23480,6 +44828,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -23546,108 +44909,78 @@
]
},
{
- "Name": "GetViaIdentity",
+ "Name": "CreateViaJsonString",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "JsonString",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "System.String",
- "SubscriptionId": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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"
+ "TrustedAccessRoleBindingName"
],
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "ResourceGroupName",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "ResourceName",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23658,11 +44991,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23673,7 +45010,7 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -23688,38 +45025,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23730,11 +45040,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -23745,11 +45056,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "HttpPipelinePrepend",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23761,12 +45072,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "NoWait",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23843,30 +45153,20 @@
]
},
{
- "VerbName": "Get",
- "NounName": "AzAksSnapshot",
- "Name": "Get-AzAksSnapshot",
- "ClassName": "Get-AzAksSnapshot",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
+ "VerbName": "Remove",
+ "NounName": "AzAksAgentPoolMachine",
+ "Name": "Remove-AzAksAgentPoolMachine",
+ "ClassName": "Remove-AzAksAgentPoolMachine",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "List",
+ "DefaultParameterSetName": "DeleteExpanded",
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ISnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ISnapshot, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "EnableFips": "System.Nullable`1[System.Boolean]",
- "CreationDataSourceResourceId": "System.String",
- "KubernetesVersion": "System.String",
- "NodeImageVersion": "System.String",
- "OSSku": "System.String",
- "OSType": "System.String",
- "SnapshotType": "System.String",
- "VMSize": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -23874,6 +45174,15 @@
}
],
"Parameters": [
+ {
+ "Name": "AgentPoolName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "ResourceGroupName",
"Type": {
@@ -23896,9 +45205,8 @@
"Name": "SubscriptionId",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23907,22 +45215,89 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ManagedClusterInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"CommandId": "System.String",
"ConfigName": "System.String",
"Id": "System.String",
"Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
"PrivateEndpointConnectionName": "System.String",
"ResourceGroupName": "System.String",
"ResourceName": "System.String",
"RoleName": "System.String",
- "SubscriptionId": "System.String"
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
}
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "Machine",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolDeleteMachinesParameter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolDeleteMachinesParameter, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "MachineName": "System.Collections.Generic.List`1[System.String]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MachineName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -23936,6 +45311,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "Break",
"Type": {
@@ -23950,7 +45334,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23960,11 +45344,29 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "Proxy",
"Type": {
@@ -24007,8 +45409,23 @@
],
"ParameterSets": [
{
- "Name": "List1",
+ "Name": "DeleteViaJsonString",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "AgentPoolName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -24024,14 +45441,28 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24040,6 +45471,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -24059,6 +45505,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Break",
@@ -24080,7 +45541,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24096,7 +45557,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24106,6 +45567,36 @@
"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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -24172,8 +45663,23 @@
]
},
{
- "Name": "Get",
+ "Name": "DeleteViaJsonFilePath",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "AgentPoolName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -24209,9 +45715,8 @@
"Name": "SubscriptionId",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24220,6 +45725,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -24239,6 +45759,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Break",
@@ -24260,7 +45795,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24276,7 +45811,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24286,6 +45821,36 @@
"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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -24352,11 +45917,56 @@
]
},
{
- "Name": "List",
+ "Name": "DeleteViaIdentityManagedClusterExpanded",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "AgentPoolName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ManagedClusterInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MachineName",
"Type": {
"Namespace": "System",
"Name": "System.String[]",
@@ -24365,7 +45975,7 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
@@ -24389,6 +45999,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Break",
@@ -24410,7 +46035,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24426,7 +46051,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24436,6 +46061,36 @@
"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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -24502,26 +46157,62 @@
]
},
{
- "Name": "GetViaIdentity",
+ "Name": "DeleteViaIdentityManagedCluster",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "AgentPoolName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ManagedClusterInputObject",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"CommandId": "System.String",
"ConfigName": "System.String",
"Id": "System.String",
"Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
"PrivateEndpointConnectionName": "System.String",
"ResourceGroupName": "System.String",
"ResourceName": "System.String",
"RoleName": "System.String",
- "SubscriptionId": "System.String"
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Machine",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolDeleteMachinesParameter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolDeleteMachinesParameter, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "MachineName": "System.Collections.Generic.List`1[System.String]"
}
},
"ValidateNotNullOrEmpty": false
@@ -24552,7 +46243,7 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -24567,12 +46258,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "Break",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24583,11 +46273,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "HttpPipelineAppend",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24599,26 +46289,12 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -24629,7 +46305,7 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "NoWait",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -24644,49 +46320,7 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -24699,38 +46333,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -24795,185 +46397,13 @@
"ValueFromPipelineByPropertyName": false
}
]
- }
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzAksUpgradeProfile",
- "Name": "Get-AzAksUpgradeProfile",
- "ClassName": "Get-AzAksUpgradeProfile",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
- "SupportsPaging": false,
- "DefaultParameterSetName": "Get",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterUpgradeProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterUpgradeProfile, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolProfile": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile]",
- "ControlPlaneProfileUpgrade": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem]",
- "ControlPlaneProfileKubernetesVersion": "System.String",
- "ControlPlaneProfileName": "System.String",
- "ControlPlaneProfileOSType": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ClusterName",
- "AliasList": [
- "Name"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
},
{
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "Get",
+ "Name": "DeleteExpanded",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ClusterName",
- "AliasList": [
- "Name"
- ],
+ "Name": "AgentPoolName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -25001,9 +46431,39 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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[]",
@@ -25012,7 +46472,7 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
@@ -25036,6 +46496,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Break",
@@ -25057,7 +46532,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25073,7 +46548,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25083,6 +46558,36 @@
"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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -25149,26 +46654,77 @@
]
},
{
- "Name": "GetViaIdentity",
+ "Name": "Delete",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "AgentPoolName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Machine",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolDeleteMachinesParameter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolDeleteMachinesParameter, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "System.String",
- "SubscriptionId": "System.String"
+ "MachineName": "System.Collections.Generic.List`1[System.String]"
}
},
"ValidateNotNullOrEmpty": false
@@ -25197,6 +46753,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Break",
@@ -25218,7 +46789,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25234,7 +46805,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25244,6 +46815,36 @@
"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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -25310,8 +46911,54 @@
]
},
{
- "Name": "__AllParameterSets",
+ "Name": "DeleteViaIdentityExpanded",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -25331,6 +46978,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Break",
@@ -25352,7 +47014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25368,7 +47030,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25378,6 +47040,36 @@
"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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -25442,174 +47134,56 @@
"ValueFromPipelineByPropertyName": false
}
]
- }
- ],
- "AliasList": [
- "Get-AzAksClusterUpgradeProfile"
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzAksVersion",
- "Name": "Get-AzAksVersion",
- "ClassName": "Get-AzAksVersion",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
- "SupportsPaging": false,
- "DefaultParameterSetName": "List",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfileListResult",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfileListResult, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Orchestrator": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
},
{
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
+ "Name": "DeleteViaIdentity",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Location",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "Machine",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolDeleteMachinesParameter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolDeleteMachinesParameter, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "MachineName": "System.Collections.Generic.List`1[System.String]"
+ }
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
@@ -25631,6 +47205,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Break",
@@ -25652,7 +47241,23 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25664,12 +47269,26 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25742,148 +47361,21 @@
"ValueFromPipelineByPropertyName": false
}
]
- }
- ]
- },
- {
- "VerbName": "Install",
- "NounName": "AzAksCliTool",
- "Name": "Install-AzAksCliTool",
- "ClassName": "Install-AzAksCliTool",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "Destination",
- "AliasList": [
- "KubectlInstallDestination"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Version",
- "AliasList": [
- "KubectlInstallVersion"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DownloadFromMirror",
- "AliasList": [
- "KubectlDownloadFromMirror"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "KubeloginInstallDestination",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "KubeloginInstallVersion",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "KubeloginDownloadFromMirror",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Force",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
{
"Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Destination",
+ "Name": "DefaultProfile",
"AliasList": [
- "KubectlInstallDestination"
+ "AzureRMContext",
+ "AzureCredential"
],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25894,14 +47386,11 @@
},
{
"ParameterMetadata": {
- "Name": "Version",
- "AliasList": [
- "KubectlInstallVersion"
- ],
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25912,10 +47401,7 @@
},
{
"ParameterMetadata": {
- "Name": "DownloadFromMirror",
- "AliasList": [
- "KubectlDownloadFromMirror"
- ],
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -25930,11 +47416,12 @@
},
{
"ParameterMetadata": {
- "Name": "KubeloginInstallDestination",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -25945,11 +47432,12 @@
},
{
"ParameterMetadata": {
- "Name": "KubeloginInstallVersion",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -25960,7 +47448,7 @@
},
{
"ParameterMetadata": {
- "Name": "KubeloginDownloadFromMirror",
+ "Name": "NoWait",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -25990,11 +47478,26 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26005,7 +47508,7 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -26041,14 +47544,14 @@
]
},
{
- "VerbName": "Invoke",
- "NounName": "AzAksAbortAgentPoolLatestOperation",
- "Name": "Invoke-AzAksAbortAgentPoolLatestOperation",
- "ClassName": "Invoke-AzAksAbortAgentPoolLatestOperation",
+ "VerbName": "Remove",
+ "NounName": "AzAksMaintenanceConfiguration",
+ "Name": "Remove-AzAksMaintenanceConfiguration",
+ "ClassName": "Remove-AzAksMaintenanceConfiguration",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "Abort",
+ "DefaultParameterSetName": "Delete",
"OutputTypes": [
{
"Type": {
@@ -26063,7 +47566,7 @@
],
"Parameters": [
{
- "Name": "AgentPoolName",
+ "Name": "ConfigName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -26103,39 +47606,45 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"CommandId": "System.String",
"ConfigName": "System.String",
"Id": "System.String",
"Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
"PrivateEndpointConnectionName": "System.String",
"ResourceGroupName": "System.String",
"ResourceName": "System.String",
"RoleName": "System.String",
- "SubscriptionId": "System.String"
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
}
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ManagedclusterInputObject",
+ "Name": "ManagedClusterInputObject",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"CommandId": "System.String",
"ConfigName": "System.String",
"Id": "System.String",
"Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
"PrivateEndpointConnectionName": "System.String",
"ResourceGroupName": "System.String",
"ResourceName": "System.String",
"RoleName": "System.String",
- "SubscriptionId": "System.String"
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -26153,15 +47662,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "Break",
"Type": {
@@ -26176,7 +47676,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26186,20 +47686,11 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "PassThru",
"Type": {
@@ -26251,11 +47742,11 @@
],
"ParameterSets": [
{
- "Name": "AbortViaIdentityManagedcluster",
+ "Name": "DeleteViaIdentityManagedCluster",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "AgentPoolName",
+ "Name": "ConfigName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -26270,22 +47761,25 @@
},
{
"ParameterMetadata": {
- "Name": "ManagedclusterInputObject",
+ "Name": "ManagedClusterInputObject",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"CommandId": "System.String",
"ConfigName": "System.String",
"Id": "System.String",
"Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
"PrivateEndpointConnectionName": "System.String",
"ResourceGroupName": "System.String",
"ResourceName": "System.String",
"RoleName": "System.String",
- "SubscriptionId": "System.String"
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -26314,21 +47808,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Break",
@@ -26350,7 +47829,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26366,7 +47845,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26376,21 +47855,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "PassThru",
@@ -26472,11 +47936,11 @@
]
},
{
- "Name": "Abort",
+ "Name": "Delete",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "AgentPoolName",
+ "Name": "ConfigName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -26553,227 +48017,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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.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.4.6.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "AbortViaIdentity",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Break",
@@ -26795,7 +48038,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26811,7 +48054,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26821,21 +48064,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "PassThru",
@@ -26917,8 +48145,38 @@
]
},
{
- "Name": "__AllParameterSets",
+ "Name": "DeleteViaIdentity",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -26940,7 +48198,7 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -26955,11 +48213,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -26970,11 +48229,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "HttpPipelinePrepend",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26986,12 +48245,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "PassThru",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27002,7 +48260,37 @@
},
{
"ParameterMetadata": {
- "Name": "NoWait",
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.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",
@@ -27015,6 +48303,95 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "PassThru",
@@ -27098,14 +48475,14 @@
]
},
{
- "VerbName": "Invoke",
- "NounName": "AzAksAbortManagedClusterLatestOperation",
- "Name": "Invoke-AzAksAbortManagedClusterLatestOperation",
- "ClassName": "Invoke-AzAksAbortManagedClusterLatestOperation",
+ "VerbName": "Remove",
+ "NounName": "AzAksSnapshot",
+ "Name": "Remove-AzAksSnapshot",
+ "ClassName": "Remove-AzAksSnapshot",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "Abort",
+ "DefaultParameterSetName": "Delete",
"OutputTypes": [
{
"Type": {
@@ -27151,18 +48528,21 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"CommandId": "System.String",
"ConfigName": "System.String",
"Id": "System.String",
"Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
"PrivateEndpointConnectionName": "System.String",
"ResourceGroupName": "System.String",
"ResourceName": "System.String",
"RoleName": "System.String",
- "SubscriptionId": "System.String"
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -27180,15 +48560,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "Break",
"Type": {
@@ -27203,7 +48574,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27213,20 +48584,11 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "PassThru",
"Type": {
@@ -27278,7 +48640,7 @@
],
"ParameterSets": [
{
- "Name": "Abort",
+ "Name": "Delete",
"Parameters": [
{
"ParameterMetadata": {
@@ -27344,21 +48706,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Break",
@@ -27380,7 +48727,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27396,7 +48743,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27406,21 +48753,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "PassThru",
@@ -27502,7 +48834,7 @@
]
},
{
- "Name": "AbortViaIdentity",
+ "Name": "DeleteViaIdentity",
"Parameters": [
{
"ParameterMetadata": {
@@ -27510,18 +48842,21 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"CommandId": "System.String",
"ConfigName": "System.String",
"Id": "System.String",
"Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
"PrivateEndpointConnectionName": "System.String",
"ResourceGroupName": "System.String",
"ResourceName": "System.String",
"RoleName": "System.String",
- "SubscriptionId": "System.String"
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -27550,21 +48885,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Break",
@@ -27586,7 +48906,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27602,7 +48922,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27612,21 +48932,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "PassThru",
@@ -27729,21 +49034,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Break",
@@ -27765,7 +49055,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27781,7 +49071,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27791,21 +49081,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "PassThru",
@@ -27889,14 +49164,14 @@
]
},
{
- "VerbName": "Invoke",
- "NounName": "AzAksRotateManagedClusterServiceAccountSigningKey",
- "Name": "Invoke-AzAksRotateManagedClusterServiceAccountSigningKey",
- "ClassName": "Invoke-AzAksRotateManagedClusterServiceAccountSigningKey",
+ "VerbName": "Remove",
+ "NounName": "AzAksTrustedAccessRoleBinding",
+ "Name": "Remove-AzAksTrustedAccessRoleBinding",
+ "ClassName": "Remove-AzAksTrustedAccessRoleBinding",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "Rotate",
+ "DefaultParameterSetName": "Delete",
"OutputTypes": [
{
"Type": {
@@ -27910,6 +49185,18 @@
}
],
"Parameters": [
+ {
+ "Name": "Name",
+ "AliasList": [
+ "TrustedAccessRoleBindingName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "ResourceGroupName",
"Type": {
@@ -27942,18 +49229,45 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"CommandId": "System.String",
"ConfigName": "System.String",
"Id": "System.String",
"Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
"PrivateEndpointConnectionName": "System.String",
"ResourceGroupName": "System.String",
"ResourceName": "System.String",
"RoleName": "System.String",
- "SubscriptionId": "System.String"
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ManagedClusterInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -27994,7 +49308,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28004,7 +49318,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28069,8 +49383,253 @@
],
"ParameterSets": [
{
- "Name": "Rotate",
+ "Name": "DeleteViaIdentityManagedCluster",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "TrustedAccessRoleBindingName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ManagedClusterInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "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.4.6.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.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.4.6.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "Delete",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "TrustedAccessRoleBindingName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -28171,7 +49730,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28187,7 +49746,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28293,7 +49852,7 @@
]
},
{
- "Name": "RotateViaIdentity",
+ "Name": "DeleteViaIdentity",
"Parameters": [
{
"ParameterMetadata": {
@@ -28301,18 +49860,21 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"CommandId": "System.String",
"ConfigName": "System.String",
"Id": "System.String",
"Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
"PrivateEndpointConnectionName": "System.String",
"ResourceGroupName": "System.String",
"ResourceName": "System.String",
"RoleName": "System.String",
- "SubscriptionId": "System.String"
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -28377,7 +49939,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28393,7 +49955,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28556,7 +50118,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28572,7 +50134,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28680,30 +50242,20 @@
]
},
{
- "VerbName": "New",
- "NounName": "AzAksMaintenanceConfiguration",
- "Name": "New-AzAksMaintenanceConfiguration",
- "ClassName": "New-AzAksMaintenanceConfiguration",
+ "VerbName": "Start",
+ "NounName": "AzAksCluster",
+ "Name": "Start-AzAksCluster",
+ "ClassName": "Start-AzAksCluster",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "CreateExpanded",
+ "DefaultParameterSetName": "Start",
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMaintenanceConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMaintenanceConfiguration, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "TimeInWeek": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek]",
- "NotAllowedTime": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "SystemDataCreatedBy": "System.String",
- "SystemDataCreatedByType": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "SystemDataLastModifiedByType": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -28712,7 +50264,10 @@
],
"Parameters": [
{
- "Name": "ConfigName",
+ "Name": "Name",
+ "AliasList": [
+ "ClusterName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -28729,15 +50284,6 @@
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "ResourceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "SubscriptionId",
"Type": {
@@ -28748,40 +50294,26 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "NotAllowedTime",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TimeInWeek",
+ "Name": "InputObject",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "JsonFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "JsonString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
@@ -28798,6 +50330,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "Break",
"Type": {
@@ -28812,7 +50353,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28822,11 +50363,29 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "Proxy",
"Type": {
@@ -28869,11 +50428,14 @@
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "Start",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ConfigName",
+ "Name": "Name",
+ "AliasList": [
+ "ClusterName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -28901,21 +50463,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "ResourceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "SubscriptionId",
@@ -28952,7 +50499,7 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -28967,12 +50514,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "Break",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28983,11 +50529,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "HttpPipelineAppend",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28999,26 +50545,12 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -29029,7 +50561,7 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "NoWait",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -29044,141 +50576,7 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "CreateExpanded",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "NotAllowedTime",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TimeInWeek",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ConfigName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -29191,38 +50589,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -29289,75 +50655,95 @@
]
},
{
- "Name": "CreateViaJsonFilePath",
+ "Name": "StartViaIdentity",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "JsonFilePath",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ConfigName",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceName",
+ "Name": "Break",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -29368,15 +50754,12 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -29387,7 +50770,7 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "NoWait",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -29402,28 +50785,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "PassThru",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29498,75 +50864,65 @@
]
},
{
- "Name": "CreateViaJsonString",
+ "Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "JsonString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ConfigName",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceName",
+ "Name": "Break",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -29577,15 +50933,12 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -29596,7 +50949,7 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "NoWait",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -29611,28 +50964,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "PassThru",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29709,29 +51045,28 @@
]
},
{
- "VerbName": "New",
- "NounName": "AzAksSnapshot",
- "Name": "New-AzAksSnapshot",
- "ClassName": "New-AzAksSnapshot",
+ "VerbName": "Start",
+ "NounName": "AzAksManagedClusterCommand",
+ "Name": "Start-AzAksManagedClusterCommand",
+ "ClassName": "Start-AzAksManagedClusterCommand",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "CreateExpanded",
+ "DefaultParameterSetName": "RunExpanded",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ISnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ISnapshot, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IRunCommandResult",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IRunCommandResult, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "EnableFips": "System.Nullable`1[System.Boolean]",
- "CreationDataSourceResourceId": "System.String",
- "KubernetesVersion": "System.String",
- "NodeImageVersion": "System.String",
- "OSSku": "System.String",
- "OSType": "System.String",
- "SnapshotType": "System.String",
- "VMSize": "System.String"
+ "FinishedAt": "System.Nullable`1[System.DateTime]",
+ "StartedAt": "System.Nullable`1[System.DateTime]",
+ "ExitCode": "System.Nullable`1[System.Int32]",
+ "Id": "System.String",
+ "Log": "System.String",
+ "ProvisioningState": "System.String",
+ "Reason": "System.String"
}
},
"ParameterSets": [
@@ -29768,16 +51103,31 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Location",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "CreationDataSourceResourceId",
+ "Name": "Command",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -29786,7 +51136,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "SnapshotType",
+ "Name": "ClusterToken",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -29795,11 +51145,11 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Tag",
+ "Name": "Context",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29834,6 +51184,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "Break",
"Type": {
@@ -29848,7 +51207,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29858,11 +51217,20 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "Proxy",
"Type": {
@@ -29905,7 +51273,7 @@
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "RunViaJsonString",
"Parameters": [
{
"ParameterMetadata": {
@@ -29952,6 +51320,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -29971,6 +51354,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Break",
@@ -29992,7 +51390,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30008,7 +51406,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30018,6 +51416,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -30084,11 +51497,11 @@
]
},
{
- "Name": "CreateExpanded",
+ "Name": "RunViaJsonFilePath",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Location",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -30103,7 +51516,7 @@
},
{
"ParameterMetadata": {
- "Name": "CreationDataSourceResourceId",
+ "Name": "ResourceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -30111,14 +51524,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SnapshotType",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -30133,22 +51546,7 @@
},
{
"ParameterMetadata": {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "JsonFilePath",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -30163,26 +51561,30 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceName",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30193,15 +51595,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30212,11 +51610,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -30227,11 +51626,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "HttpPipelinePrepend",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30243,12 +51642,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "NoWait",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30323,11 +51721,11 @@
]
},
{
- "Name": "CreateViaJsonFilePath",
+ "Name": "RunExpanded",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "JsonFilePath",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -30342,7 +51740,7 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "ResourceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -30357,7 +51755,22 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceName",
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Command",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -30372,7 +51785,22 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "ClusterToken",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Context",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -30404,6 +51832,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Break",
@@ -30425,7 +51868,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30441,7 +51884,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30451,6 +51894,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -30517,26 +51975,41 @@
]
},
{
- "Name": "CreateViaJsonString",
+ "Name": "RunViaIdentityExpanded",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "JsonString",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "Command",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -30551,7 +52024,7 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceName",
+ "Name": "ClusterToken",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -30559,14 +52032,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "Context",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -30598,6 +52071,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Break",
@@ -30619,7 +52107,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30635,7 +52123,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30645,6 +52133,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -30709,165 +52212,21 @@
"ValueFromPipelineByPropertyName": false
}
]
- }
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzAksTimeInWeekObject",
- "Name": "New-AzAksTimeInWeekObject",
- "ClassName": "New-AzAksTimeInWeekObject",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
- "SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.TimeInWeek",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.TimeInWeek, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "HourSlot": "System.Collections.Generic.List`1[System.Int32]",
- "Day": "System.String"
- },
- "Methods": [
- {
- "Name": "FromJson",
- "Parameters": [
- {
- "Name": "node",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Json.JsonNode"
- }
- ],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
- },
- {
- "Name": "ToJson",
- "Parameters": [
- {
- "Name": "container",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Json.JsonObject"
- },
- {
- "Name": "serializationMode",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SerializationMode"
- }
- ],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Json.JsonNode"
- },
- {
- "Name": "DeserializeFromDictionary",
- "Parameters": [
- {
- "Name": "content",
- "Type": "System.Collections.IDictionary"
- }
- ],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
- },
- {
- "Name": "DeserializeFromPSObject",
- "Parameters": [
- {
- "Name": "content",
- "Type": "System.Management.Automation.PSObject"
- }
- ],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
- },
- {
- "Name": "FromJsonString",
- "Parameters": [
- {
- "Name": "jsonText",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
- },
- {
- "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": "Day",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HourSlot",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32[]",
- "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.Int32"
- },
- "ValidateNotNullOrEmpty": false
},
- {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
{
"Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Day",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30878,12 +52237,11 @@
},
{
"ParameterMetadata": {
- "Name": "HourSlot",
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32[]",
- "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.Int32"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30894,14 +52252,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30909,166 +52264,61 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzAksTimeSpanObject",
- "Name": "New-AzAksTimeSpanObject",
- "ClassName": "New-AzAksTimeSpanObject",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
- "SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.TimeSpan",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.TimeSpan, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "End": "System.Nullable`1[System.DateTime]",
- "Start": "System.Nullable`1[System.DateTime]"
},
- "Methods": [
- {
- "Name": "FromJson",
- "Parameters": [
- {
- "Name": "node",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Json.JsonNode"
- }
- ],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
- },
- {
- "Name": "ToJson",
- "Parameters": [
- {
- "Name": "container",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Json.JsonObject"
- },
- {
- "Name": "serializationMode",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SerializationMode"
- }
- ],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Json.JsonNode"
- },
- {
- "Name": "DeserializeFromDictionary",
- "Parameters": [
- {
- "Name": "content",
- "Type": "System.Collections.IDictionary"
- }
- ],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
- },
- {
- "Name": "DeserializeFromPSObject",
- "Parameters": [
- {
- "Name": "content",
- "Type": "System.Management.Automation.PSObject"
- }
- ],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
- },
- {
- "Name": "FromJsonString",
- "Parameters": [
- {
- "Name": "jsonText",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
- },
- {
- "Name": "ToJsonString",
- "ReturnType": "System.String"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
},
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
},
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
+ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "End",
- "Type": {
- "Namespace": "System",
- "Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Start",
- "Type": {
- "Namespace": "System",
- "Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
- "Name": "End",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -31079,11 +52329,26 @@
},
{
"ParameterMetadata": {
- "Name": "Start",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31115,14 +52380,14 @@
]
},
{
- "VerbName": "Remove",
- "NounName": "AzAksMaintenanceConfiguration",
- "Name": "Remove-AzAksMaintenanceConfiguration",
- "ClassName": "Remove-AzAksMaintenanceConfiguration",
+ "VerbName": "Stop",
+ "NounName": "AzAksCluster",
+ "Name": "Stop-AzAksCluster",
+ "ClassName": "Stop-AzAksCluster",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "Delete",
+ "DefaultParameterSetName": "Stop",
"OutputTypes": [
{
"Type": {
@@ -31137,7 +52402,10 @@
],
"Parameters": [
{
- "Name": "ConfigName",
+ "Name": "Name",
+ "AliasList": [
+ "ClusterName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -31154,15 +52422,6 @@
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "ResourceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "SubscriptionId",
"Type": {
@@ -31177,39 +52436,21 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "System.String",
- "SubscriptionId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ManagedClusterInputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"CommandId": "System.String",
"ConfigName": "System.String",
"Id": "System.String",
"Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
"PrivateEndpointConnectionName": "System.String",
"ResourceGroupName": "System.String",
"ResourceName": "System.String",
"RoleName": "System.String",
- "SubscriptionId": "System.String"
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -31227,6 +52468,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "Break",
"Type": {
@@ -31241,7 +52491,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31251,11 +52501,20 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "PassThru",
"Type": {
@@ -31307,217 +52566,14 @@
],
"ParameterSets": [
{
- "Name": "DeleteViaIdentityManagedCluster",
+ "Name": "Stop",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ConfigName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ManagedClusterInputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProgressAction",
+ "Name": "Name",
"AliasList": [
- "proga"
+ "ClusterName"
],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "Delete",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ConfigName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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",
@@ -31532,7 +52588,7 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceName",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -31579,6 +52635,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Break",
@@ -31600,7 +52671,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31616,7 +52687,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31626,6 +52697,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "PassThru",
@@ -31707,7 +52793,7 @@
]
},
{
- "Name": "DeleteViaIdentity",
+ "Name": "StopViaIdentity",
"Parameters": [
{
"ParameterMetadata": {
@@ -31715,18 +52801,21 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"CommandId": "System.String",
"ConfigName": "System.String",
"Id": "System.String",
"Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
"PrivateEndpointConnectionName": "System.String",
"ResourceGroupName": "System.String",
"ResourceName": "System.String",
"RoleName": "System.String",
- "SubscriptionId": "System.String"
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -31755,6 +52844,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Break",
@@ -31776,7 +52880,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31792,7 +52896,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31802,6 +52906,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "PassThru",
@@ -31904,6 +53023,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Break",
@@ -31925,7 +53059,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31941,7 +53075,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31951,6 +53085,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "PassThru",
@@ -32034,20 +53183,43 @@
]
},
{
- "VerbName": "Remove",
- "NounName": "AzAksSnapshot",
- "Name": "Remove-AzAksSnapshot",
- "ClassName": "Remove-AzAksSnapshot",
+ "VerbName": "Update",
+ "NounName": "AzAksMaintenanceConfiguration",
+ "Name": "Update-AzAksMaintenanceConfiguration",
+ "ClassName": "Update-AzAksMaintenanceConfiguration",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "Delete",
+ "DefaultParameterSetName": "UpdateExpanded",
"OutputTypes": [
{
"Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMaintenanceConfiguration",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMaintenanceConfiguration, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "MaintenanceWindowNotAllowedDate": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan]",
+ "TimeInWeek": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek]",
+ "NotAllowedTime": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan]",
+ "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
+ "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
+ "MaintenanceWindowStartDate": "System.Nullable`1[System.DateTime]",
+ "AbsoluteMonthlyDayOfMonth": "System.Nullable`1[System.Int32]",
+ "RelativeMonthlyIntervalMonth": "System.Nullable`1[System.Int32]",
+ "MaintenanceWindowDurationHour": "System.Nullable`1[System.Int32]",
+ "DailyIntervalDay": "System.Nullable`1[System.Int32]",
+ "AbsoluteMonthlyIntervalMonth": "System.Nullable`1[System.Int32]",
+ "WeeklyIntervalWeek": "System.Nullable`1[System.Int32]",
+ "MaintenanceWindowStartTime": "System.String",
+ "RelativeMonthlyDayOfWeek": "System.String",
+ "WeeklyDayOfWeek": "System.String",
+ "RelativeMonthlyWeekIndex": "System.String",
+ "SystemDataCreatedBy": "System.String",
+ "SystemDataCreatedByType": "System.String",
+ "SystemDataLastModifiedBy": "System.String",
+ "SystemDataLastModifiedByType": "System.String",
+ "MaintenanceWindowUtcOffset": "System.String"
+ }
},
"ParameterSets": [
"__AllParameterSets"
@@ -32055,6 +53227,15 @@
}
],
"Parameters": [
+ {
+ "Name": "ConfigName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "ResourceGroupName",
"Type": {
@@ -32087,22 +53268,163 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"CommandId": "System.String",
"ConfigName": "System.String",
"Id": "System.String",
"Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
"PrivateEndpointConnectionName": "System.String",
"ResourceGroupName": "System.String",
"ResourceName": "System.String",
"RoleName": "System.String",
- "SubscriptionId": "System.String"
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
}
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "AbsoluteMonthlyDayOfMonth",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AbsoluteMonthlyIntervalMonth",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DailyIntervalDay",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaintenanceWindowDurationHour",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaintenanceWindowNotAllowedDate",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaintenanceWindowStartDate",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.DateTime",
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaintenanceWindowStartTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaintenanceWindowUtcOffset",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NotAllowedTime",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "RelativeMonthlyDayOfWeek",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "RelativeMonthlyIntervalMonth",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "RelativeMonthlyWeekIndex",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "TimeInWeek",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "WeeklyDayOfWeek",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "WeeklyIntervalWeek",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -32130,7 +53452,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32140,20 +53462,11 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "Proxy",
"Type": {
@@ -32196,8 +53509,23 @@
],
"ParameterSets": [
{
- "Name": "Delete",
+ "Name": "UpdateExpanded",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ConfigName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -32245,15 +53573,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "AbsoluteMonthlyDayOfMonth",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32264,11 +53588,11 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "AbsoluteMonthlyIntervalMonth",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32279,12 +53603,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "DailyIntervalDay",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32295,12 +53618,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "MaintenanceWindowDurationHour",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32311,11 +53633,12 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "MaintenanceWindowNotAllowedDate",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan"
},
"ValidateNotNullOrEmpty": false
},
@@ -32326,11 +53649,11 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "MaintenanceWindowStartDate",
"Type": {
"Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Name": "System.DateTime",
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32341,11 +53664,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "MaintenanceWindowStartTime",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32356,11 +53679,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "MaintenanceWindowUtcOffset",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32371,14 +53694,12 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "NotAllowedTime",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
},
"ValidateNotNullOrEmpty": false
},
@@ -32386,37 +53707,96 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "DeleteViaIdentity",
- "Parameters": [
+ },
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "RelativeMonthlyDayOfWeek",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RelativeMonthlyIntervalMonth",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RelativeMonthlyWeekIndex",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "TimeInWeek",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "System.String",
- "SubscriptionId": "System.String"
- }
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "WeeklyDayOfWeek",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "WeeklyIntervalWeek",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
@@ -32459,7 +53839,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32475,7 +53855,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32487,7 +53867,37 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.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",
@@ -32502,11 +53912,14 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32514,14 +53927,49 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "UpdateViaIdentityExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "AbsoluteMonthlyDayOfMonth",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32532,11 +53980,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "AbsoluteMonthlyIntervalMonth",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32547,14 +53995,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "DailyIntervalDay",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32562,23 +54007,14 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
+ },
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "MaintenanceWindowDurationHour",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32589,11 +54025,12 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "MaintenanceWindowNotAllowedDate",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan"
},
"ValidateNotNullOrEmpty": false
},
@@ -32604,12 +54041,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "MaintenanceWindowStartDate",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.DateTime",
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32620,12 +54056,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "MaintenanceWindowStartTime",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32636,11 +54071,11 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "MaintenanceWindowUtcOffset",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32651,11 +54086,12 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "NotAllowedTime",
"Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
},
"ValidateNotNullOrEmpty": false
},
@@ -32666,11 +54102,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "RelativeMonthlyDayOfWeek",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32681,11 +54117,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "RelativeMonthlyIntervalMonth",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32696,14 +54132,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "RelativeMonthlyWeekIndex",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32711,218 +54144,26 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Start",
- "NounName": "AzAksCluster",
- "Name": "Start-AzAksCluster",
- "ClassName": "Start-AzAksCluster",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "Start",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "Name",
- "AliasList": [
- "ClusterName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "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.4.6.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "Start",
- "Parameters": [
+ },
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "ClusterName"
- ],
+ "Name": "TimeInWeek",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "WeeklyDayOfWeek",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -32930,18 +54171,18 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "WeeklyIntervalWeek",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32971,7 +54212,7 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -32986,11 +54227,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -33001,11 +54243,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "HttpPipelinePrepend",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33017,12 +54259,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "Proxy",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -33033,11 +54274,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33048,7 +54289,7 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -33063,11 +54304,14 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33075,14 +54319,19 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "AbsoluteMonthlyDayOfMonth",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33093,11 +54342,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "AbsoluteMonthlyIntervalMonth",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33108,14 +54357,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "DailyIntervalDay",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33123,50 +54369,30 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "StartViaIdentity",
- "Parameters": [
+ },
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "MaintenanceWindowDurationHour",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "System.String",
- "SubscriptionId": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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": "MaintenanceWindowNotAllowedDate",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan"
},
"ValidateNotNullOrEmpty": false
},
@@ -33177,11 +54403,11 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "MaintenanceWindowStartDate",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.DateTime",
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33192,11 +54418,11 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "MaintenanceWindowStartTime",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33207,12 +54433,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "MaintenanceWindowUtcOffset",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33223,12 +54448,12 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "NotAllowedTime",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
},
"ValidateNotNullOrEmpty": false
},
@@ -33239,11 +54464,11 @@
},
{
"ParameterMetadata": {
- "Name": "NoWait",
+ "Name": "RelativeMonthlyDayOfWeek",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33254,11 +54479,11 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "RelativeMonthlyIntervalMonth",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33269,11 +54494,11 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "RelativeMonthlyWeekIndex",
"Type": {
"Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33284,11 +54509,12 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "TimeInWeek",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
},
"ValidateNotNullOrEmpty": false
},
@@ -33299,11 +54525,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "WeeklyDayOfWeek",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33314,14 +54540,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
+ "Name": "WeeklyIntervalWeek",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33329,12 +54552,7 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -33354,21 +54572,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Break",
@@ -33390,7 +54593,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33406,7 +54609,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33416,36 +54619,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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -33514,28 +54687,24 @@
]
},
{
- "VerbName": "Start",
- "NounName": "AzAksManagedClusterCommand",
- "Name": "Start-AzAksManagedClusterCommand",
- "ClassName": "Start-AzAksManagedClusterCommand",
+ "VerbName": "Update",
+ "NounName": "AzAksTrustedAccessRoleBinding",
+ "Name": "Update-AzAksTrustedAccessRoleBinding",
+ "ClassName": "Update-AzAksTrustedAccessRoleBinding",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "RunExpanded",
+ "DefaultParameterSetName": "UpdateExpanded",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IRunCommandResult",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IRunCommandResult, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleBinding",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleBinding, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "FinishedAt": "System.Nullable`1[System.DateTime]",
- "StartedAt": "System.Nullable`1[System.DateTime]",
- "ExitCode": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Log": "System.String",
+ "Role": "System.Collections.Generic.List`1[System.String]",
"ProvisioningState": "System.String",
- "Reason": "System.String"
+ "SourceResourceId": "System.String"
}
},
"ParameterSets": [
@@ -33544,6 +54713,18 @@
}
],
"Parameters": [
+ {
+ "Name": "Name",
+ "AliasList": [
+ "TrustedAccessRoleBindingName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "ResourceGroupName",
"Type": {
@@ -33576,60 +54757,37 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"CommandId": "System.String",
"ConfigName": "System.String",
"Id": "System.String",
"Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
"PrivateEndpointConnectionName": "System.String",
"ResourceGroupName": "System.String",
"ResourceName": "System.String",
"RoleName": "System.String",
- "SubscriptionId": "System.String"
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
}
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Command",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ClusterToken",
+ "Name": "Role",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Context",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "JsonFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "JsonString",
+ "Name": "SourceResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -33673,7 +54831,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33683,7 +54841,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33739,8 +54897,26 @@
],
"ParameterSets": [
{
- "Name": "RunViaJsonString",
+ "Name": "UpdateExpanded",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "TrustedAccessRoleBindingName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -33788,7 +54964,23 @@
},
{
"ParameterMetadata": {
- "Name": "JsonString",
+ "Name": "Role",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SourceResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -33796,7 +54988,7 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
@@ -33856,7 +55048,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33872,7 +55064,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33963,45 +55155,46 @@
]
},
{
- "Name": "RunViaJsonFilePath",
+ "Name": "UpdateViaIdentityExpanded",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceName",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "CommandId": "System.String",
+ "ConfigName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "Mode": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ResourceName": "System.String",
+ "RoleName": "System.String",
+ "SubscriptionId": "System.String",
+ "TrustedAccessRoleBindingName": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "Role",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
@@ -34012,7 +55205,7 @@
},
{
"ParameterMetadata": {
- "Name": "JsonFilePath",
+ "Name": "SourceResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -34020,7 +55213,7 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
@@ -34080,7 +55273,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -34096,7 +55289,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -34187,41 +55380,27 @@
]
},
{
- "Name": "RunExpanded",
+ "Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceName",
+ "Name": "Role",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "SourceResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -34236,26 +55415,30 @@
},
{
"ParameterMetadata": {
- "Name": "Command",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ClusterToken",
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34266,11 +55449,11 @@
},
{
"ParameterMetadata": {
- "Name": "Context",
+ "Name": "Break",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34281,15 +55464,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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -34300,11 +55480,12 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -34315,7 +55496,7 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "NoWait",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -34330,12 +55511,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "Proxy",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -34346,12 +55526,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34362,7 +55541,7 @@
},
{
"ParameterMetadata": {
- "Name": "NoWait",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -34377,11 +55556,14 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34389,2086 +55571,2347 @@
"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"
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Ssh": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration",
+ "AdminUsername": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "adminUsername",
+ "Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "ssh",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "PublicKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey]"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "publicKeys",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey"
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "KeyData": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "keyData",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "System.Type": {
+ "Namespace": "System",
+ "Name": "System.Type",
+ "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LoadBalancerProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile",
+ "AdvancedNetworking": "Microsoft.Azure.Management.ContainerService.Models.AdvancedNetworking",
+ "NatGatewayProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNATGatewayProfile",
+ "StaticEgressGatewayProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStaticEgressGatewayProfile",
+ "IpFamilies": "System.Collections.Generic.IList`1[System.String]",
+ "ServiceCidrs": "System.Collections.Generic.IList`1[System.String]",
+ "PodCidrs": "System.Collections.Generic.IList`1[System.String]",
+ "NetworkDataplane": "System.String",
+ "NetworkPluginMode": "System.String",
+ "LoadBalancerSku": "System.String",
+ "DockerBridgeCidr": "System.String",
+ "DnsServiceIP": "System.String",
+ "ServiceCidr": "System.String",
+ "PodCidr": "System.String",
+ "NetworkMode": "System.String",
+ "NetworkPolicy": "System.String",
+ "OutboundType": "System.String",
+ "NetworkPlugin": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ManagedOutboundIPs": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs",
+ "OutboundIPPrefixes": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes",
+ "OutboundIPs": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPs",
+ "EffectiveOutboundIPs": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]",
+ "EnableMultipleStandardLoadBalancers": "System.Nullable`1[System.Boolean]",
+ "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]",
+ "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]",
+ "BackendPoolType": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Count": "System.Nullable`1[System.Int32]",
+ "CountIPv6": "System.Nullable`1[System.Int32]"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "count",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "System.Nullable`1[System.Int32]": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "PublicIPPrefixes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSResourceReference, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.Commands.Aks.Models.PSResourceReference"
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSResourceReference": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSResourceReference",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSResourceReference, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPs": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPs",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPs, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "PublicIPs": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "System.Nullable`1[System.Boolean]": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.AdvancedNetworking": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AdvancedNetworking",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AdvancedNetworking, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Observability": "Microsoft.Azure.Management.ContainerService.Models.AdvancedNetworkingObservability",
+ "Security": "Microsoft.Azure.Management.ContainerService.Models.AdvancedNetworkingSecurity",
+ "Enabled": "System.Nullable`1[System.Boolean]"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "enabled",
+ "Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "observability",
+ "Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "security",
+ "Type": "System.Reflection.RuntimeParameterInfo"
}
]
+ }
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.AdvancedNetworkingObservability": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AdvancedNetworkingObservability",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AdvancedNetworkingObservability, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Enabled": "System.Nullable`1[System.Boolean]"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
},
{
- "Name": "RunViaIdentityExpanded",
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
"Parameters": [
{
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "System.String",
- "SubscriptionId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "Command",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "enabled",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.AdvancedNetworkingSecurity": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AdvancedNetworkingSecurity",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AdvancedNetworkingSecurity, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Enabled": "System.Nullable`1[System.Boolean]",
+ "AdvancedNetworkPolicies": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "ClusterToken",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "Context",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "enabled",
+ "Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "advancedNetworkPolicies",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNATGatewayProfile": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNATGatewayProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNATGatewayProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ManagedOutboundIPProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterManagedOutboundIPProfile",
+ "EffectiveOutboundIPs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.ResourceReference]",
+ "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "ReturnType": "System.Void"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "managedOutboundIPProfile",
+ "Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "effectiveOutboundIPs",
+ "Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "idleTimeoutInMinutes",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterManagedOutboundIPProfile": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterManagedOutboundIPProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterManagedOutboundIPProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Count": "System.Nullable`1[System.Int32]"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "ReturnType": "System.Void"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "count",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "System.Void": {
+ "Namespace": "System",
+ "Name": "System.Void",
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.ResourceReference]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.ResourceReference]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ContainerService.Models.ResourceReference, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.Management.ContainerService.Models.ResourceReference"
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.ResourceReference": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ResourceReference",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ResourceReference, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "id",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStaticEgressGatewayProfile": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStaticEgressGatewayProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStaticEgressGatewayProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Enabled": "System.Nullable`1[System.Boolean]"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "enabled",
+ "Type": "System.Reflection.RuntimeParameterInfo"
}
]
+ }
+ ]
+ },
+ "System.Collections.Generic.IList`1[System.String]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IList`1[System.String]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.String"
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ClientId": "System.String",
+ "Secret": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
},
{
- "Name": "__AllParameterSets",
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
"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.4.6.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.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=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "clientId",
+ "Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "secret",
+ "Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- {
- "VerbName": "Stop",
- "NounName": "AzAksCluster",
- "Name": "Stop-AzAksCluster",
- "ClassName": "Stop-AzAksCluster",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "Stop",
- "OutputTypes": [
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AdminGroupObjectIDs": "System.Collections.Generic.IList`1[System.String]",
+ "Managed": "System.Nullable`1[System.Boolean]",
+ "EnableAzureRBAC": "System.Nullable`1[System.Boolean]",
+ "ClientAppID": "System.String",
+ "ServerAppID": "System.String",
+ "ServerAppSecret": "System.String",
+ "TenantID": "System.String"
+ },
+ "Methods": [
{
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
+ "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"
}
],
- "Parameters": [
+ "Constructors": [
{
- "Name": "Name",
- "AliasList": [
- "ClusterName"
+ "Name": ""
+ }
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AuthorizedIPRanges": "System.Collections.Generic.IList`1[System.String]",
+ "EnablePrivateCluster": "System.Nullable`1[System.Boolean]",
+ "EnablePrivateClusterPublicFQDN": "System.Nullable`1[System.Boolean]",
+ "DisableRunCommand": "System.Nullable`1[System.Boolean]",
+ "EnableVnetIntegration": "System.Nullable`1[System.Boolean]",
+ "PrivateDNSZone": "System.String",
+ "SubnetId": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
+ "ReturnType": "System.Boolean"
},
{
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "UpgradeChannel": "System.String",
+ "NodeOSUpgradeChannel": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
},
{
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": "ToString",
+ "ReturnType": "System.String"
},
{
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "System.String",
- "SubscriptionId": "System.String"
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
}
- },
- "ValidateNotNullOrEmpty": false
+ ],
+ "ReturnType": "System.Boolean"
},
{
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "NoProxy": "System.Collections.Generic.IList`1[System.String]",
+ "HttpProxy": "System.String",
+ "HttpsProxy": "System.String",
+ "TrustedCa": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
+ "ReturnType": "System.Boolean"
},
{
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue]",
+ "Type": "System.Nullable`1[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType]",
+ "PrincipalId": "System.String",
+ "TenantId": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
},
{
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": "ToString",
+ "ReturnType": "System.String"
},
{
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.String",
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue"
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "PrincipalId": "System.String",
+ "ClientId": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
},
{
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": "ToString",
+ "ReturnType": "System.String"
},
{
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
},
{
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
{
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": ""
+ }
+ ]
+ },
+ "System.Nullable`1[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType]": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType]",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType"
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Methods": [
+ {
+ "Name": "HasFlag",
+ "Parameters": [
+ {
+ "Name": "flag",
+ "Type": "System.Enum"
+ }
+ ],
+ "ReturnType": "System.Boolean"
},
{
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
},
{
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
},
{
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
+ "Name": "CompareTo",
+ "Parameters": [
+ {
+ "Name": "target",
+ "Type": "System.Object"
+ }
],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
+ "ReturnType": "System.Int32"
+ },
{
- "Name": "Stop",
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
"Parameters": [
{
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "ClusterName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.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.4.6.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "format",
+ "Type": "System.String"
}
- ]
+ ],
+ "ReturnType": "System.String"
},
{
- "Name": "StopViaIdentity",
+ "Name": "ToString",
"Parameters": [
{
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "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.4.6.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.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.4.6.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.4.6.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=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "provider",
+ "Type": "System.IFormatProvider"
+ }
+ ],
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "format",
+ "Type": "System.String"
},
{
- "ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "provider",
+ "Type": "System.IFormatProvider"
}
- ]
+ ],
+ "ReturnType": "System.String"
},
{
- "Name": "__AllParameterSets",
+ "Name": "GetTypeCode",
+ "ReturnType": "System.TypeCode"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ }
+ ]
+ },
+ "System.TypeCode": {
+ "Namespace": "System",
+ "Name": "System.TypeCode",
+ "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "UserAssignedIdentities": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity]",
+ "UserAssignedIdentityExceptions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException]",
+ "Enabled": "System.Nullable`1[System.Boolean]",
+ "AllowNetworkPluginKubenet": "System.Nullable`1[System.Boolean]"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
"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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity"
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfileUserAssignedIdentity",
+ "ProvisioningInfo": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningInfo",
+ "Name": "System.String",
+ "NamespaceProperty": "System.String",
+ "BindingSelector": "System.String",
+ "ProvisioningState": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfileUserAssignedIdentity": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfileUserAssignedIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfileUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ResourceId": "System.String",
+ "ClientId": "System.String",
+ "ObjectId": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningInfo": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningInfo",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningInfo, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Error": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningError"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningError": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningError",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningError, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Error": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Details": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody]",
+ "Code": "System.String",
+ "Message": "System.String",
+ "Target": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody"
+ ]
+ },
+ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException"
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "PodLabels": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "NamespaceProperty": "System.String",
+ "Name": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "System.Collections.Generic.IDictionary`2[System.String,System.String]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.String",
+ "System.String"
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "GmsaProfile": "Microsoft.Azure.Management.ContainerService.Models.WindowsGmsaProfile",
+ "EnableCSIProxy": "System.Nullable`1[System.Boolean]",
+ "AdminUsername": "System.String",
+ "AdminPassword": "System.String",
+ "LicenseType": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.WindowsGmsaProfile": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.WindowsGmsaProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.WindowsGmsaProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Enabled": "System.Nullable`1[System.Boolean]",
+ "DnsServer": "System.String",
+ "RootDomainName": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "enabled",
+ "Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "dnsServer",
+ "Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "rootDomainName",
+ "Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- {
- "VerbName": "Update",
- "NounName": "AzAksMaintenanceConfiguration",
- "Name": "Update-AzAksMaintenanceConfiguration",
- "ClassName": "Update-AzAksMaintenanceConfiguration",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "UpdateExpanded",
- "OutputTypes": [
+ "Microsoft.Azure.Commands.Aks.Models.PSPowerState": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSPowerState, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Code": "System.String"
+ },
+ "Methods": [
{
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMaintenanceConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMaintenanceConfiguration, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "TimeInWeek": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek]",
- "NotAllowedTime": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "SystemDataCreatedBy": "System.String",
- "SystemDataCreatedByType": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "SystemDataLastModifiedByType": "System.String"
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
}
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
}
],
- "Parameters": [
+ "Constructors": [
{
- "Name": "ConfigName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": ""
+ }
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ClusterUpgradeSettings, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "OverrideSettings": "Microsoft.Azure.Management.ContainerService.Models.UpgradeOverrideSettings"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
},
{
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": "ToString",
+ "ReturnType": "System.String"
},
{
- "Name": "ResourceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
},
{
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
},
{
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "System.String",
- "SubscriptionId": "System.String"
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "overrideSettings",
+ "Type": "System.Reflection.RuntimeParameterInfo"
}
- },
- "ValidateNotNullOrEmpty": false
- },
+ ]
+ }
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.UpgradeOverrideSettings": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.UpgradeOverrideSettings",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.UpgradeOverrideSettings, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ForceUpgrade": "System.Nullable`1[System.Boolean]",
+ "Until": "System.Nullable`1[System.DateTime]"
+ },
+ "Methods": [
{
- "Name": "NotAllowedTime",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": "GetType",
+ "ReturnType": "System.Type"
},
{
- "Name": "TimeInWeek",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": "ToString",
+ "ReturnType": "System.String"
},
{
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
+ "ReturnType": "System.Boolean"
},
{
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
{
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": ""
},
{
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "forceUpgrade",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "until",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "System.Nullable`1[System.DateTime]": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.DateTime]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.DateTime"
+ ]
+ },
+ "System.DateTime": {
+ "Namespace": "System",
+ "Name": "System.DateTime",
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Name": "System.String",
+ "Type": "System.String"
+ },
+ "Methods": [
{
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": "GetType",
+ "ReturnType": "System.Type"
},
{
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": "ToString",
+ "ReturnType": "System.String"
},
{
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
},
{
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
}
],
- "ParameterSets": [
+ "Constructors": [
{
- "Name": "UpdateExpanded",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ConfigName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NotAllowedTime",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TimeInWeek",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
- },
- "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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "name",
+ "Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "type",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAIToolchainOperatorProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Enabled": "System.Nullable`1[System.Boolean]"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "enabled",
+ "Type": "System.Reflection.RuntimeParameterInfo"
}
]
+ }
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Metrics": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileMetrics"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "ReturnType": "System.Void"
},
{
- "Name": "UpdateViaIdentityExpanded",
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
"Parameters": [
{
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AgentPoolName": "System.String",
- "CommandId": "System.String",
- "ConfigName": "System.String",
- "Id": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "ResourceName": "System.String",
- "RoleName": "System.String",
- "SubscriptionId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "NotAllowedTime",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "metrics",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileMetrics": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileMetrics",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileMetrics, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "KubeStateMetrics": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileKubeStateMetrics",
+ "Enabled": "System.Boolean"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "ReturnType": "System.Void"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "TimeInWeek",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "enabled",
+ "Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "kubeStateMetrics",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileKubeStateMetrics": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileKubeStateMetrics",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileKubeStateMetrics, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "MetricLabelsAllowlist": "System.String",
+ "MetricAnnotationsAllowList": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "metricLabelsAllowlist",
+ "Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "metricAnnotationsAllowList",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ArtifactSource": "System.String",
+ "ContainerRegistryId": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "artifactSource",
+ "Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "containerRegistryId",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "WebAppRouting": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfileWebAppRouting"
+ },
+ "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": "webAppRouting",
+ "Type": "System.Reflection.RuntimeParameterInfo"
}
]
+ }
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfileWebAppRouting": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfileWebAppRouting",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfileWebAppRouting, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Nginx": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfileNginx",
+ "Identity": "Microsoft.Azure.Management.ContainerService.Models.UserAssignedIdentity",
+ "DnsZoneResourceIds": "System.Collections.Generic.IList`1[System.String]",
+ "Enabled": "System.Nullable`1[System.Boolean]"
+ },
+ "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": "__AllParameterSets",
+ "Name": "",
"Parameters": [
{
- "ParameterMetadata": {
- "Name": "NotAllowedTime",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "enabled",
+ "Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "ParameterMetadata": {
- "Name": "TimeInWeek",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "dnsZoneResourceIds",
+ "Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "nginx",
+ "Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "identity",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfileNginx": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfileNginx",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfileNginx, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultIngressControllerType": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "defaultIngressControllerType",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.UserAssignedIdentity": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.UserAssignedIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.UserAssignedIdentity, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ResourceId": "System.String",
+ "ClientId": "System.String",
+ "ObjectId": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
{
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "resourceId",
+ "Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "clientId",
+ "Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "ParameterMetadata": {
- "Name": "ProgressAction",
- "AliasList": [
- "proga"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.ActionPreference",
- "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "Name": "objectId",
+ "Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
- }
- ],
- "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"
- },
- "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Ssh": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration",
- "AdminUsername": "System.String"
+ "CostAnalysis": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterCostAnalysis"
},
"Methods": [
{
@@ -36502,23 +57945,19 @@
"Name": "",
"Parameters": [
{
- "Name": "adminUsername",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "ssh",
+ "Name": "costAnalysis",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterCostAnalysis": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterCostAnalysis",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterCostAnalysis, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "PublicKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey]"
+ "Enabled": "System.Nullable`1[System.Boolean]"
},
"Methods": [
{
@@ -36552,27 +57991,70 @@
"Name": "",
"Parameters": [
{
- "Name": "publicKeys",
+ "Name": "enabled",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey"
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Mode": "System.String",
+ "DefaultNodePools": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "mode",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "defaultNodePools",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
]
},
- "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeResourceGroupProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "KeyData": "System.String"
+ "RestrictionLevel": "System.String"
},
"Methods": [
{
@@ -36606,37 +58088,20 @@
"Name": "",
"Parameters": [
{
- "Name": "keyData",
+ "Name": "restrictionLevel",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "System.Type": {
- "Namespace": "System",
- "Name": "System.Type",
- "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "LoadBalancerProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile",
- "NatGatewayProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNATGatewayProfile",
- "PodCidrs": "System.Collections.Generic.IList`1[System.String]",
- "ServiceCidrs": "System.Collections.Generic.IList`1[System.String]",
- "IpFamilies": "System.Collections.Generic.IList`1[System.String]",
- "NetworkPlugin": "System.String",
- "NetworkPolicy": "System.String",
- "NetworkMode": "System.String",
- "PodCidr": "System.String",
- "ServiceCidr": "System.String",
- "DnsServiceIP": "System.String",
- "DockerBridgeCidr": "System.String",
- "OutboundType": "System.String",
- "LoadBalancerSku": "System.String"
+ "Enabled": "System.Nullable`1[System.Boolean]",
+ "IssuerUrl": "System.String"
},
"Methods": [
{
@@ -36665,21 +58130,47 @@
"Constructors": [
{
"Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "issuerUrl",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "enabled",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
}
]
},
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ManagedOutboundIPs": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs",
- "OutboundIPPrefixes": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes",
- "OutboundIPs": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPs",
- "EffectiveOutboundIPs": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]",
- "EnableMultipleStandardLoadBalancers": "System.Nullable`1[System.Boolean]",
- "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]",
- "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]"
+ "DaemonsetEvictionForEmptyNodes": "System.Nullable`1[System.Boolean]",
+ "DaemonsetEvictionForOccupiedNodes": "System.Nullable`1[System.Boolean]",
+ "IgnoreDaemonsetsUtilization": "System.Nullable`1[System.Boolean]",
+ "BalanceSimilarNodeGroups": "System.String",
+ "ScaleDownUtilizationThreshold": "System.String",
+ "ScaleDownUnreadyTime": "System.String",
+ "ScaleDownUnneededTime": "System.String",
+ "ScaleDownDelayAfterFailure": "System.String",
+ "ScaleDownDelayAfterDelete": "System.String",
+ "ScaleDownDelayAfterAdd": "System.String",
+ "ScanInterval": "System.String",
+ "NewPodScaleUpDelay": "System.String",
+ "SkipNodesWithLocalStorage": "System.String",
+ "MaxTotalUnreadyPercentage": "System.String",
+ "MaxNodeProvisionTime": "System.String",
+ "MaxGracefulTerminationSec": "System.String",
+ "MaxEmptyBulkDelete": "System.String",
+ "Expander": "System.String",
+ "OkTotalUnreadyCount": "System.String",
+ "SkipNodesWithSystemPods": "System.String"
},
"Methods": [
{
@@ -36694,32 +58185,124 @@
"Name": "Equals",
"Parameters": [
{
- "Name": "obj",
- "Type": "System.Object"
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "balanceSimilarNodeGroups",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "daemonsetEvictionForEmptyNodes",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "daemonsetEvictionForOccupiedNodes",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "ignoreDaemonsetsUtilization",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "expander",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "maxEmptyBulkDelete",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "maxGracefulTerminationSec",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "maxNodeProvisionTime",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "maxTotalUnreadyPercentage",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "newPodScaleUpDelay",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "okTotalUnreadyCount",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "scanInterval",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "scaleDownDelayAfterAdd",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "scaleDownDelayAfterDelete",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "scaleDownDelayAfterFailure",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "scaleDownUnneededTime",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "scaleDownUnreadyTime",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "scaleDownUtilizationThreshold",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "skipNodesWithLocalStorage",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "skipNodesWithSystemPods",
+ "Type": "System.Reflection.RuntimeParameterInfo"
}
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
+ ]
}
]
},
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Count": "System.Nullable`1[System.Int32]",
- "CountIPv6": "System.Nullable`1[System.Int32]"
+ "AzureKeyVaultKms": "Microsoft.Azure.Management.ContainerService.Models.AzureKeyVaultKms",
+ "Defender": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefender",
+ "ImageCleaner": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileImageCleaner",
+ "WorkloadIdentity": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileWorkloadIdentity",
+ "CustomCaTrustCertificates": "System.Collections.Generic.IList`1[System.Byte[]]"
},
"Methods": [
+ {
+ "Name": "Validate",
+ "ReturnType": "System.Void"
+ },
{
"Name": "GetType",
"ReturnType": "System.Type"
@@ -36751,27 +58334,38 @@
"Name": "",
"Parameters": [
{
- "Name": "count",
+ "Name": "defender",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "azureKeyVaultKms",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "workloadIdentity",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "imageCleaner",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "customCaTrustCertificates",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "System.Nullable`1[System.Int32]": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.AzureKeyVaultKms": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AzureKeyVaultKms",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AzureKeyVaultKms, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "PublicIPPrefixes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]"
+ "Enabled": "System.Nullable`1[System.Boolean]",
+ "KeyId": "System.String",
+ "KeyVaultNetworkAccess": "System.String",
+ "KeyVaultResourceId": "System.String"
},
"Methods": [
{
@@ -36800,60 +58394,37 @@
"Constructors": [
{
"Name": ""
- }
- ]
- },
- "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSResourceReference, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Commands.Aks.Models.PSResourceReference"
- ]
- },
- "Microsoft.Azure.Commands.Aks.Models.PSResourceReference": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSResourceReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSResourceReference, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
},
{
- "Name": "Equals",
+ "Name": "",
"Parameters": [
{
- "Name": "obj",
- "Type": "System.Object"
+ "Name": "enabled",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "keyId",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "keyVaultNetworkAccess",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "keyVaultResourceId",
+ "Type": "System.Reflection.RuntimeParameterInfo"
}
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
+ ]
}
]
},
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPs": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPs",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPs, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefender": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefender",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefender, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "PublicIPs": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]"
+ "SecurityMonitoring": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefenderSecurityMonitoring",
+ "LogAnalyticsWorkspaceResourceId": "System.String"
},
"Methods": [
{
@@ -36882,31 +58453,30 @@
"Constructors": [
{
"Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "logAnalyticsWorkspaceResourceId",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "securityMonitoring",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
}
]
},
- "System.Nullable`1[System.Boolean]": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
- },
- "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNATGatewayProfile": {
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefenderSecurityMonitoring": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNATGatewayProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNATGatewayProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefenderSecurityMonitoring",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefenderSecurityMonitoring, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ManagedOutboundIPProfile": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterManagedOutboundIPProfile",
- "EffectiveOutboundIPs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.ResourceReference]",
- "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]"
+ "Enabled": "System.Nullable`1[System.Boolean]"
},
"Methods": [
- {
- "Name": "Validate",
- "ReturnType": "System.Void"
- },
{
"Name": "GetType",
"ReturnType": "System.Type"
@@ -36938,33 +58508,22 @@
"Name": "",
"Parameters": [
{
- "Name": "managedOutboundIPProfile",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "effectiveOutboundIPs",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "idleTimeoutInMinutes",
+ "Name": "enabled",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterManagedOutboundIPProfile": {
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileImageCleaner": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterManagedOutboundIPProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterManagedOutboundIPProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileImageCleaner",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileImageCleaner, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Count": "System.Nullable`1[System.Int32]"
+ "Enabled": "System.Nullable`1[System.Boolean]",
+ "IntervalHours": "System.Nullable`1[System.Int32]"
},
"Methods": [
- {
- "Name": "Validate",
- "ReturnType": "System.Void"
- },
{
"Name": "GetType",
"ReturnType": "System.Type"
@@ -36996,32 +58555,23 @@
"Name": "",
"Parameters": [
{
- "Name": "count",
+ "Name": "enabled",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "intervalHours",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "System.Void": {
- "Namespace": "System",
- "Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.ResourceReference]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.ResourceReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ContainerService.Models.ResourceReference, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Management.ContainerService.Models.ResourceReference"
- ]
- },
- "Microsoft.Azure.Management.ContainerService.Models.ResourceReference": {
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileWorkloadIdentity": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ResourceReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ResourceReference, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileWorkloadIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileWorkloadIdentity, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Id": "System.String"
+ "Enabled": "System.Nullable`1[System.Boolean]"
},
"Methods": [
{
@@ -37055,28 +58605,34 @@
"Name": "",
"Parameters": [
{
- "Name": "id",
+ "Name": "enabled",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "System.Collections.Generic.IList`1[System.String]": {
+ "System.Collections.Generic.IList`1[System.Byte[]]": {
"Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Name": "System.Collections.Generic.IList`1[System.Byte[]]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Byte[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
- "System.String"
+ "System.Byte[]"
]
},
- "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "System.Byte[]": {
+ "Namespace": "System",
+ "Name": "System.Byte[]",
+ "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Byte"
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ClientId": "System.String",
- "Secret": "System.String"
+ "Name": "System.String",
+ "Tier": "System.String"
},
"Methods": [
{
@@ -37110,29 +58666,23 @@
"Name": "",
"Parameters": [
{
- "Name": "clientId",
+ "Name": "name",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "secret",
+ "Name": "tier",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "AdminGroupObjectIDs": "System.Collections.Generic.IList`1[System.String]",
- "Managed": "System.Nullable`1[System.Boolean]",
- "EnableAzureRBAC": "System.Nullable`1[System.Boolean]",
- "ClientAppID": "System.String",
- "ServerAppID": "System.String",
- "ServerAppSecret": "System.String",
- "TenantID": "System.String"
+ "ProvisioningError": "Microsoft.Azure.Management.ContainerService.Models.ErrorDetail"
},
"Methods": [
{
@@ -37161,19 +58711,28 @@
"Constructors": [
{
"Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "provisioningError",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
}
]
},
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.ErrorDetail": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ErrorDetail",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ErrorDetail, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "AuthorizedIPRanges": "System.Collections.Generic.IList`1[System.String]",
- "EnablePrivateCluster": "System.Nullable`1[System.Boolean]",
- "EnablePrivateClusterPublicFQDN": "System.Nullable`1[System.Boolean]",
- "DisableRunCommand": "System.Nullable`1[System.Boolean]",
- "PrivateDNSZone": "System.String"
+ "AdditionalInfo": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.ErrorAdditionalInfo]",
+ "Details": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.ErrorDetail]",
+ "Code": "System.String",
+ "Message": "System.String",
+ "Target": "System.String"
},
"Methods": [
{
@@ -37202,15 +58761,49 @@
"Constructors": [
{
"Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "code",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "message",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "target",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "details",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "additionalInfo",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
}
]
},
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAutoUpgradeProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.ErrorAdditionalInfo]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.ErrorAdditionalInfo]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ContainerService.Models.ErrorAdditionalInfo, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.Management.ContainerService.Models.ErrorAdditionalInfo"
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.ErrorAdditionalInfo": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ErrorAdditionalInfo",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ErrorAdditionalInfo, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "UpgradeChannel": "System.String"
+ "Info": "System.Object",
+ "Type": "System.String"
},
"Methods": [
{
@@ -37239,18 +58832,44 @@
"Constructors": [
{
"Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "type",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "info",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
}
]
},
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterHTTPProxyConfig, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "System.Object": {
+ "Namespace": "System",
+ "Name": "System.Object",
+ "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.ErrorDetail]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.ErrorDetail]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ContainerService.Models.ErrorDetail, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.Management.ContainerService.Models.ErrorDetail"
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "NoProxy": "System.Collections.Generic.IList`1[System.String]",
- "HttpProxy": "System.String",
- "HttpsProxy": "System.String",
- "TrustedCa": "System.String"
+ "BlobCsiDriver": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileBlobCSIDriver",
+ "DiskCsiDriver": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileDiskCSIDriver",
+ "FileCsiDriver": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileFileCSIDriver",
+ "SnapshotController": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileSnapshotController"
},
"Methods": [
{
@@ -37279,18 +58898,36 @@
"Constructors": [
{
"Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "diskCsiDriver",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "fileCsiDriver",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "snapshotController",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "blobCsiDriver",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
}
]
},
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileBlobCSIDriver": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileBlobCSIDriver",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileBlobCSIDriver, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue]",
- "Type": "System.Nullable`1[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType]",
- "PrincipalId": "System.String",
- "TenantId": "System.String"
+ "Enabled": "System.Nullable`1[System.Boolean]"
},
"Methods": [
{
@@ -37319,25 +58956,24 @@
"Constructors": [
{
"Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "enabled",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
}
]
},
- "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.String",
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue"
- ]
- },
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileDiskCSIDriver": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileDiskCSIDriver",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileDiskCSIDriver, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "PrincipalId": "System.String",
- "ClientId": "System.String"
+ "Enabled": "System.Nullable`1[System.Boolean]"
},
"Methods": [
{
@@ -37366,118 +59002,24 @@
"Constructors": [
{
"Name": ""
- }
- ]
- },
- "System.Nullable`1[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType]": {
- "Namespace": "System",
- "Name": "System.Nullable`1[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType"
- ]
- },
- "Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Methods": [
- {
- "Name": "HasFlag",
- "Parameters": [
- {
- "Name": "flag",
- "Type": "System.Enum"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "CompareTo",
- "Parameters": [
- {
- "Name": "target",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "ToString",
- "Parameters": [
- {
- "Name": "format",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String"
- },
- {
- "Name": "ToString",
- "Parameters": [
- {
- "Name": "provider",
- "Type": "System.IFormatProvider"
- }
- ],
- "ReturnType": "System.String"
},
{
- "Name": "ToString",
+ "Name": "",
"Parameters": [
{
- "Name": "format",
- "Type": "System.String"
- },
- {
- "Name": "provider",
- "Type": "System.IFormatProvider"
+ "Name": "enabled",
+ "Type": "System.Reflection.RuntimeParameterInfo"
}
- ],
- "ReturnType": "System.String"
- },
- {
- "Name": "GetTypeCode",
- "ReturnType": "System.TypeCode"
- },
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
+ ]
}
]
},
- "System.TypeCode": {
- "Namespace": "System",
- "Name": "System.TypeCode",
- "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileFileCSIDriver": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileFileCSIDriver",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileFileCSIDriver, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "UserAssignedIdentities": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity]",
- "UserAssignedIdentityExceptions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException]",
- "Enabled": "System.Nullable`1[System.Boolean]",
- "AllowNetworkPluginKubenet": "System.Nullable`1[System.Boolean]"
+ "Enabled": "System.Nullable`1[System.Boolean]"
},
"Methods": [
{
@@ -37506,28 +59048,24 @@
"Constructors": [
{
"Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "enabled",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
}
]
},
- "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity"
- ]
- },
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileSnapshotController": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileSnapshotController",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileSnapshotController, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfileUserAssignedIdentity",
- "ProvisioningInfo": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningInfo",
- "Name": "System.String",
- "NamespaceProperty": "System.String",
- "BindingSelector": "System.String",
- "ProvisioningState": "System.String"
+ "Enabled": "System.Nullable`1[System.Boolean]"
},
"Methods": [
{
@@ -37556,19 +59094,31 @@
"Constructors": [
{
"Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "enabled",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
}
]
},
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfileUserAssignedIdentity": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfileUserAssignedIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProfileUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ResourceId": "System.String",
- "ClientId": "System.String",
- "ObjectId": "System.String"
+ "Keda": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfileKeda",
+ "VerticalPodAutoscaler": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler"
},
"Methods": [
+ {
+ "Name": "Validate",
+ "ReturnType": "System.Void"
+ },
{
"Name": "GetType",
"ReturnType": "System.Type"
@@ -37595,17 +59145,34 @@
"Constructors": [
{
"Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "keda",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "verticalPodAutoscaler",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
}
]
},
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningInfo": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningInfo, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfileKeda": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfileKeda",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfileKeda, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Error": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningError"
+ "Enabled": "System.Boolean"
},
"Methods": [
+ {
+ "Name": "Validate",
+ "ReturnType": "System.Void"
+ },
{
"Name": "GetType",
"ReturnType": "System.Type"
@@ -37632,17 +59199,30 @@
"Constructors": [
{
"Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "enabled",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
}
]
},
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningError": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningError",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningError, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Error": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody"
+ "Enabled": "System.Boolean"
},
"Methods": [
+ {
+ "Name": "Validate",
+ "ReturnType": "System.Void"
+ },
{
"Name": "GetType",
"ReturnType": "System.Type"
@@ -37669,20 +59249,31 @@
"Constructors": [
{
"Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "enabled",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
}
]
},
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ServiceMeshProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Details": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody]",
- "Code": "System.String",
- "Message": "System.String",
- "Target": "System.String"
+ "Istio": "Microsoft.Azure.Management.ContainerService.Models.IstioServiceMesh",
+ "Mode": "System.String"
},
"Methods": [
+ {
+ "Name": "Validate",
+ "ReturnType": "System.Void"
+ },
{
"Name": "GetType",
"ReturnType": "System.Type"
@@ -37709,35 +59300,36 @@
"Constructors": [
{
"Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "mode",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "istio",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
}
]
},
- "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityProvisioningErrorBody"
- ]
- },
- "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException"
- ]
- },
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPodIdentityException, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.IstioServiceMesh": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.IstioServiceMesh",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.IstioServiceMesh, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "PodLabels": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "NamespaceProperty": "System.String",
- "Name": "System.String"
+ "CertificateAuthority": "Microsoft.Azure.Management.ContainerService.Models.IstioCertificateAuthority",
+ "Components": "Microsoft.Azure.Management.ContainerService.Models.IstioComponents",
+ "Revisions": "System.Collections.Generic.IList`1[System.String]"
},
"Methods": [
+ {
+ "Name": "Validate",
+ "ReturnType": "System.Void"
+ },
{
"Name": "GetType",
"ReturnType": "System.Type"
@@ -37764,28 +59356,32 @@
"Constructors": [
{
"Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "components",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "certificateAuthority",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "revisions",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
}
]
},
- "System.Collections.Generic.IDictionary`2[System.String,System.String]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.String",
- "System.String"
- ]
- },
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.IstioCertificateAuthority": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.IstioCertificateAuthority",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.IstioCertificateAuthority, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "GmsaProfile": "Microsoft.Azure.Management.ContainerService.Models.WindowsGmsaProfile",
- "EnableCSIProxy": "System.Nullable`1[System.Boolean]",
- "AdminUsername": "System.String",
- "AdminPassword": "System.String",
- "LicenseType": "System.String"
+ "Plugin": "Microsoft.Azure.Management.ContainerService.Models.IstioPluginCertificateAuthority"
},
"Methods": [
{
@@ -37814,17 +59410,28 @@
"Constructors": [
{
"Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "plugin",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.WindowsGmsaProfile": {
+ "Microsoft.Azure.Management.ContainerService.Models.IstioPluginCertificateAuthority": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.WindowsGmsaProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.WindowsGmsaProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.IstioPluginCertificateAuthority",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.IstioPluginCertificateAuthority, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Enabled": "System.Nullable`1[System.Boolean]",
- "DnsServer": "System.String",
- "RootDomainName": "System.String"
+ "KeyVaultId": "System.String",
+ "CertObjectName": "System.String",
+ "KeyObjectName": "System.String",
+ "RootCertObjectName": "System.String",
+ "CertChainObjectName": "System.String"
},
"Methods": [
{
@@ -37858,27 +59465,36 @@
"Name": "",
"Parameters": [
{
- "Name": "enabled",
+ "Name": "keyVaultId",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "dnsServer",
+ "Name": "certObjectName",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "rootDomainName",
+ "Name": "keyObjectName",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "rootCertObjectName",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "certChainObjectName",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "Microsoft.Azure.Commands.Aks.Models.PSPowerState": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSPowerState, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.IstioComponents": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.IstioComponents",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.IstioComponents, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Code": "System.String"
+ "EgressGateways": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IstioEgressGateway]",
+ "IngressGateways": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IstioIngressGateway]"
},
"Methods": [
{
@@ -37907,18 +59523,42 @@
"Constructors": [
{
"Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "ingressGateways",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "egressGateways",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation": {
+ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IstioEgressGateway]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IstioEgressGateway]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ContainerService.Models.IstioEgressGateway, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.Management.ContainerService.Models.IstioEgressGateway"
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.IstioEgressGateway": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ExtendedLocation, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.IstioEgressGateway",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.IstioEgressGateway, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Name": "System.String",
- "Type": "System.String"
+ "Enabled": "System.Boolean"
},
"Methods": [
+ {
+ "Name": "Validate",
+ "ReturnType": "System.Void"
+ },
{
"Name": "GetType",
"ReturnType": "System.Type"
@@ -37950,26 +59590,34 @@
"Name": "",
"Parameters": [
{
- "Name": "name",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "type",
+ "Name": "enabled",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile": {
+ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IstioIngressGateway]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IstioIngressGateway]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ContainerService.Models.IstioIngressGateway, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.Management.ContainerService.Models.IstioIngressGateway"
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.IstioIngressGateway": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.IstioIngressGateway",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.IstioIngressGateway, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Enabled": "System.Nullable`1[System.Boolean]",
- "IssuerUrl": "System.String"
+ "Enabled": "System.Boolean",
+ "Mode": "System.String"
},
"Methods": [
+ {
+ "Name": "Validate",
+ "ReturnType": "System.Void"
+ },
{
"Name": "GetType",
"ReturnType": "System.Type"
@@ -38001,7 +59649,7 @@
"Name": "",
"Parameters": [
{
- "Name": "issuerUrl",
+ "Name": "mode",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
@@ -38012,28 +59660,23 @@
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPropertiesAutoScalerProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.String",
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile"
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BalanceSimilarNodeGroups": "System.String",
- "ScaleDownUtilizationThreshold": "System.String",
- "ScaleDownUnreadyTime": "System.String",
- "ScaleDownUnneededTime": "System.String",
- "ScaleDownDelayAfterFailure": "System.String",
- "ScaleDownDelayAfterDelete": "System.String",
- "ScaleDownDelayAfterAdd": "System.String",
- "SkipNodesWithLocalStorage": "System.String",
- "ScanInterval": "System.String",
- "NewPodScaleUpDelay": "System.String",
- "MaxTotalUnreadyPercentage": "System.String",
- "MaxNodeProvisionTime": "System.String",
- "MaxGracefulTerminationSec": "System.String",
- "MaxEmptyBulkDelete": "System.String",
- "Expander": "System.String",
- "OkTotalUnreadyCount": "System.String",
- "SkipNodesWithSystemPods": "System.String"
+ "Identity": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAddonProfileIdentity",
+ "Enabled": "System.Boolean",
+ "Config": "System.Collections.Generic.IDictionary`2[System.String,System.String]"
},
"Methods": [
{
@@ -38062,91 +59705,17 @@
"Constructors": [
{
"Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "balanceSimilarNodeGroups",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "expander",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "maxEmptyBulkDelete",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "maxGracefulTerminationSec",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "maxNodeProvisionTime",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "maxTotalUnreadyPercentage",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "newPodScaleUpDelay",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "okTotalUnreadyCount",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "scanInterval",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "scaleDownDelayAfterAdd",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "scaleDownDelayAfterDelete",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "scaleDownDelayAfterFailure",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "scaleDownUnneededTime",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "scaleDownUnreadyTime",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "scaleDownUtilizationThreshold",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "skipNodesWithLocalStorage",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "skipNodesWithSystemPods",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile": {
+ "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAddonProfileIdentity": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAddonProfileIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAddonProfileIdentity, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "AzureKeyVaultKms": "Microsoft.Azure.Management.ContainerService.Models.AzureKeyVaultKms",
- "Defender": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefender",
- "ImageCleaner": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileImageCleaner",
- "WorkloadIdentity": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileWorkloadIdentity"
+ "ResourceId": "System.String",
+ "ClientId": "System.String",
+ "ObjectId": "System.String"
},
"Methods": [
{
@@ -38180,34 +59749,38 @@
"Name": "",
"Parameters": [
{
- "Name": "defender",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "azureKeyVaultKms",
+ "Name": "resourceId",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "workloadIdentity",
+ "Name": "clientId",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "imageCleaner",
+ "Name": "objectId",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.AzureKeyVaultKms": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.AzureKeyVaultKms",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AzureKeyVaultKms, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.String",
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile"
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Enabled": "System.Nullable`1[System.Boolean]",
- "KeyId": "System.String",
- "KeyVaultNetworkAccess": "System.String",
- "KeyVaultResourceId": "System.String"
+ "ResourceId": "System.String",
+ "ClientId": "System.String",
+ "ObjectId": "System.String"
},
"Methods": [
{
@@ -38234,39 +59807,96 @@
}
],
"Constructors": [
- {
- "Name": ""
- },
{
"Name": "",
"Parameters": [
{
- "Name": "enabled",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "keyId",
+ "Name": "resourceId",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "keyVaultNetworkAccess",
+ "Name": "clientId",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "keyVaultResourceId",
+ "Name": "objectId",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefender": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefender",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefender, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile"
+ ]
+ },
+ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "SecurityMonitoring": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefenderSecurityMonitoring",
- "LogAnalyticsWorkspaceResourceId": "System.String"
+ "GatewayProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolGatewayProfile",
+ "NetworkProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "SecurityProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolSecurityProfile",
+ "Status": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolStatus",
+ "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeSettings",
+ "WindowsProfile": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolWindowsProfile",
+ "CreationData": "Microsoft.Azure.Management.ContainerService.Models.CreationData",
+ "GpuProfile": "Microsoft.Azure.Management.ContainerService.Models.GPUProfile",
+ "KubeletConfig": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
+ "LinuxOSConfig": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
+ "PowerState": "Microsoft.Azure.Management.ContainerService.Models.PowerState",
+ "VirtualMachinesProfile": "Microsoft.Azure.Management.ContainerService.Models.VirtualMachinesProfile",
+ "NodeLabels": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "VirtualMachineNodesStatus": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.VirtualMachineNodes]",
+ "Ports": "System.Collections.Generic.IList`1[System.Nullable`1[System.Int32]]",
+ "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
+ "NodeTaints": "System.Collections.Generic.IList`1[System.String]",
+ "EnableNodePublicIP": "System.Nullable`1[System.Boolean]",
+ "EnableFIPS": "System.Nullable`1[System.Boolean]",
+ "EnableUltraSSD": "System.Nullable`1[System.Boolean]",
+ "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]",
+ "EnableAutoScaling": "System.Nullable`1[System.Boolean]",
+ "SpotMaxPrice": "System.Nullable`1[System.Double]",
+ "Count": "System.Nullable`1[System.Int32]",
+ "OsDiskSizeGB": "System.Nullable`1[System.Int32]",
+ "MaxPods": "System.Nullable`1[System.Int32]",
+ "MaxCount": "System.Nullable`1[System.Int32]",
+ "MinCount": "System.Nullable`1[System.Int32]",
+ "CapacityReservationGroupId": "System.String",
+ "Fqdn": "System.String",
+ "MessageOfTheDay": "System.String",
+ "GpuInstanceProfile": "System.String",
+ "ETag": "System.String",
+ "StorageProfile": "System.String",
+ "HostGroupID": "System.String",
+ "DnsPrefix": "System.String",
+ "Name": "System.String",
+ "ScaleSetEvictionPolicy": "System.String",
+ "ScaleSetPriority": "System.String",
+ "VmSize": "System.String",
+ "OsDiskType": "System.String",
+ "KubeletDiskType": "System.String",
+ "WorkloadRuntime": "System.String",
+ "VnetSubnetID": "System.String",
+ "PodSubnetID": "System.String",
+ "OsType": "System.String",
+ "ProximityPlacementGroupID": "System.String",
+ "OsSKU": "System.String",
+ "ScaleDownMode": "System.String",
+ "Type": "System.String",
+ "OrchestratorVersion": "System.String",
+ "CurrentOrchestratorVersion": "System.String",
+ "NodeImageVersion": "System.String",
+ "ProvisioningState": "System.String",
+ "NodePublicIPPrefixID": "System.String",
+ "Mode": "System.String",
+ "PodIPAllocationMode": "System.String"
},
"Methods": [
{
@@ -38295,30 +59925,21 @@
"Constructors": [
{
"Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "logAnalyticsWorkspaceResourceId",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "securityMonitoring",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefenderSecurityMonitoring": {
+ "Microsoft.Azure.Management.ContainerService.Models.AgentPoolGatewayProfile": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefenderSecurityMonitoring",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefenderSecurityMonitoring, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolGatewayProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolGatewayProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Enabled": "System.Nullable`1[System.Boolean]"
+ "PublicIPPrefixSize": "System.Nullable`1[System.Int32]"
},
"Methods": [
+ {
+ "Name": "Validate",
+ "ReturnType": "System.Void"
+ },
{
"Name": "GetType",
"ReturnType": "System.Type"
@@ -38350,20 +59971,21 @@
"Name": "",
"Parameters": [
{
- "Name": "enabled",
+ "Name": "publicIPPrefixSize",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileImageCleaner": {
+ "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileImageCleaner",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileImageCleaner, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Enabled": "System.Nullable`1[System.Boolean]",
- "IntervalHours": "System.Nullable`1[System.Int32]"
+ "NodePublicIPTags": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IPTag]",
+ "AllowedHostPorts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PortRange]",
+ "ApplicationSecurityGroups": "System.Collections.Generic.IList`1[System.String]"
},
"Methods": [
{
@@ -38397,23 +60019,36 @@
"Name": "",
"Parameters": [
{
- "Name": "enabled",
+ "Name": "nodePublicIPTags",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "intervalHours",
+ "Name": "allowedHostPorts",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "applicationSecurityGroups",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileWorkloadIdentity": {
+ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IPTag]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.IPTag]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ContainerService.Models.IPTag, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.Management.ContainerService.Models.IPTag"
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.IPTag": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileWorkloadIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileWorkloadIdentity, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.IPTag",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.IPTag, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Enabled": "System.Nullable`1[System.Boolean]"
+ "IPTagType": "System.String",
+ "Tag": "System.String"
},
"Methods": [
{
@@ -38447,22 +60082,39 @@
"Name": "",
"Parameters": [
{
- "Name": "enabled",
+ "Name": "ipTagType",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "tag",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU": {
+ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PortRange]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PortRange]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ContainerService.Models.PortRange, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.Management.ContainerService.Models.PortRange"
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.PortRange": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSKU, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.PortRange",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.PortRange, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Name": "System.String",
- "Tier": "System.String"
+ "PortStart": "System.Nullable`1[System.Int32]",
+ "PortEnd": "System.Nullable`1[System.Int32]",
+ "Protocol": "System.String"
},
"Methods": [
+ {
+ "Name": "Validate",
+ "ReturnType": "System.Void"
+ },
{
"Name": "GetType",
"ReturnType": "System.Type"
@@ -38494,26 +60146,29 @@
"Name": "",
"Parameters": [
{
- "Name": "name",
+ "Name": "portStart",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "tier",
+ "Name": "portEnd",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "protocol",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile": {
+ "Microsoft.Azure.Management.ContainerService.Models.AgentPoolSecurityProfile": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolSecurityProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolSecurityProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BlobCsiDriver": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileBlobCSIDriver",
- "DiskCsiDriver": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileDiskCSIDriver",
- "FileCsiDriver": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileFileCSIDriver",
- "SnapshotController": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileSnapshotController"
+ "EnableVtpm": "System.Nullable`1[System.Boolean]",
+ "EnableSecureBoot": "System.Nullable`1[System.Boolean]",
+ "SshAccess": "System.String"
},
"Methods": [
{
@@ -38547,31 +60202,27 @@
"Name": "",
"Parameters": [
{
- "Name": "diskCsiDriver",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "fileCsiDriver",
+ "Name": "enableVtpm",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "snapshotController",
+ "Name": "enableSecureBoot",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "blobCsiDriver",
+ "Name": "sshAccess",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileBlobCSIDriver": {
+ "Microsoft.Azure.Management.ContainerService.Models.AgentPoolStatus": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileBlobCSIDriver",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileBlobCSIDriver, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolStatus",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolStatus, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Enabled": "System.Nullable`1[System.Boolean]"
+ "ProvisioningError": "Microsoft.Azure.Management.ContainerService.Models.ErrorDetail"
},
"Methods": [
{
@@ -38605,21 +60256,29 @@
"Name": "",
"Parameters": [
{
- "Name": "enabled",
+ "Name": "provisioningError",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileDiskCSIDriver": {
+ "Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeSettings": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileDiskCSIDriver",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileDiskCSIDriver, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeSettings",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeSettings, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Enabled": "System.Nullable`1[System.Boolean]"
+ "DrainTimeoutInMinutes": "System.Nullable`1[System.Int32]",
+ "NodeSoakDurationInMinutes": "System.Nullable`1[System.Int32]",
+ "MaxSurge": "System.String",
+ "MaxUnavailable": "System.String",
+ "UndrainableNodeBehavior": "System.String"
},
"Methods": [
+ {
+ "Name": "Validate",
+ "ReturnType": "System.Void"
+ },
{
"Name": "GetType",
"ReturnType": "System.Type"
@@ -38651,19 +60310,35 @@
"Name": "",
"Parameters": [
{
- "Name": "enabled",
+ "Name": "maxSurge",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "maxUnavailable",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "drainTimeoutInMinutes",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "nodeSoakDurationInMinutes",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "undrainableNodeBehavior",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileFileCSIDriver": {
+ "Microsoft.Azure.Management.ContainerService.Models.AgentPoolWindowsProfile": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileFileCSIDriver",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileFileCSIDriver, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolWindowsProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolWindowsProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Enabled": "System.Nullable`1[System.Boolean]"
+ "DisableOutboundNat": "System.Nullable`1[System.Boolean]"
},
"Methods": [
{
@@ -38697,19 +60372,19 @@
"Name": "",
"Parameters": [
{
- "Name": "enabled",
+ "Name": "disableOutboundNat",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileSnapshotController": {
+ "Microsoft.Azure.Management.ContainerService.Models.CreationData": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileSnapshotController",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileSnapshotController, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.CreationData",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.CreationData, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Enabled": "System.Nullable`1[System.Boolean]"
+ "SourceResourceId": "System.String"
},
"Methods": [
{
@@ -38743,30 +60418,19 @@
"Name": "",
"Parameters": [
{
- "Name": "enabled",
+ "Name": "sourceResourceId",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.String",
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile"
- ]
- },
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.GPUProfile": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.GPUProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.GPUProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Identity": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAddonProfileIdentity",
- "Enabled": "System.Boolean",
- "Config": "System.Collections.Generic.IDictionary`2[System.String,System.String]"
+ "Driver": "System.String"
},
"Methods": [
{
@@ -38795,19 +60459,40 @@
"Constructors": [
{
"Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "driver",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAddonProfileIdentity": {
+ "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAddonProfileIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAddonProfileIdentity, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ResourceId": "System.String",
- "ClientId": "System.String",
- "ObjectId": "System.String"
+ "AllowedUnsafeSysctls": "System.Collections.Generic.IList`1[System.String]",
+ "CpuCfsQuota": "System.Nullable`1[System.Boolean]",
+ "FailSwapOn": "System.Nullable`1[System.Boolean]",
+ "ImageGcHighThreshold": "System.Nullable`1[System.Int32]",
+ "ImageGcLowThreshold": "System.Nullable`1[System.Int32]",
+ "ContainerLogMaxSizeMb": "System.Nullable`1[System.Int32]",
+ "ContainerLogMaxFiles": "System.Nullable`1[System.Int32]",
+ "PodMaxPids": "System.Nullable`1[System.Int32]",
+ "CpuManagerPolicy": "System.String",
+ "CpuCfsQuotaPeriod": "System.String",
+ "TopologyManagerPolicy": "System.String"
},
"Methods": [
+ {
+ "Name": "Validate",
+ "ReturnType": "System.Void"
+ },
{
"Name": "GetType",
"ReturnType": "System.Type"
@@ -38839,40 +60524,68 @@
"Name": "",
"Parameters": [
{
- "Name": "resourceId",
+ "Name": "cpuManagerPolicy",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "clientId",
+ "Name": "cpuCfsQuota",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "objectId",
+ "Name": "cpuCfsQuotaPeriod",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "imageGcHighThreshold",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "imageGcLowThreshold",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "topologyManagerPolicy",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "allowedUnsafeSysctls",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "failSwapOn",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "containerLogMaxSizeMb",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "containerLogMaxFiles",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "podMaxPids",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.String",
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile"
- ]
- },
- "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ResourceId": "System.String",
- "ClientId": "System.String",
- "ObjectId": "System.String"
+ "Sysctls": "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig",
+ "SwapFileSizeMb": "System.Nullable`1[System.Int32]",
+ "TransparentHugePageEnabled": "System.String",
+ "TransparentHugePageDefrag": "System.String"
},
"Methods": [
+ {
+ "Name": "Validate",
+ "ReturnType": "System.Void"
+ },
{
"Name": "GetType",
"ReturnType": "System.Type"
@@ -38897,86 +60610,71 @@
}
],
"Constructors": [
+ {
+ "Name": ""
+ },
{
"Name": "",
"Parameters": [
{
- "Name": "resourceId",
+ "Name": "sysctls",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "clientId",
+ "Name": "transparentHugePageEnabled",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "objectId",
+ "Name": "transparentHugePageDefrag",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "swapFileSizeMb",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile"
- ]
- },
- "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile": {
- "Namespace": "Microsoft.Azure.Commands.Aks.Models",
- "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig": {
+ "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "UpgradeSettings": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeSettings",
- "CreationData": "Microsoft.Azure.Management.ContainerService.Models.CreationData",
- "KubeletConfig": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
- "LinuxOSConfig": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
- "PowerState": "Microsoft.Azure.Management.ContainerService.Models.PowerState",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "NodeLabels": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "Ports": "System.Collections.Generic.IList`1[System.Nullable`1[System.Int32]]",
- "NodeTaints": "System.Collections.Generic.IList`1[System.String]",
- "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
- "EnableAutoScaling": "System.Nullable`1[System.Boolean]",
- "EnableUltraSSD": "System.Nullable`1[System.Boolean]",
- "EnableFIPS": "System.Nullable`1[System.Boolean]",
- "EnableNodePublicIP": "System.Nullable`1[System.Boolean]",
- "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]",
- "SpotMaxPrice": "System.Nullable`1[System.Double]",
- "MaxCount": "System.Nullable`1[System.Int32]",
- "MaxPods": "System.Nullable`1[System.Int32]",
- "OsDiskSizeGB": "System.Nullable`1[System.Int32]",
- "Count": "System.Nullable`1[System.Int32]",
- "MinCount": "System.Nullable`1[System.Int32]",
- "Name": "System.String",
- "GpuInstanceProfile": "System.String",
- "HostGroupID": "System.String",
- "DnsPrefix": "System.String",
- "Fqdn": "System.String",
- "ProximityPlacementGroupID": "System.String",
- "ScaleSetEvictionPolicy": "System.String",
- "ProvisioningState": "System.String",
- "NodePublicIPPrefixID": "System.String",
- "VmSize": "System.String",
- "OsDiskType": "System.String",
- "KubeletDiskType": "System.String",
- "WorkloadRuntime": "System.String",
- "VnetSubnetID": "System.String",
- "PodSubnetID": "System.String",
- "ScaleSetPriority": "System.String",
- "OsType": "System.String",
- "Mode": "System.String",
- "ScaleDownMode": "System.String",
- "Type": "System.String",
- "OrchestratorVersion": "System.String",
- "CurrentOrchestratorVersion": "System.String",
- "NodeImageVersion": "System.String",
- "OsSKU": "System.String",
- "StorageProfile": "System.String"
+ "NetIpv4TcpTwReuse": "System.Nullable`1[System.Boolean]",
+ "VMMaxMapCount": "System.Nullable`1[System.Int32]",
+ "KernelThreadsMax": "System.Nullable`1[System.Int32]",
+ "FsNrOpen": "System.Nullable`1[System.Int32]",
+ "FsAioMaxNr": "System.Nullable`1[System.Int32]",
+ "FsFileMax": "System.Nullable`1[System.Int32]",
+ "FsInotifyMaxUserWatches": "System.Nullable`1[System.Int32]",
+ "NetNetfilterNfConntrackBuckets": "System.Nullable`1[System.Int32]",
+ "NetNetfilterNfConntrackMax": "System.Nullable`1[System.Int32]",
+ "NetIpv4NeighDefaultGcThresh3": "System.Nullable`1[System.Int32]",
+ "NetIpv4NeighDefaultGcThresh2": "System.Nullable`1[System.Int32]",
+ "NetIpv4NeighDefaultGcThresh1": "System.Nullable`1[System.Int32]",
+ "VMSwappiness": "System.Nullable`1[System.Int32]",
+ "NetCoreSomaxconn": "System.Nullable`1[System.Int32]",
+ "NetIpv4TcpKeepaliveProbes": "System.Nullable`1[System.Int32]",
+ "NetIpv4TcpKeepaliveTime": "System.Nullable`1[System.Int32]",
+ "NetIpv4TcpFinTimeout": "System.Nullable`1[System.Int32]",
+ "NetIpv4TcpMaxTwBuckets": "System.Nullable`1[System.Int32]",
+ "NetIpv4TcpMaxSynBacklog": "System.Nullable`1[System.Int32]",
+ "NetCoreOptmemMax": "System.Nullable`1[System.Int32]",
+ "NetCoreWmemMax": "System.Nullable`1[System.Int32]",
+ "NetCoreWmemDefault": "System.Nullable`1[System.Int32]",
+ "NetCoreRmemMax": "System.Nullable`1[System.Int32]",
+ "NetCoreRmemDefault": "System.Nullable`1[System.Int32]",
+ "NetCoreNetdevMaxBacklog": "System.Nullable`1[System.Int32]",
+ "NetIpv4TcpkeepaliveIntvl": "System.Nullable`1[System.Int32]",
+ "VMVfsCachePressure": "System.Nullable`1[System.Int32]",
+ "NetIpv4IPLocalPortRange": "System.String"
},
"Methods": [
+ {
+ "Name": "Validate",
+ "ReturnType": "System.Void"
+ },
{
"Name": "GetType",
"ReturnType": "System.Type"
@@ -39003,15 +60701,132 @@
"Constructors": [
{
"Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "netCoreSomaxconn",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "netCoreNetdevMaxBacklog",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "netCoreRmemDefault",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "netCoreRmemMax",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "netCoreWmemDefault",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "netCoreWmemMax",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "netCoreOptmemMax",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "netIpv4TcpMaxSynBacklog",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "netIpv4TcpMaxTwBuckets",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "netIpv4TcpFinTimeout",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "netIpv4TcpKeepaliveTime",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "netIpv4TcpKeepaliveProbes",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "netIpv4TcpkeepaliveIntvl",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "netIpv4TcpTwReuse",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "netIpv4IPLocalPortRange",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "netIpv4NeighDefaultGcThresh1",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "netIpv4NeighDefaultGcThresh2",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "netIpv4NeighDefaultGcThresh3",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "netNetfilterNfConntrackMax",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "netNetfilterNfConntrackBuckets",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "fsInotifyMaxUserWatches",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "fsFileMax",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "fsAioMaxNr",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "fsNrOpen",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "kernelThreadsMax",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "vmMaxMapCount",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "vmSwappiness",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "vmVfsCachePressure",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeSettings": {
+ "Microsoft.Azure.Management.ContainerService.Models.PowerState": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeSettings, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.PowerState",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.PowerState, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "MaxSurge": "System.String"
+ "Code": "System.String"
},
"Methods": [
{
@@ -39045,19 +60860,19 @@
"Name": "",
"Parameters": [
{
- "Name": "maxSurge",
+ "Name": "code",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.CreationData": {
+ "Microsoft.Azure.Management.ContainerService.Models.VirtualMachinesProfile": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.CreationData",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.CreationData, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.VirtualMachinesProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.VirtualMachinesProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "SourceResourceId": "System.String"
+ "Scale": "Microsoft.Azure.Management.ContainerService.Models.ScaleProfile"
},
"Methods": [
{
@@ -39091,35 +60906,21 @@
"Name": "",
"Parameters": [
{
- "Name": "sourceResourceId",
+ "Name": "scale",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig": {
+ "Microsoft.Azure.Management.ContainerService.Models.ScaleProfile": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.KubeletConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ScaleProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ScaleProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "AllowedUnsafeSysctls": "System.Collections.Generic.IList`1[System.String]",
- "CpuCfsQuota": "System.Nullable`1[System.Boolean]",
- "FailSwapOn": "System.Nullable`1[System.Boolean]",
- "ImageGcHighThreshold": "System.Nullable`1[System.Int32]",
- "ImageGcLowThreshold": "System.Nullable`1[System.Int32]",
- "ContainerLogMaxSizeMb": "System.Nullable`1[System.Int32]",
- "ContainerLogMaxFiles": "System.Nullable`1[System.Int32]",
- "PodMaxPids": "System.Nullable`1[System.Int32]",
- "CpuManagerPolicy": "System.String",
- "CpuCfsQuotaPeriod": "System.String",
- "TopologyManagerPolicy": "System.String"
+ "Manual": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.ManualScaleProfile]"
},
"Methods": [
- {
- "Name": "Validate",
- "ReturnType": "System.Void"
- },
{
"Name": "GetType",
"ReturnType": "System.Type"
@@ -39151,62 +60952,28 @@
"Name": "",
"Parameters": [
{
- "Name": "cpuManagerPolicy",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "cpuCfsQuota",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "cpuCfsQuotaPeriod",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "imageGcHighThreshold",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "imageGcLowThreshold",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "topologyManagerPolicy",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "allowedUnsafeSysctls",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "failSwapOn",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "containerLogMaxSizeMb",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "containerLogMaxFiles",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "podMaxPids",
+ "Name": "manual",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig": {
+ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.ManualScaleProfile]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.ManualScaleProfile]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ContainerService.Models.ManualScaleProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.Management.ContainerService.Models.ManualScaleProfile"
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.ManualScaleProfile": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.LinuxOSConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.ManualScaleProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.ManualScaleProfile, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Sysctls": "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig",
- "SwapFileSizeMb": "System.Nullable`1[System.Int32]",
- "TransparentHugePageEnabled": "System.String",
- "TransparentHugePageDefrag": "System.String"
+ "Count": "System.Nullable`1[System.Int32]",
+ "Size": "System.String"
},
"Methods": [
{
@@ -39240,58 +61007,32 @@
"Name": "",
"Parameters": [
{
- "Name": "sysctls",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "transparentHugePageEnabled",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "transparentHugePageDefrag",
+ "Name": "size",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "swapFileSizeMb",
+ "Name": "count",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig": {
+ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.VirtualMachineNodes]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.VirtualMachineNodes]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ContainerService.Models.VirtualMachineNodes, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.Management.ContainerService.Models.VirtualMachineNodes"
+ ]
+ },
+ "Microsoft.Azure.Management.ContainerService.Models.VirtualMachineNodes": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.SysctlConfig, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.ContainerService.Models.VirtualMachineNodes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.VirtualMachineNodes, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "NetIpv4TcpTwReuse": "System.Nullable`1[System.Boolean]",
- "VMMaxMapCount": "System.Nullable`1[System.Int32]",
- "KernelThreadsMax": "System.Nullable`1[System.Int32]",
- "FsNrOpen": "System.Nullable`1[System.Int32]",
- "FsAioMaxNr": "System.Nullable`1[System.Int32]",
- "FsFileMax": "System.Nullable`1[System.Int32]",
- "FsInotifyMaxUserWatches": "System.Nullable`1[System.Int32]",
- "NetNetfilterNfConntrackBuckets": "System.Nullable`1[System.Int32]",
- "NetNetfilterNfConntrackMax": "System.Nullable`1[System.Int32]",
- "NetIpv4NeighDefaultGcThresh3": "System.Nullable`1[System.Int32]",
- "NetIpv4NeighDefaultGcThresh2": "System.Nullable`1[System.Int32]",
- "NetIpv4NeighDefaultGcThresh1": "System.Nullable`1[System.Int32]",
- "VMSwappiness": "System.Nullable`1[System.Int32]",
- "NetCoreSomaxconn": "System.Nullable`1[System.Int32]",
- "NetIpv4TcpKeepaliveProbes": "System.Nullable`1[System.Int32]",
- "NetIpv4TcpKeepaliveTime": "System.Nullable`1[System.Int32]",
- "NetIpv4TcpFinTimeout": "System.Nullable`1[System.Int32]",
- "NetIpv4TcpMaxTwBuckets": "System.Nullable`1[System.Int32]",
- "NetIpv4TcpMaxSynBacklog": "System.Nullable`1[System.Int32]",
- "NetCoreOptmemMax": "System.Nullable`1[System.Int32]",
- "NetCoreWmemMax": "System.Nullable`1[System.Int32]",
- "NetCoreWmemDefault": "System.Nullable`1[System.Int32]",
- "NetCoreRmemMax": "System.Nullable`1[System.Int32]",
- "NetCoreRmemDefault": "System.Nullable`1[System.Int32]",
- "NetCoreNetdevMaxBacklog": "System.Nullable`1[System.Int32]",
- "NetIpv4TcpkeepaliveIntvl": "System.Nullable`1[System.Int32]",
- "VMVfsCachePressure": "System.Nullable`1[System.Int32]",
- "NetIpv4IPLocalPortRange": "System.String"
+ "Count": "System.Nullable`1[System.Int32]",
+ "Size": "System.String"
},
"Methods": [
{
@@ -39325,161 +61066,11 @@
"Name": "",
"Parameters": [
{
- "Name": "netCoreSomaxconn",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "netCoreNetdevMaxBacklog",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "netCoreRmemDefault",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "netCoreRmemMax",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "netCoreWmemDefault",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "netCoreWmemMax",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "netCoreOptmemMax",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "netIpv4TcpMaxSynBacklog",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "netIpv4TcpMaxTwBuckets",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "netIpv4TcpFinTimeout",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "netIpv4TcpKeepaliveTime",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "netIpv4TcpKeepaliveProbes",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "netIpv4TcpkeepaliveIntvl",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "netIpv4TcpTwReuse",
+ "Name": "size",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "netIpv4IPLocalPortRange",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "netIpv4NeighDefaultGcThresh1",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "netIpv4NeighDefaultGcThresh2",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "netIpv4NeighDefaultGcThresh3",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "netNetfilterNfConntrackMax",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "netNetfilterNfConntrackBuckets",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "fsInotifyMaxUserWatches",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "fsFileMax",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "fsAioMaxNr",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "fsNrOpen",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "kernelThreadsMax",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "vmMaxMapCount",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "vmSwappiness",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "vmVfsCachePressure",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "Microsoft.Azure.Management.ContainerService.Models.PowerState": {
- "Namespace": "Microsoft.Azure.Management.ContainerService.Models",
- "Name": "Microsoft.Azure.Management.ContainerService.Models.PowerState",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.PowerState, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Code": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "code",
+ "Name": "count",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -39505,7 +61096,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource"
]
@@ -39513,7 +61104,7 @@
"Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource": {
"Namespace": "Microsoft.Azure.Management.ContainerService.Models",
"Name": "Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource, Microsoft.Azure.PowerShell.Aks.Management.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequiredMembers": "System.Collections.Generic.IList`1[System.String]",
"Id": "System.String",
@@ -39667,12 +61258,6 @@
}
]
},
- "System.Byte[]": {
- "Namespace": "System",
- "Name": "System.Byte[]",
- "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.Byte"
- },
"System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
@@ -39697,19 +61282,6 @@
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription"
]
},
- "System.Nullable`1[System.DateTime]": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.DateTime"
- ]
- },
- "System.DateTime": {
- "Namespace": "System",
- "Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
"System.Collections.Generic.IList`1[System.Management.Automation.Job]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[System.Management.Automation.Job]",
@@ -39842,52 +61414,35 @@
"Name": "System.Threading.WaitHandle",
"AssemblyQualifiedName": "System.Threading.WaitHandle, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek]": {
+ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMachineIPAddress]": {
"Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMachineIPAddress]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMachineIPAddress, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
- "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
+ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMachineIPAddress"
]
},
- "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek": {
+ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMachineIPAddress": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMachineIPAddress",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMachineIPAddress, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "HourSlot": "System.Collections.Generic.List`1[System.Int32]",
- "Day": "System.String"
+ "Family": "System.String",
+ "IP": "System.String"
}
},
- "System.Collections.Generic.List`1[System.Int32]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.List`1[System.Int32]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan]": {
+ "System.Collections.Generic.List`1[System.String]": {
"Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Name": "System.Collections.Generic.List`1[System.String]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
- "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
+ "System.String"
]
},
- "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "End": "System.Nullable`1[System.DateTime]",
- "Start": "System.Nullable`1[System.DateTime]"
- }
- },
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
@@ -40018,11 +61573,6 @@
}
]
},
- "System.Object": {
- "Namespace": "System",
- "Name": "System.Object",
- "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
"System.Reflection.MethodInfo": {
"Namespace": "System.Reflection",
"Name": "System.Reflection.MethodInfo",
@@ -40057,27 +61607,129 @@
"Name": "System.Delegate",
"AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty]": {
+ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan]": {
"Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
- "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty"
+ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan"
]
},
- "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty": {
+ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDateSpan, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "EnableFipsImage": "System.Boolean",
- "OSType": "System.String"
+ "End": "System.DateTime",
+ "Start": "System.DateTime"
+ }
+ },
+ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "HourSlot": "System.Collections.Generic.List`1[System.Int32]",
+ "Day": "System.String"
+ }
+ },
+ "System.Collections.Generic.List`1[System.Int32]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "End": "System.Nullable`1[System.DateTime]",
+ "Start": "System.Nullable`1[System.DateTime]"
+ }
+ },
+ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesVersion]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesVersion]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesVersion, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesVersion"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesVersion": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesVersion",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesVersion, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "PatchVersion": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesVersionPatchVersions",
+ "CapabilitySupportPlan": "System.Collections.Generic.List`1[System.String]",
+ "IsDefault": "System.Nullable`1[System.Boolean]",
+ "IsPreview": "System.Nullable`1[System.Boolean]",
+ "Version": "System.String"
+ }
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesVersionPatchVersions": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesVersionPatchVersions",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesVersionPatchVersions, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMeshRevision]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMeshRevision]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMeshRevision, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMeshRevision"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMeshRevision": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMeshRevision",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMeshRevision, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "CompatibleWith": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ICompatibleVersions]",
+ "Upgrade": "System.Collections.Generic.List`1[System.String]",
+ "Revision": "System.String"
+ }
+ },
+ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ICompatibleVersions]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ICompatibleVersions]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ICompatibleVersions, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ICompatibleVersions"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ICompatibleVersions": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ICompatibleVersions",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ICompatibleVersions, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Version": "System.Collections.Generic.List`1[System.String]",
+ "Name": "System.String"
}
},
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency"
]
@@ -40085,7 +61737,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDetail]",
"DomainName": "System.String"
@@ -40094,7 +61746,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDetail]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDetail]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDetail, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDetail, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDetail"
]
@@ -40102,7 +61754,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDetail": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDetail",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDetail, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDetail, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Port": "System.Nullable`1[System.Int32]",
"Description": "System.String",
@@ -40113,7 +61765,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem"
]
@@ -40121,16 +61773,36 @@
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem, Az.Aks.private, Version=7.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.Aks.Models.ITrustedAccessRoleRule]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleRule]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleRule, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleRule"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleRule": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleRule",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleRule, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ApiGroup": "System.Collections.Generic.List`1[System.String]",
+ "NonResourceUrL": "System.Collections.Generic.List`1[System.String]",
+ "Resource": "System.Collections.Generic.List`1[System.String]",
+ "ResourceName": "System.Collections.Generic.List`1[System.String]",
+ "Verb": "System.Collections.Generic.List`1[System.String]"
+ }
+ },
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile"
]
@@ -40138,7 +61810,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Upgrade": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem]",
"KubernetesVersion": "System.String",
@@ -40149,7 +61821,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem"
]
@@ -40157,7 +61829,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsPreview": "System.Nullable`1[System.Boolean]",
"KubernetesVersion": "System.String"
@@ -40166,7 +61838,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile"
]
@@ -40174,7 +61846,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Upgrade": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorProfile]",
"Default": "System.Nullable`1[System.Boolean]",
@@ -40186,7 +61858,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorProfile]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorProfile]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorProfile, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorProfile, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorProfile"
]
@@ -40194,7 +61866,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorProfile": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorProfile, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorProfile, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsPreview": "System.Nullable`1[System.Boolean]",
"OrchestratorType": "System.String",
@@ -40204,7 +61876,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Json.JsonNode": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Json",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Json.JsonNode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Json.JsonNode, Az.Aks.private, Version=6.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Json.JsonNode, Az.Aks.private, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Item": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Json.JsonNode"
},
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Batch.json b/tools/Tools.Common/SerializedCmdlets/Az.Batch.json
index fdf36fdf5dc5..a4e2905f1713 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": "4.0.0",
+ "ModuleVersion": "4.0.1",
"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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -128,7 +128,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -258,7 +258,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -303,7 +303,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -426,7 +426,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -518,7 +518,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -575,7 +575,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -685,7 +685,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -815,7 +815,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -920,7 +920,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1041,7 +1041,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1131,7 +1131,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1273,7 +1273,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1396,7 +1396,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1526,7 +1526,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -1559,7 +1559,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1664,7 +1664,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1756,7 +1756,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -1795,7 +1795,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1887,7 +1887,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2008,7 +2008,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2098,7 +2098,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2219,7 +2219,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2309,7 +2309,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2439,7 +2439,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -2477,7 +2477,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2582,7 +2582,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2674,7 +2674,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -2718,7 +2718,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2810,7 +2810,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2912,7 +2912,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -3160,7 +3160,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -3387,7 +3387,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowUpdates": "System.Boolean",
"Id": "System.String",
@@ -3608,7 +3608,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Management.Batch.Models.PackageState",
"LastActivationTime": "System.Nullable`1[System.DateTime]",
@@ -3855,7 +3855,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -4007,7 +4007,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -4127,7 +4127,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -4279,7 +4279,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -4371,7 +4371,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -4468,7 +4468,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -4575,7 +4575,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -4674,7 +4674,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeVMExtension, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmExtension": "Microsoft.Azure.Commands.Batch.Models.PSVMExtension",
"InstanceView": "Microsoft.Azure.Commands.Batch.Models.PSVMExtensionInstanceView",
@@ -4730,7 +4730,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -4812,7 +4812,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -4962,7 +4962,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -5054,7 +5054,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -5166,7 +5166,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -5258,7 +5258,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -5357,7 +5357,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -5440,7 +5440,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation",
"Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics",
@@ -5502,7 +5502,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -5622,7 +5622,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -5789,7 +5789,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -5881,7 +5881,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation",
"Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics",
@@ -5973,7 +5973,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -6095,7 +6095,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -6194,7 +6194,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationAndReleaseTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"JobPreparationTaskExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTaskExecutionInformation",
"JobReleaseTaskExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTaskExecutionInformation",
@@ -6247,7 +6247,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -6320,7 +6320,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -6470,7 +6470,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -6562,7 +6562,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -6665,7 +6665,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -6817,7 +6817,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -6916,7 +6916,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation",
"Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics",
@@ -7015,7 +7015,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -7135,7 +7135,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -7287,7 +7287,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -7409,7 +7409,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -7508,7 +7508,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSBatchLocationQuotas, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccountQuota": "System.Int32",
"Location": "System.String"
@@ -7686,7 +7686,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties",
"IsDirectory": "System.Nullable`1[System.Boolean]",
@@ -7747,7 +7747,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -7803,7 +7803,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -7875,7 +7875,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -7998,7 +7998,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -8165,7 +8165,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -8257,7 +8257,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -8346,7 +8346,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -8486,7 +8486,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -8653,7 +8653,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -8745,7 +8745,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -8829,7 +8829,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -8921,7 +8921,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -9081,7 +9081,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties",
"IsDirectory": "System.Nullable`1[System.Boolean]",
@@ -9142,7 +9142,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -9320,7 +9320,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -9515,7 +9515,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -9710,7 +9710,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -9905,7 +9905,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -9997,7 +9997,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties",
"IsDirectory": "System.Nullable`1[System.Boolean]",
@@ -10073,7 +10073,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10165,7 +10165,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties",
"IsDirectory": "System.Nullable`1[System.Boolean]",
@@ -10241,7 +10241,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10373,7 +10373,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10472,7 +10472,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -10591,7 +10591,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10711,7 +10711,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10863,7 +10863,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10985,7 +10985,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11084,7 +11084,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolNodeCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Dedicated": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts",
"LowPriority": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts",
@@ -11135,7 +11135,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -11192,7 +11192,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11282,7 +11282,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11374,7 +11374,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -11426,7 +11426,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11535,7 +11535,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11627,7 +11627,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11729,7 +11729,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolUsageMetrics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndTime": "System.DateTime",
"StartTime": "System.DateTime",
@@ -11806,7 +11806,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11932,7 +11932,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12034,7 +12034,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSRemoteLoginSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Port": "System.Int32",
"IPAddress": "System.String"
@@ -12093,7 +12093,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -12126,7 +12126,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12231,7 +12231,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.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.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -12362,7 +12362,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12454,7 +12454,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12556,7 +12556,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSubtaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeInformation": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation",
"ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation",
@@ -12625,7 +12625,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -12672,7 +12672,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12792,7 +12792,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12884,7 +12884,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -12943,7 +12943,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -13050,7 +13050,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -13149,7 +13149,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSImageInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Commands.Batch.Models.PSImageReference",
"Capabilities": "System.Collections.Generic.IReadOnlyList`1[System.String]",
@@ -13212,7 +13212,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -13317,7 +13317,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -13416,7 +13416,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSupportedSku, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSSkuCapability]",
"FamilyName": "System.String",
@@ -13652,7 +13652,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -13751,7 +13751,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -13824,7 +13824,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -13959,7 +13959,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14126,7 +14126,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14218,7 +14218,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -14321,7 +14321,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14443,7 +14443,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.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.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskCounts",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Active": "System.Int32",
"Completed": "System.Int32",
@@ -14595,7 +14595,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -14632,7 +14632,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14722,7 +14722,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14814,7 +14814,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -14857,7 +14857,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14949,7 +14949,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -15051,7 +15051,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSlotCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Active": "System.Int32",
"Completed": "System.Int32",
@@ -15104,7 +15104,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -15141,7 +15141,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -15231,7 +15231,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -15323,7 +15323,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -15366,7 +15366,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -15458,7 +15458,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -15557,7 +15557,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -15672,7 +15672,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Batch.Models.PoolAllocationMode"
]
@@ -15714,7 +15714,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15723,7 +15723,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15742,7 +15742,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.KeySource",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15861,7 +15861,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Batch.Models.PoolAllocationMode"
]
@@ -15927,7 +15927,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15942,7 +15942,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15973,7 +15973,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.KeySource",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16059,7 +16059,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -16315,7 +16315,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowUpdates": "System.Boolean",
"Id": "System.String",
@@ -16590,7 +16590,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Management.Batch.Models.PackageState",
"LastActivationTime": "System.Nullable`1[System.DateTime]",
@@ -17116,7 +17116,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -17185,7 +17185,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -17350,7 +17350,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -17442,7 +17442,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -17541,7 +17541,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -17693,7 +17693,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -17835,7 +17835,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxTaskRetryCount": "System.Nullable`1[System.Int32]",
"MaxWallClockTime": "System.Nullable`1[System.TimeSpan]"
@@ -17848,7 +17848,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
@@ -17874,7 +17874,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
@@ -17894,7 +17894,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -17922,7 +17922,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoPoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification",
"PoolId": "System.String"
@@ -17977,7 +17977,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -18100,7 +18100,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxTaskRetryCount": "System.Nullable`1[System.Int32]",
"MaxWallClockTime": "System.Nullable`1[System.TimeSpan]"
@@ -18119,7 +18119,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
@@ -18151,7 +18151,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
@@ -18177,7 +18177,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -18217,7 +18217,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoPoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification",
"PoolId": "System.String"
@@ -18302,7 +18302,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -18432,7 +18432,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DoNotRunAfter": "System.Nullable`1[System.DateTime]",
"DoNotRunUntil": "System.Nullable`1[System.DateTime]",
@@ -18447,7 +18447,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"JobManagerTask": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask",
@@ -18482,7 +18482,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -18587,7 +18587,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DoNotRunAfter": "System.Nullable`1[System.DateTime]",
"DoNotRunUntil": "System.Nullable`1[System.DateTime]",
@@ -18608,7 +18608,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"JobManagerTask": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask",
@@ -18655,7 +18655,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -18869,7 +18869,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Batch.Common.UpgradeMode",
"AutomaticOSUpgradePolicy": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy",
@@ -18883,7 +18883,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType"
}
@@ -18913,7 +18913,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -18934,7 +18934,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -18944,7 +18944,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration",
"DiskEncryptionConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration",
@@ -18967,7 +18967,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
"PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
@@ -18983,7 +18983,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -18993,7 +18993,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount"
},
"ValidateNotNullOrEmpty": true
@@ -19003,7 +19003,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -19144,7 +19144,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Batch.Common.UpgradeMode",
"AutomaticOSUpgradePolicy": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy",
@@ -19164,7 +19164,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType"
}
@@ -19212,7 +19212,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -19239,7 +19239,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -19255,7 +19255,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
"PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
@@ -19277,7 +19277,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -19293,7 +19293,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount"
},
"ValidateNotNullOrEmpty": true
@@ -19309,7 +19309,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -19458,7 +19458,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration",
"DiskEncryptionConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration",
@@ -19553,7 +19553,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Batch.Common.UpgradeMode",
"AutomaticOSUpgradePolicy": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy",
@@ -19573,7 +19573,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType"
}
@@ -19621,7 +19621,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -19648,7 +19648,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -19664,7 +19664,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
"PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
@@ -19686,7 +19686,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -19702,7 +19702,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount"
},
"ValidateNotNullOrEmpty": true
@@ -19718,7 +19718,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -19933,7 +19933,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Batch.Common.UpgradeMode",
"AutomaticOSUpgradePolicy": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy",
@@ -19953,7 +19953,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType"
}
@@ -20001,7 +20001,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -20028,7 +20028,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -20044,7 +20044,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
"PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
@@ -20066,7 +20066,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -20082,7 +20082,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount"
},
"ValidateNotNullOrEmpty": true
@@ -20098,7 +20098,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -20289,7 +20289,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Batch.Common.UpgradeMode",
"AutomaticOSUpgradePolicy": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy",
@@ -20309,7 +20309,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType"
}
@@ -20357,7 +20357,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -20384,7 +20384,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -20400,7 +20400,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
"PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
@@ -20422,7 +20422,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -20438,7 +20438,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount"
},
"ValidateNotNullOrEmpty": true
@@ -20454,7 +20454,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -20579,7 +20579,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration",
"DiskEncryptionConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration",
@@ -20674,7 +20674,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Batch.Common.UpgradeMode",
"AutomaticOSUpgradePolicy": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy",
@@ -20694,7 +20694,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType"
}
@@ -20742,7 +20742,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -20769,7 +20769,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -20785,7 +20785,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
"PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
@@ -20807,7 +20807,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -20823,7 +20823,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount"
},
"ValidateNotNullOrEmpty": true
@@ -20839,7 +20839,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -20938,7 +20938,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityReference": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference",
"AutoStorageContainerName": "System.String",
@@ -21481,7 +21481,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -21548,7 +21548,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile"
},
"ValidateNotNullOrEmpty": true
@@ -21570,7 +21570,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Access": "Microsoft.Azure.Batch.Common.AccessScope"
}
@@ -21582,7 +21582,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification",
"UserName": "System.String"
@@ -21595,7 +21595,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityId": "System.String"
}
@@ -21607,7 +21607,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxTaskRetryCount": "System.Nullable`1[System.Int32]",
"MaxWallClockTime": "System.Nullable`1[System.TimeSpan]",
@@ -21621,7 +21621,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommonResourceFiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]",
"NumberOfInstances": "System.Nullable`1[System.Int32]",
@@ -21651,7 +21651,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -21661,7 +21661,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile"
},
"ValidateNotNullOrEmpty": true
@@ -21671,7 +21671,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask"
},
"ValidateNotNullOrEmpty": true
@@ -21681,7 +21681,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Default": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
"FileUploadError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
@@ -21697,7 +21697,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Registry": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry",
"ContainerHostBatchBindMounts": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry]",
@@ -21713,7 +21713,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -21851,7 +21851,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile"
},
"ValidateNotNullOrEmpty": true
@@ -21885,7 +21885,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Access": "Microsoft.Azure.Batch.Common.AccessScope"
}
@@ -21903,7 +21903,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification",
"UserName": "System.String"
@@ -21922,7 +21922,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityId": "System.String"
}
@@ -21940,7 +21940,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxTaskRetryCount": "System.Nullable`1[System.Int32]",
"MaxWallClockTime": "System.Nullable`1[System.TimeSpan]",
@@ -21960,7 +21960,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommonResourceFiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]",
"NumberOfInstances": "System.Nullable`1[System.Int32]",
@@ -22002,7 +22002,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -22018,7 +22018,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile"
},
"ValidateNotNullOrEmpty": true
@@ -22034,7 +22034,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Default": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
"FileUploadError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
@@ -22056,7 +22056,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Registry": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry",
"ContainerHostBatchBindMounts": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry]",
@@ -22078,7 +22078,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -22185,7 +22185,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask"
},
"ValidateNotNullOrEmpty": true
@@ -22201,7 +22201,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -22293,7 +22293,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -22336,7 +22336,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask"
},
"ValidateNotNullOrEmpty": true
@@ -22352,7 +22352,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -22444,7 +22444,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -22535,7 +22535,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile"
},
"ValidateNotNullOrEmpty": true
@@ -22569,7 +22569,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Access": "Microsoft.Azure.Batch.Common.AccessScope"
}
@@ -22587,7 +22587,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification",
"UserName": "System.String"
@@ -22606,7 +22606,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityId": "System.String"
}
@@ -22624,7 +22624,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxTaskRetryCount": "System.Nullable`1[System.Int32]",
"MaxWallClockTime": "System.Nullable`1[System.TimeSpan]",
@@ -22644,7 +22644,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommonResourceFiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]",
"NumberOfInstances": "System.Nullable`1[System.Int32]",
@@ -22686,7 +22686,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -22702,7 +22702,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile"
},
"ValidateNotNullOrEmpty": true
@@ -22718,7 +22718,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Default": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
"FileUploadError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
@@ -22740,7 +22740,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Registry": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry",
"ContainerHostBatchBindMounts": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry]",
@@ -22762,7 +22762,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -22854,7 +22854,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -23567,7 +23567,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -23633,7 +23633,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -23793,7 +23793,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -23885,7 +23885,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -23975,7 +23975,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24118,7 +24118,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24257,7 +24257,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24377,7 +24377,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24507,7 +24507,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24612,7 +24612,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24742,7 +24742,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24847,7 +24847,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25007,7 +25007,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties",
"IsDirectory": "System.Nullable`1[System.Boolean]",
@@ -25040,7 +25040,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25193,7 +25193,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25363,7 +25363,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.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.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties",
"IsDirectory": "System.Nullable`1[System.Boolean]",
@@ -25506,7 +25506,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25628,7 +25628,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25758,7 +25758,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25863,7 +25863,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25993,7 +25993,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -26040,7 +26040,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26160,7 +26160,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26252,7 +26252,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -26311,7 +26311,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26548,7 +26548,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -26593,7 +26593,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26716,7 +26716,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26808,7 +26808,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -26865,7 +26865,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26975,7 +26975,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -27105,7 +27105,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -27150,7 +27150,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -27273,7 +27273,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -27365,7 +27365,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -27422,7 +27422,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -27532,7 +27532,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -27631,7 +27631,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28230,7 +28230,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28380,7 +28380,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28492,7 +28492,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -28529,7 +28529,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28604,7 +28604,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -28647,7 +28647,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28759,7 +28759,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation",
"Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics",
@@ -28785,7 +28785,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28860,7 +28860,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation",
"Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics",
@@ -28892,7 +28892,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -29004,7 +29004,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -29050,7 +29050,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -29125,7 +29125,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -29177,7 +29177,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -29289,7 +29289,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -29327,7 +29327,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -29402,7 +29402,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -29446,7 +29446,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -29545,7 +29545,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartComputeNodeServiceLogUploadResult, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NumberOfFilesUploaded": "System.Int32",
"VirtualDirectoryName": "System.String"
@@ -29604,7 +29604,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -29667,7 +29667,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -29820,7 +29820,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -29912,7 +29912,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -29999,7 +29999,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30139,7 +30139,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30311,7 +30311,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30476,7 +30476,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30606,7 +30606,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30711,7 +30711,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30832,7 +30832,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30922,7 +30922,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -31043,7 +31043,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -31133,7 +31133,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -31263,7 +31263,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -31301,7 +31301,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -31406,7 +31406,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -31498,7 +31498,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -31542,7 +31542,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -31634,7 +31634,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -31733,7 +31733,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError",
"Timestamp": "System.DateTime",
@@ -31793,7 +31793,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -31898,7 +31898,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -32030,7 +32030,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.AccountKeyType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -32127,7 +32127,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NodeIdentityReference": "Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference",
"LastKeySync": "System.DateTime",
@@ -32192,7 +32192,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceId": "System.String"
},
@@ -32243,7 +32243,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode"
]
@@ -32251,7 +32251,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -32343,7 +32343,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.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]",
@@ -32408,7 +32408,7 @@
"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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -32495,7 +32495,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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities"
@@ -32504,7 +32504,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrincipalId": "System.String",
"ClientId": "System.String"
@@ -32555,7 +32555,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.EncryptionProperties, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.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]"
@@ -32606,7 +32606,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeyVaultProperties, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyIdentifier": "System.String"
},
@@ -32652,7 +32652,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Batch.Models.KeySource"
]
@@ -32660,7 +32660,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -32747,7 +32747,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Url": "System.String"
@@ -32802,7 +32802,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection"
]
@@ -32810,7 +32810,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpoint": "Microsoft.Azure.Management.Batch.Models.PrivateEndpoint",
"ProvisioningState": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState",
@@ -32900,7 +32900,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpoint, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -32946,7 +32946,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -33033,7 +33033,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionStatus",
"Description": "System.String",
@@ -33093,7 +33093,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionStatus, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -33202,7 +33202,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Batch.Models.PoolAllocationMode"
]
@@ -33210,7 +33210,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -33297,7 +33297,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType"
]
@@ -33305,7 +33305,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -33516,7 +33516,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InboundEndpoints": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint]"
},
@@ -33548,7 +33548,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint"
]
@@ -33556,7 +33556,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocol": "Microsoft.Azure.Batch.Common.InboundEndpointProtocol",
"BackendPort": "System.Int32",
@@ -33680,7 +33680,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastUpdateTime": "System.DateTime",
"Version": "System.String"
@@ -33713,7 +33713,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -33765,7 +33765,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Registry": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry",
"ContainerHostBatchBindMounts": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry]",
@@ -33828,7 +33828,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityReference": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference",
"Password": "System.String",
@@ -33886,7 +33886,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceId": "System.String"
},
@@ -33923,7 +33923,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry"
]
@@ -33931,7 +33931,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsReadOnly": "System.Nullable`1[System.Boolean]",
"Source": "System.String"
@@ -34072,7 +34072,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification",
"UserName": "System.String"
@@ -34125,7 +34125,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Scope": "System.Nullable`1[Microsoft.Azure.Batch.Common.AutoUserScope]",
"ElevationLevel": "System.Nullable`1[Microsoft.Azure.Batch.Common.ElevationLevel]"
@@ -34363,7 +34363,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSResourceFile"
]
@@ -34371,7 +34371,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityReference": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference",
"AutoStorageContainerName": "System.String",
@@ -34414,7 +34414,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Batch.Common.StartTaskState",
"ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation",
@@ -34541,7 +34541,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerId": "System.String",
"Error": "System.String",
@@ -34575,7 +34575,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskFailureInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Category": "Microsoft.Azure.Batch.Common.ErrorCategory",
"Details": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]",
@@ -34697,7 +34697,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSNameValuePair"
]
@@ -34705,7 +34705,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNameValuePair, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -34841,7 +34841,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineInfo, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Commands.Batch.Models.PSImageReference",
"ScaleSetVmResourceId": "System.String"
@@ -34879,7 +34879,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSImageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommunityGalleryImageId": "System.String",
"ExactVersion": "System.String",
@@ -34953,7 +34953,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError"
]
@@ -34961,7 +34961,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ErrorDetails": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]",
"Code": "System.String",
@@ -34995,7 +34995,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSTaskInformation"
]
@@ -35003,7 +35003,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TaskState": "Microsoft.Azure.Batch.Common.TaskState",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskExecutionInformation",
@@ -35127,7 +35127,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation",
"FailureInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskFailureInformation",
@@ -35450,7 +35450,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityId": "System.String"
},
@@ -35493,7 +35493,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Access": "Microsoft.Azure.Batch.Common.AccessScope"
},
@@ -35617,7 +35617,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityId": "System.String",
"ComputeNodeId": "System.String",
@@ -35654,7 +35654,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Default": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
"FileUploadError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
@@ -35695,7 +35695,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DependencyAction": "System.Nullable`1[Microsoft.Azure.Batch.Common.DependencyAction]",
"JobAction": "System.Nullable`1[Microsoft.Azure.Batch.Common.JobAction]"
@@ -35923,7 +35923,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping"
]
@@ -35931,7 +35931,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExitOptions": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
"Code": "System.Int32"
@@ -35979,7 +35979,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping"
]
@@ -35987,7 +35987,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExitOptions": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
"End": "System.Int32",
@@ -36040,7 +36040,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommonResourceFiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]",
"NumberOfInstances": "System.Nullable`1[System.Int32]",
@@ -36089,7 +36089,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxTaskRetryCount": "System.Nullable`1[System.Int32]",
"MaxWallClockTime": "System.Nullable`1[System.TimeSpan]",
@@ -36150,7 +36150,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskDependencies, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.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]"
@@ -36198,7 +36198,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange"
]
@@ -36206,7 +36206,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"End": "System.Int32",
"Start": "System.Int32"
@@ -36262,7 +36262,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastUpdateTime": "System.DateTime",
"StartTime": "System.DateTime",
@@ -36304,7 +36304,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
]
@@ -36312,7 +36312,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationId": "System.String",
"Version": "System.String"
@@ -36350,7 +36350,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSOutputFile"
]
@@ -36358,7 +36358,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Destination": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileDestination",
"UploadOptions": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileUploadOptions",
@@ -36411,7 +36411,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileDestination, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Container": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileBlobContainerDestination"
},
@@ -36454,7 +36454,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileBlobContainerDestination, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.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]",
@@ -36521,7 +36521,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSHttpHeader"
]
@@ -36529,7 +36529,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSHttpHeader, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -36577,7 +36577,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileUploadOptions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UploadCondition": "Microsoft.Azure.Batch.Common.OutputFileUploadCondition"
},
@@ -36715,7 +36715,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.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PackageState, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -36802,7 +36802,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError",
"Timestamp": "System.DateTime",
@@ -36836,7 +36836,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Values": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]",
"Message": "System.String",
@@ -36870,7 +36870,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.Batch.Common.PoolIdentityType",
"UserAssignedIdentities": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity]"
@@ -36990,7 +36990,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity"
]
@@ -36998,7 +36998,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientId": "System.String",
"PrincipalId": "System.String",
@@ -37043,7 +37043,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
"PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
@@ -37084,7 +37084,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InboundNatPools": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool]"
},
@@ -37127,7 +37127,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool"
]
@@ -37135,7 +37135,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocol": "Microsoft.Azure.Batch.Common.InboundEndpointProtocol",
"NetworkSecurityGroupRules": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule]",
@@ -37203,7 +37203,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule"
]
@@ -37211,7 +37211,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Access": "Microsoft.Azure.Batch.Common.NetworkSecurityGroupRuleAccess",
"SourcePortRanges": "System.Collections.Generic.IReadOnlyList`1[System.String]",
@@ -37356,7 +37356,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpAddressIds": "System.Collections.Generic.IList`1[System.String]",
"Provision": "System.Nullable`1[Microsoft.Azure.Batch.Common.IPAddressProvisioningType]"
@@ -37590,7 +37590,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceStatistics": "Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics",
"UsageStatistics": "Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics",
@@ -37626,7 +37626,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastUpdateTime": "System.DateTime",
"StartTime": "System.DateTime",
@@ -37670,7 +37670,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastUpdateTime": "System.DateTime",
"StartTime": "System.DateTime",
@@ -37704,7 +37704,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType"
},
@@ -37834,7 +37834,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Batch.Common.UpgradeMode",
"AutomaticOSUpgradePolicy": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy",
@@ -37966,7 +37966,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableAutomaticRollback": "System.Nullable`1[System.Boolean]",
"EnableAutomaticOSUpgrade": "System.Nullable`1[System.Boolean]",
@@ -38006,7 +38006,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSRollingUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]",
"PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]",
@@ -38049,7 +38049,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration",
"DiskEncryptionConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration",
@@ -38107,7 +38107,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.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]",
@@ -38146,7 +38146,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry"
]
@@ -38154,7 +38154,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Batch.Common.DiskEncryptionTarget]"
},
@@ -38292,7 +38292,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodePlacementConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Policy": "System.Nullable`1[Microsoft.Azure.Batch.Common.NodePlacementPolicyType]"
},
@@ -38430,7 +38430,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOSDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EphemeralOSDiskSettings": "Microsoft.Azure.Commands.Batch.Models.PSDiffDiskSettings",
"ManagedDisk": "Microsoft.Azure.Commands.Batch.Models.PSManagedDisk",
@@ -38471,7 +38471,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDiffDiskSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Placement": "System.Nullable`1[Microsoft.Azure.Batch.Common.DiffDiskPlacement]"
},
@@ -38603,7 +38603,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSManagedDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityProfile": "Microsoft.Azure.Commands.Batch.Models.PSVMDiskSecurityProfile",
"StorageAccountType": "System.Nullable`1[Microsoft.Azure.Batch.Common.StorageAccountType]"
@@ -38651,7 +38651,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSVMDiskSecurityProfile": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSVMDiskSecurityProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVMDiskSecurityProfile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVMDiskSecurityProfile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityEncryptionType": "System.String"
},
@@ -38878,7 +38878,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSecurityProfile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UefiSettings": "Microsoft.Azure.Commands.Batch.Models.PSUefiSettings",
"SecurityType": "System.Nullable`1[Microsoft.Azure.Batch.Common.SecurityTypes]",
@@ -38917,7 +38917,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUefiSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecureBootEnabled": "System.Nullable`1[System.Boolean]",
"VTpmEnabled": "System.Nullable`1[System.Boolean]"
@@ -39050,7 +39050,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSServiceArtifactReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -39093,7 +39093,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSWindowsConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnableAutomaticUpdates": "System.Nullable`1[System.Boolean]"
},
@@ -39136,7 +39136,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSDataDisk"
]
@@ -39144,7 +39144,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskSizeGB": "System.Int32",
"Lun": "System.Int32",
@@ -39202,7 +39202,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSVMExtension"
]
@@ -39210,7 +39210,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVMExtension, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisionAfterExtensions": "System.Collections.Generic.IList`1[System.String]",
"AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
@@ -39274,7 +39274,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration"
]
@@ -39282,7 +39282,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AzureBlobFileSystemConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration",
"AzureFileShareConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSAzureFileShareConfiguration",
@@ -39355,7 +39355,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityReference": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference",
"AccountKey": "System.String",
@@ -39445,7 +39445,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAzureFileShareConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccountKey": "System.String",
"AccountName": "System.String",
@@ -39508,7 +39508,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCifsMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MountOptions": "System.String",
"Password": "System.String",
@@ -39571,7 +39571,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNfsMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MountOptions": "System.String",
"RelativeMountPath": "System.String",
@@ -39624,7 +39624,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSUserAccount"
]
@@ -39632,7 +39632,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxUserConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSLinuxUserConfiguration",
"WindowsUserConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSWindowsUserConfiguration",
@@ -39695,7 +39695,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSLinuxUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Gid": "System.Nullable`1[System.Int32]",
"Uid": "System.Nullable`1[System.Int32]",
@@ -39748,7 +39748,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSWindowsUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LoginMode": "System.Nullable`1[Microsoft.Azure.Batch.Common.LoginMode]"
},
@@ -39886,7 +39886,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSResizeError"
]
@@ -39894,7 +39894,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResizeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Values": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]",
"Message": "System.String",
@@ -40118,7 +40118,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVMExtensionInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.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]",
@@ -40157,7 +40157,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus"
]
@@ -40165,7 +40165,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Level": "Microsoft.Azure.Commands.Batch.Models.PSStatusLevelTypes",
"Code": "System.String",
@@ -40206,7 +40206,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStatusLevelTypes, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "GetType",
@@ -40235,7 +40235,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxTaskRetryCount": "System.Nullable`1[System.Int32]",
"MaxWallClockTime": "System.Nullable`1[System.TimeSpan]"
@@ -40283,7 +40283,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SchedulingError": "Microsoft.Azure.Commands.Batch.Models.PSJobSchedulingError",
"StartTime": "System.DateTime",
@@ -40319,7 +40319,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSchedulingError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Category": "Microsoft.Azure.Batch.Common.ErrorCategory",
"Details": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]",
@@ -40354,7 +40354,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
@@ -40418,7 +40418,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SkipWithdrawFromVNet": "System.Nullable`1[System.Boolean]",
"SubnetId": "System.String"
@@ -40466,7 +40466,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
@@ -40520,7 +40520,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -40573,7 +40573,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastUpdateTime": "System.DateTime",
"StartTime": "System.DateTime",
@@ -40618,7 +40618,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoPoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification",
"PoolId": "System.String"
@@ -40656,7 +40656,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PoolLifetimeOption": "Microsoft.Azure.Batch.Common.PoolLifetimeOption",
"PoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification",
@@ -40783,7 +40783,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration",
"StartTask": "Microsoft.Azure.Commands.Batch.Models.PSStartTask",
@@ -41124,7 +41124,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RecentJob": "Microsoft.Azure.Commands.Batch.Models.PSRecentJob",
"NextRunTime": "System.Nullable`1[System.DateTime]",
@@ -41158,7 +41158,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSRecentJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Url": "System.String"
@@ -41191,7 +41191,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastUpdateTime": "System.DateTime",
"StartTime": "System.DateTime",
@@ -41236,7 +41236,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"JobManagerTask": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask",
@@ -41296,7 +41296,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DoNotRunAfter": "System.Nullable`1[System.DateTime]",
"DoNotRunUntil": "System.Nullable`1[System.DateTime]",
@@ -41431,7 +41431,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Batch.Common.JobPreparationTaskState",
"ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation",
@@ -41560,7 +41560,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Batch.Common.JobReleaseTaskState",
"ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation",
@@ -41687,7 +41687,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastModified": "System.DateTime",
"ContentLength": "System.Int64",
@@ -41723,7 +41723,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Creating": "System.Int32",
"Unusable": "System.Int32",
@@ -42066,7 +42066,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSSkuCapability"
]
@@ -42074,7 +42074,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSkuCapability, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -42178,7 +42178,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.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.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.Compute.json b/tools/Tools.Common/SerializedCmdlets/Az.Compute.json
index 99ccaf2bdae1..2e5877bbda70 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": "11.1.0",
+ "ModuleVersion": "11.2.0",
"Cmdlets": [
{
"VerbName": "Add",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -73,7 +73,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -183,7 +183,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -347,7 +347,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -404,7 +404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -496,7 +496,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -630,7 +630,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -687,7 +687,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -771,7 +771,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -891,7 +891,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -948,7 +948,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -1029,7 +1029,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -1146,7 +1146,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -1201,7 +1201,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -1241,7 +1241,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -1336,7 +1336,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -1394,7 +1394,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -1543,7 +1543,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalFilePath": "System.IO.FileInfo",
"DestinationUri": "System.Uri"
@@ -1677,7 +1677,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2099,7 +2099,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2310,7 +2310,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2402,7 +2402,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2467,7 +2467,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SettingNames"
]
@@ -2520,7 +2520,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2597,7 +2597,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SettingNames"
]
@@ -2671,7 +2671,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2757,7 +2757,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -2832,7 +2832,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2906,7 +2906,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3055,7 +3055,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -3165,7 +3165,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3328,7 +3328,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -3450,7 +3450,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3610,7 +3610,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3777,7 +3777,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -3866,7 +3866,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -3922,7 +3922,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
@@ -4004,7 +4004,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -4066,7 +4066,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
@@ -4190,7 +4190,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -4282,7 +4282,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -4422,7 +4422,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -4585,7 +4585,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -4800,7 +4800,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -4892,7 +4892,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -5019,7 +5019,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -5185,12 +5185,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -5198,29 +5199,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -5263,12 +5266,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -5276,29 +5280,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -5308,7 +5314,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.PassNames"
]
@@ -5320,7 +5326,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ComponentNames"
]
@@ -5332,7 +5338,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SettingNames"
]
@@ -5391,12 +5397,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -5404,29 +5411,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -5442,7 +5451,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.PassNames"
]
@@ -5460,7 +5469,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ComponentNames"
]
@@ -5478,7 +5487,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SettingNames"
]
@@ -5567,12 +5576,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -5580,29 +5590,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -5645,12 +5657,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -5658,29 +5671,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -5708,7 +5723,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -5830,12 +5845,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -5843,29 +5859,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -5911,7 +5929,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -6105,12 +6123,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -6118,29 +6137,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -6183,12 +6204,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -6196,29 +6218,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -6327,12 +6351,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -6340,29 +6365,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -6531,12 +6558,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -6544,29 +6572,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -6609,12 +6639,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -6622,29 +6653,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -6789,12 +6822,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -6802,29 +6836,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -7053,7 +7089,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -7114,7 +7150,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -7142,7 +7178,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
@@ -7224,7 +7260,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -7258,7 +7294,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
@@ -7382,7 +7418,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -7474,7 +7510,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -7589,7 +7625,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -7737,12 +7773,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -7750,29 +7787,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -7815,12 +7854,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -7828,29 +7868,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -7890,7 +7932,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -7987,12 +8029,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -8000,29 +8043,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -8086,7 +8131,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -8237,7 +8282,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand"
]
@@ -8400,7 +8445,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -9055,7 +9100,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -9369,12 +9414,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -9382,29 +9428,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -9447,12 +9495,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -9460,29 +9509,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -9501,7 +9552,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VaultCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -9549,12 +9600,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -9562,29 +9614,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -9615,7 +9669,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VaultCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -9687,12 +9741,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -9700,29 +9755,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -9765,12 +9822,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -9778,29 +9836,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -9878,12 +9938,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -9891,29 +9952,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -10033,12 +10096,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -10046,29 +10110,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -10111,12 +10177,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -10124,29 +10191,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -10212,12 +10281,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -10225,29 +10295,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -10349,7 +10421,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -10421,7 +10493,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -10505,7 +10577,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10570,7 +10642,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -10690,7 +10762,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10791,12 +10863,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -10804,29 +10877,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -10869,12 +10944,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -10882,29 +10958,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -10914,7 +10992,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ProtocolTypes"
]
@@ -10973,12 +11051,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -10986,29 +11065,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -11024,7 +11105,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ProtocolTypes"
]
@@ -11113,7 +11194,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -11398,7 +11479,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -11786,12 +11867,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -11799,29 +11881,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -12142,7 +12226,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput",
@@ -12228,7 +12312,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12398,7 +12482,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12653,7 +12737,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput",
@@ -13140,7 +13224,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13351,7 +13435,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -13609,7 +13693,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.ResourceSharingProfile",
@@ -14075,7 +14159,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -14275,7 +14359,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -14558,7 +14642,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -14880,7 +14964,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -15296,7 +15380,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -15877,7 +15961,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -16569,7 +16653,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"SafetyProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionSafetyProfile",
@@ -17416,7 +17500,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17760,7 +17844,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -18135,7 +18219,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -18542,7 +18626,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -19079,7 +19163,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -19355,7 +19439,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"Intent": "Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent",
@@ -20128,7 +20212,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"InstanceView": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView",
@@ -20375,7 +20459,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -20571,7 +20655,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -20841,7 +20925,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -21161,7 +21245,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -21247,7 +21331,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView",
"MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus",
@@ -21350,7 +21434,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -21562,7 +21646,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -21900,7 +21984,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -22172,7 +22256,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -22447,7 +22531,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -22735,7 +22819,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -22821,7 +22905,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView",
"MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus",
@@ -23287,7 +23371,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -23829,7 +23913,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -24100,7 +24184,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -24364,7 +24448,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -24668,7 +24752,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -24769,7 +24853,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -25036,7 +25120,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -25169,7 +25253,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView",
"MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus",
@@ -25259,7 +25343,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -25447,7 +25531,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -25614,7 +25698,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -25718,7 +25802,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -26000,7 +26084,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -26212,7 +26296,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"Version": "System.String",
@@ -26262,7 +26346,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"SupportsMultipleExtensions": "System.Nullable`1[System.Boolean]",
@@ -26534,7 +26618,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"PublisherName": "System.String",
@@ -26727,7 +26811,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageDeprecationStatus": "Microsoft.Azure.Management.Compute.Models.ImageDeprecationStatus",
"StatusCode": "System.Net.HttpStatusCode",
@@ -26781,7 +26865,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutomaticOSUpgradeProperties": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties",
"ImageDeprecationStatus": "Microsoft.Azure.Management.Compute.Models.ImageDeprecationStatus",
@@ -27381,7 +27465,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"Offer": "System.String",
@@ -27598,7 +27682,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"PublisherName": "System.String",
@@ -27766,7 +27850,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"Skus": "System.String",
@@ -28008,7 +28092,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandInstanceView",
"Source": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource",
@@ -28258,7 +28342,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -28500,7 +28584,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MemoryInMB": "System.Int32",
"NumberOfCores": "System.Int32",
@@ -28831,7 +28915,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -29059,12 +29143,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -29072,29 +29157,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -29643,7 +29730,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionSettings": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings",
"EncryptionEnabled": "System.Boolean",
@@ -29868,7 +29955,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Policy": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy",
@@ -30118,7 +30205,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"Capacity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity",
@@ -30362,7 +30449,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -30854,7 +30941,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OsVolumeEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus",
"DataVolumesEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus",
@@ -31104,7 +31191,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandInstanceView",
"Source": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource",
@@ -31378,7 +31465,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "Microsoft.Azure.Management.Compute.Models.UsageName",
"StatusCode": "System.Net.HttpStatusCode",
@@ -31546,7 +31633,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessSAS": "System.String",
"SecurityDataAccessSAS": "System.String",
@@ -31901,7 +31988,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessSAS": "System.String",
"SecurityDataAccessSAS": "System.String",
@@ -32256,7 +32343,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineInstallPatchesResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -32345,7 +32432,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -33310,7 +33397,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -33547,7 +33634,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -33867,7 +33954,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachinePatchAssessmentResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -33949,7 +34036,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -34228,7 +34315,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -34429,7 +34516,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -34855,7 +34942,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
@@ -34978,7 +35065,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -35504,7 +35591,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -35697,7 +35784,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
@@ -35826,7 +35913,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -36347,7 +36434,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -36523,7 +36610,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -36914,7 +37001,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -37300,7 +37387,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.ResourceSharingProfile",
@@ -37626,7 +37713,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -37733,7 +37820,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -37866,7 +37953,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -38060,7 +38147,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -38308,7 +38395,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -38424,7 +38511,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -38463,7 +38550,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -38581,7 +38668,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]",
"Id": "System.String",
@@ -38596,7 +38683,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]",
"Id": "System.String",
@@ -38650,7 +38737,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -38663,7 +38750,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -38900,7 +38987,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -38963,7 +39050,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -39153,7 +39240,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]",
"Id": "System.String",
@@ -39174,7 +39261,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]",
"Id": "System.String",
@@ -39258,7 +39345,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -39277,7 +39364,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -39574,7 +39661,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -39655,7 +39742,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -39762,7 +39849,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -39927,7 +40014,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -40300,7 +40387,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -40538,7 +40625,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -40677,7 +40764,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -40725,7 +40812,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -40764,7 +40851,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -40777,7 +40864,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -41023,7 +41110,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -41101,7 +41188,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -41158,7 +41245,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -41177,7 +41264,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -41378,7 +41465,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -41980,7 +42067,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -42120,7 +42207,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42129,7 +42216,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42274,7 +42361,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature"
},
"ValidateNotNullOrEmpty": false
@@ -42454,7 +42541,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42469,7 +42556,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42710,7 +42797,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature"
},
"ValidateNotNullOrEmpty": false
@@ -42865,7 +42952,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42880,7 +42967,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43121,7 +43208,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature"
},
"ValidateNotNullOrEmpty": false
@@ -43208,7 +43295,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"SafetyProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionSafetyProfile",
@@ -43323,7 +43410,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage"
},
"ValidateNotNullOrEmpty": false
@@ -43333,7 +43420,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource",
"HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]",
@@ -43582,7 +43669,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage"
},
"ValidateNotNullOrEmpty": false
@@ -43598,7 +43685,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource",
"HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]",
@@ -43864,7 +43951,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage"
},
"ValidateNotNullOrEmpty": false
@@ -43880,7 +43967,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource",
"HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]",
@@ -44123,7 +44210,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -44441,7 +44528,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -44525,7 +44612,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -44632,7 +44719,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -44718,7 +44805,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -45021,7 +45108,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -45146,7 +45233,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45319,7 +45406,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45473,7 +45560,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45574,7 +45661,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -46102,7 +46189,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -46178,7 +46265,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -46280,7 +46367,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -46443,7 +46530,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -46534,7 +46621,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes",
@@ -46563,7 +46650,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -46680,7 +46767,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes",
@@ -46721,7 +46808,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -46808,7 +46895,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"Intent": "Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent",
@@ -47161,7 +47248,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"InstanceView": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView",
@@ -47482,7 +47569,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -47920,7 +48007,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -48014,7 +48101,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -48134,7 +48221,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -48315,7 +48402,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -48400,7 +48487,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -48484,7 +48571,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -48511,7 +48598,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]",
"Id": "System.String",
@@ -48556,7 +48643,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -48569,7 +48656,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -48740,7 +48827,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -48878,7 +48965,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -48917,7 +49004,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]",
"Id": "System.String",
@@ -48986,7 +49073,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -49005,7 +49092,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -49248,7 +49335,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -49315,7 +49402,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -49369,7 +49456,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -49391,7 +49478,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -49514,7 +49601,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -49598,7 +49685,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -49632,7 +49719,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -49797,7 +49884,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -50051,7 +50138,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -50096,7 +50183,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -50215,7 +50302,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -50912,7 +50999,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -53047,7 +53134,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -53176,7 +53263,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -54001,7 +54088,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -55097,7 +55184,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceResource": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters",
@@ -55187,7 +55274,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55348,7 +55435,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55523,7 +55610,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55710,7 +55797,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55814,7 +55901,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
@@ -56066,7 +56153,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"EnableEncryption": "System.Boolean",
@@ -56887,7 +56974,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"MaintenanceWindowStartingHour": "System.Int32",
@@ -57130,7 +57217,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]",
@@ -57373,12 +57460,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -57386,29 +57474,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -57472,12 +57562,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -57485,29 +57576,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -57683,7 +57776,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58022,6 +58115,44 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "ZonePlacementPolicy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IncludeZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ExcludeZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "HighSpeedInterconnectPlacement",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -58107,12 +58238,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -58120,29 +58252,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -58212,6 +58346,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "HighSpeedInterconnectPlacement",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -58514,7 +58663,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59062,6 +59211,53 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "ZonePlacementPolicy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IncludeZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ExcludeZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "SinglePlacementGroup",
@@ -59137,6 +59333,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "HighSpeedInterconnectPlacement",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -59246,6 +59457,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "HighSpeedInterconnectPlacement",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -59308,12 +59534,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -59321,29 +59548,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -59455,7 +59684,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.UpgradeMode"
]
@@ -59467,7 +59696,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration",
"WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration",
@@ -59487,7 +59716,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference",
"OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk",
@@ -59502,7 +59731,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -59512,7 +59741,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension"
},
"ValidateNotNullOrEmpty": false
@@ -59607,7 +59836,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]",
"PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]",
@@ -59683,7 +59912,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"StorageUri": "System.String"
@@ -59787,7 +60016,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -60033,6 +60262,71 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "ZonePlacementPolicy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaxZoneCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableMaxInstancePercentPerZone",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaxInstancePercentPerZoneValue",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IncludeZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ExcludeZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "HighSpeedInterconnectPlacement",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -60187,7 +60481,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.UpgradeMode"
]
@@ -60205,7 +60499,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration",
"WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration",
@@ -60231,7 +60525,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference",
"OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk",
@@ -60252,7 +60546,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -60268,7 +60562,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension"
},
"ValidateNotNullOrEmpty": false
@@ -60423,7 +60717,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]",
"PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]",
@@ -60541,7 +60835,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"StorageUri": "System.String"
@@ -61063,6 +61357,113 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "ZonePlacementPolicy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxZoneCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableMaxInstancePercentPerZone",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxInstancePercentPerZoneValue",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IncludeZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ExcludeZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HighSpeedInterconnectPlacement",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -61118,7 +61519,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -61278,7 +61679,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.UpgradeMode"
]
@@ -61296,7 +61697,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration",
"WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration",
@@ -61322,7 +61723,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference",
"OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk",
@@ -61343,7 +61744,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -61359,7 +61760,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension"
},
"ValidateNotNullOrEmpty": false
@@ -61514,7 +61915,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]",
"PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]",
@@ -61632,7 +62033,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"StorageUri": "System.String"
@@ -62154,6 +62555,113 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "ZonePlacementPolicy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxZoneCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableMaxInstancePercentPerZone",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxInstancePercentPerZoneValue",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IncludeZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ExcludeZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HighSpeedInterconnectPlacement",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -62216,7 +62724,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
@@ -62468,7 +62976,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"PublicIPAddressConfiguration": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration",
@@ -62723,7 +63231,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag"
},
"ValidateNotNullOrEmpty": false
@@ -62966,7 +63474,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag"
},
"ValidateNotNullOrEmpty": false
@@ -63068,7 +63576,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpTagType": "System.String",
"Tag": "System.String"
@@ -63269,7 +63777,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CertificateUrl": "System.String",
"CertificateStore": "System.String"
@@ -64075,7 +64583,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -64321,7 +64829,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -64572,7 +65080,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -64654,7 +65162,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.ResourceSharingProfile",
@@ -64901,7 +65409,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.ResourceSharingProfile",
@@ -65063,7 +65571,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -65387,7 +65895,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -65469,7 +65977,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -65714,7 +66222,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -65874,7 +66382,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -65965,7 +66473,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -66324,7 +66832,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -66440,7 +66948,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -66531,7 +67039,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -66887,7 +67395,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -67000,7 +67508,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -67100,7 +67608,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -67482,7 +67990,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -67606,7 +68114,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -67718,7 +68226,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"SafetyProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionSafetyProfile",
@@ -68108,7 +68616,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"SafetyProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionSafetyProfile",
@@ -68222,7 +68730,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -68322,7 +68830,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -68689,7 +69197,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -68798,7 +69306,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -68907,7 +69415,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -69289,7 +69797,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -69398,7 +69906,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -69455,7 +69963,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -69529,7 +70037,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -69633,7 +70141,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -69690,7 +70198,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -69764,7 +70272,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -69868,7 +70376,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -69925,7 +70433,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -69999,7 +70507,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -70103,7 +70611,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -70160,7 +70668,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -70231,7 +70739,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -70332,7 +70840,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -70423,7 +70931,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -70690,7 +71198,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -70857,7 +71365,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -70939,7 +71447,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -71187,7 +71695,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -71350,7 +71858,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -71674,7 +72182,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -71729,7 +72237,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -71801,7 +72309,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -71896,7 +72404,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -71980,7 +72488,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -72071,7 +72579,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"Intent": "Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent",
@@ -72430,7 +72938,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"Intent": "Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent",
@@ -72546,7 +73054,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"InstanceView": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView",
@@ -72769,7 +73277,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -72966,7 +73474,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -73290,7 +73798,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -73372,7 +73880,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -73576,7 +74084,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -73704,7 +74212,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -73751,7 +74259,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -74299,7 +74807,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -74573,7 +75081,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -74847,7 +75355,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -75067,7 +75575,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -75595,7 +76103,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -75869,7 +76377,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -75961,7 +76469,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -76080,7 +76588,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -76232,7 +76740,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -76482,7 +76990,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -76756,7 +77264,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -76994,7 +77502,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -77268,7 +77776,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -77357,7 +77865,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -77460,7 +77968,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -77593,7 +78101,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -77685,7 +78193,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -77796,7 +78304,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -77934,7 +78442,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -78026,7 +78534,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -78136,7 +78644,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -78273,7 +78781,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -78523,7 +79031,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -78921,12 +79429,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -78934,29 +79443,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -78999,12 +79510,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -79012,29 +79524,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -79103,12 +79617,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -79116,29 +79631,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -79218,12 +79735,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -79231,29 +79749,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -79336,12 +79856,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -79349,29 +79870,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -79443,12 +79966,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -79456,29 +79980,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -79521,12 +80047,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -79534,29 +80061,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -79616,12 +80145,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -79629,29 +80159,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -79741,12 +80273,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -79754,29 +80287,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -79819,12 +80354,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -79832,29 +80368,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -79920,12 +80458,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -79933,29 +80472,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -80035,12 +80576,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -80048,29 +80590,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -80150,12 +80694,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -80163,29 +80708,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -80257,7 +80804,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -80318,7 +80865,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -80393,7 +80940,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -80498,12 +81045,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -80511,29 +81059,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -80576,12 +81126,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -80589,29 +81140,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -80677,12 +81230,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -80690,29 +81244,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -80792,12 +81348,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -80805,29 +81362,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -80907,12 +81466,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -80920,29 +81480,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -81014,7 +81576,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
@@ -81328,12 +81890,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -81341,29 +81904,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -81406,12 +81971,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -81419,29 +81985,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -81498,12 +82066,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -81511,29 +82080,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -81620,7 +82191,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -81692,7 +82263,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -81778,7 +82349,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -81894,7 +82465,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"WalkPerformed": "System.Nullable`1[System.Boolean]",
"NextPlatformUpdateDomain": "System.Nullable`1[System.Int32]"
@@ -81997,12 +82568,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -82010,29 +82582,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -82464,12 +83038,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -82477,29 +83052,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -82634,7 +83211,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -82725,7 +83302,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -82953,7 +83530,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -83090,7 +83667,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -83137,7 +83714,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -83799,7 +84376,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -84110,7 +84687,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -84395,7 +84972,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -84680,7 +85257,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalFilePath": "System.IO.FileInfo",
"Source": "System.Uri"
@@ -85302,7 +85879,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -85904,7 +86481,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -85990,7 +86567,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -86099,7 +86676,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -86244,7 +86821,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -86330,7 +86907,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -86439,7 +87016,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -86584,7 +87161,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -86670,7 +87247,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -86779,7 +87356,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -86924,7 +87501,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -87013,7 +87590,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -87125,7 +87702,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -87270,7 +87847,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -87334,7 +87911,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -87421,7 +87998,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -87544,7 +88121,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -87608,7 +88185,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -87695,7 +88272,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -87818,7 +88395,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -87873,7 +88450,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -87895,7 +88472,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -87907,7 +88484,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes"
]
@@ -87928,7 +88505,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -88023,7 +88600,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -88051,7 +88628,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -88069,7 +88646,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes"
]
@@ -88102,7 +88679,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -88251,7 +88828,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -88324,7 +88901,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -88420,7 +88997,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -88552,7 +89129,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -88625,7 +89202,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -88721,7 +89298,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -88853,7 +89430,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -88926,7 +89503,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -89022,7 +89599,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -89154,7 +89731,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -89209,7 +89786,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -89287,7 +89864,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -89401,7 +89978,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -89456,7 +90033,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -89534,7 +90111,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -89648,7 +90225,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -89695,7 +90272,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -90805,7 +91382,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -91183,7 +91760,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -91663,7 +92240,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -92304,7 +92881,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -92554,7 +93131,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -92908,7 +93485,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -93000,7 +93577,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -93133,7 +93710,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -93292,7 +93869,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -93421,7 +93998,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -93539,7 +94116,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -94979,7 +95556,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -95060,7 +95637,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -95125,7 +95702,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -95895,7 +96472,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -96228,7 +96805,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -96959,7 +97536,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -97248,7 +97825,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -97661,7 +98238,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -97753,7 +98330,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -97830,7 +98407,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -97922,7 +98499,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -97984,7 +98561,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -98132,7 +98709,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -98194,7 +98771,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -98345,7 +98922,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -98407,7 +98984,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -98544,7 +99121,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -99016,7 +99593,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -101297,7 +101874,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -102178,7 +102755,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -103226,7 +103803,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -103318,7 +103895,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -103559,7 +104136,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -103838,7 +104415,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -104147,7 +104724,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -104426,7 +105003,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -104735,7 +105312,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -104954,7 +105531,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -105117,7 +105694,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -105209,7 +105786,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -105291,7 +105868,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -105512,7 +106089,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -105612,7 +106189,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -105883,7 +106460,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -105983,7 +106560,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -106314,7 +106891,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -106414,7 +106991,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -106685,7 +107262,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -106785,7 +107362,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -107116,7 +107693,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -107216,7 +107793,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -107476,7 +108053,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -107568,7 +108145,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -107701,7 +108278,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -107879,7 +108456,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -107971,7 +108548,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -108140,7 +108717,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -108372,7 +108949,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -108464,7 +109041,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -108570,7 +109147,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -108703,7 +109280,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -108795,7 +109372,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -108937,7 +109514,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -109111,7 +109688,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -109240,7 +109817,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -109358,7 +109935,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -109445,7 +110022,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"MaintenanceWindowStartingHour": "System.Int32",
@@ -109461,7 +110038,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"EnableEncryption": "System.Boolean",
@@ -109484,7 +110061,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]",
@@ -109612,7 +110189,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"MaintenanceWindowStartingHour": "System.Int32",
@@ -109634,7 +110211,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"EnableEncryption": "System.Boolean",
@@ -109663,7 +110240,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]",
@@ -109758,7 +110335,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -110577,12 +111154,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -110590,29 +111168,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -110655,12 +111235,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -110668,29 +111249,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -110759,12 +111342,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -110772,29 +111356,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -110899,7 +111485,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
"Settings": "System.Object",
@@ -111513,7 +112099,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -111610,12 +112196,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -111623,29 +112210,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -112032,12 +112621,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -112045,29 +112635,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -112184,12 +112776,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -112197,29 +112790,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -112262,12 +112857,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -112275,29 +112871,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -112388,7 +112986,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent"
},
"ValidateNotNullOrEmpty": false
@@ -112398,7 +112996,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.WinRMListener"
},
"ValidateNotNullOrEmpty": false
@@ -112420,7 +113018,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.SshPublicKey"
},
"ValidateNotNullOrEmpty": false
@@ -112430,7 +113028,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup"
},
"ValidateNotNullOrEmpty": false
@@ -112505,12 +113103,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -112518,29 +113117,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -112685,7 +113286,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent"
},
"ValidateNotNullOrEmpty": false
@@ -112701,7 +113302,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.WinRMListener"
},
"ValidateNotNullOrEmpty": false
@@ -112735,7 +113336,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.SshPublicKey"
},
"ValidateNotNullOrEmpty": false
@@ -112751,7 +113352,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup"
},
"ValidateNotNullOrEmpty": false
@@ -112868,12 +113469,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -112881,29 +113483,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -112949,12 +113553,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -112962,29 +113567,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -113095,12 +113702,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -113108,29 +113716,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -113298,12 +113908,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -113311,29 +113922,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -113376,12 +113989,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -113389,29 +114003,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -113525,12 +114141,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -113538,29 +114155,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -113740,12 +114359,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -113753,29 +114373,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -113818,12 +114440,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -113831,29 +114454,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -113910,12 +114535,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -113923,29 +114549,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -114032,12 +114660,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -114045,29 +114674,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -114110,12 +114741,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -114123,29 +114755,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -114203,7 +114837,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -114233,7 +114867,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -114318,7 +114952,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -114411,12 +115045,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -114424,29 +115059,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -114540,7 +115177,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -114588,7 +115225,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -114727,7 +115364,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -114874,12 +115511,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -114887,29 +115525,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -114952,12 +115592,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -114965,29 +115606,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -115053,12 +115696,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -115066,29 +115710,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -115190,7 +115836,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -116115,7 +116761,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -116207,7 +116853,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -116322,7 +116968,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -116470,7 +117116,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -116517,7 +117163,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -116937,7 +117583,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -117248,7 +117894,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -117318,12 +117964,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -117331,29 +117978,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -117516,12 +118165,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -117529,29 +118179,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -117781,7 +118433,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -118066,7 +118718,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -118113,7 +118765,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -118922,7 +119574,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -119472,7 +120124,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -119796,7 +120448,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Result": "System.Boolean",
"PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]",
@@ -120093,7 +120745,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -120157,7 +120809,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -120262,7 +120914,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -120408,7 +121060,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -120543,7 +121195,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -120632,7 +121284,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -120874,7 +121526,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -121207,7 +121859,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.ResourceSharingProfile",
@@ -121282,7 +121934,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.ResourceSharingProfile",
@@ -121506,7 +122158,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.ResourceSharingProfile",
@@ -121840,7 +122492,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -121947,7 +122599,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -121978,7 +122630,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -122111,7 +122763,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -122245,7 +122897,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -122439,7 +123091,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -122529,7 +123181,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -123061,7 +123713,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -123442,7 +124094,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -123529,7 +124181,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -124334,7 +124986,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -124924,7 +125576,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -125031,7 +125683,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -125853,7 +126505,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -126448,7 +127100,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"SafetyProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionSafetyProfile",
@@ -126557,7 +127209,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"SafetyProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionSafetyProfile",
@@ -127165,7 +127817,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"SafetyProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionSafetyProfile",
@@ -127578,7 +128230,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -127872,7 +128524,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -127929,7 +128581,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -128013,7 +128665,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryInVMAccessControlProfileVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
@@ -128133,7 +128785,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -128240,7 +128892,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -128383,7 +129035,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -128492,7 +129144,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -128616,7 +129268,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -128702,7 +129354,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -128805,7 +129457,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -129150,7 +129802,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -129264,7 +129916,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.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]",
@@ -129484,7 +130136,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -129578,7 +130230,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -129600,7 +130252,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -129720,7 +130372,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -129845,7 +130497,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -130026,7 +130678,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -130109,7 +130761,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -130352,7 +131004,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -130510,7 +131162,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -130579,7 +131231,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -130644,7 +131296,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -130926,7 +131578,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -131361,7 +132013,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -131413,7 +132065,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -131866,7 +132518,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -132289,7 +132941,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -132716,12 +133368,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -132729,29 +133382,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
},
"Methods": [
{
@@ -132815,12 +133470,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -132828,29 +133484,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -132965,7 +133623,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -133085,7 +133743,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -133284,7 +133942,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -133503,6 +134161,33 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "MaxZoneCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableMaxInstancePercentPerZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaxInstancePercentPerZoneValue",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -133579,12 +134264,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -133592,29 +134278,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -133965,7 +134653,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -134296,7 +134984,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -134652,6 +135340,51 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "MaxZoneCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableMaxInstancePercentPerZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxInstancePercentPerZoneValue",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -134723,7 +135456,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -134774,12 +135507,13 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"AutomaticRepairsPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
+ "Placement": "Microsoft.Azure.Management.Compute.Models.Placement",
"Plan": "Microsoft.Azure.Management.Compute.Models.Plan",
"PriorityMixPolicy": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
"ResiliencyPolicy": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
@@ -134787,29 +135521,31 @@
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"SkuProfile": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
"SpotRestorePolicy": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
+ "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
"Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
- "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"ZoneBalance": "System.Nullable`1[System.Boolean]",
"SinglePlacementGroup": "System.Nullable`1[System.Boolean]",
+ "AddProxyAgentExtension": "System.Nullable`1[System.Boolean]",
"DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]",
"Overprovision": "System.Nullable`1[System.Boolean]",
"TimeCreated": "System.Nullable`1[System.DateTime]",
"PlatformFaultDomainCount": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
+ "HighSpeedInterconnectPlacement": "System.String",
+ "Etag": "System.String",
+ "FullyQualifiedDomainName": "System.String",
+ "ResourceGroupName": "System.String",
"Location": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
"UniqueId": "System.String",
- "OrchestrationMode": "System.String",
- "Etag": "System.String",
"ProvisioningState": "System.String",
- "FullyQualifiedDomainName": "System.String",
- "ResourceGroupName": "System.String"
+ "OrchestrationMode": "System.String",
+ "ZonePlacementPolicy": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -135160,7 +135896,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -135491,7 +136227,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -135847,6 +136583,51 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "MaxZoneCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableMaxInstancePercentPerZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxInstancePercentPerZoneValue",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -135909,7 +136690,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -136220,7 +137001,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -136337,7 +137118,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -136374,7 +137155,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -136553,7 +137334,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -136684,7 +137465,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -136845,7 +137626,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -136955,7 +137736,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -137021,7 +137802,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -158211,7 +158992,7 @@
"Microsoft.Azure.Management.Compute.Models.AccessControlRules": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AccessControlRules",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AccessControlRules, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AccessControlRules, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AccessControlRulesIdentity]",
"Privileges": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AccessControlRulesPrivilege]",
@@ -158272,7 +159053,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AccessControlRulesIdentity]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AccessControlRulesIdentity]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AccessControlRulesIdentity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AccessControlRulesIdentity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.AccessControlRulesIdentity"
]
@@ -158280,7 +159061,7 @@
"Microsoft.Azure.Management.Compute.Models.AccessControlRulesIdentity": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AccessControlRulesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AccessControlRulesIdentity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AccessControlRulesIdentity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"UserName": "System.String",
@@ -158360,7 +159141,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AccessControlRulesPrivilege]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AccessControlRulesPrivilege]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AccessControlRulesPrivilege, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AccessControlRulesPrivilege, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.AccessControlRulesPrivilege"
]
@@ -158368,7 +159149,7 @@
"Microsoft.Azure.Management.Compute.Models.AccessControlRulesPrivilege": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AccessControlRulesPrivilege",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AccessControlRulesPrivilege, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AccessControlRulesPrivilege, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"QueryParameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Path": "System.String",
@@ -158437,7 +159218,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AccessControlRulesRole]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AccessControlRulesRole]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AccessControlRulesRole, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AccessControlRulesRole, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.AccessControlRulesRole"
]
@@ -158445,7 +159226,7 @@
"Microsoft.Azure.Management.Compute.Models.AccessControlRulesRole": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AccessControlRulesRole",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AccessControlRulesRole, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AccessControlRulesRole, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Privileges": "System.Collections.Generic.IList`1[System.String]",
"Name": "System.String"
@@ -158508,7 +159289,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AccessControlRulesRoleAssignment]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AccessControlRulesRoleAssignment]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AccessControlRulesRoleAssignment, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AccessControlRulesRoleAssignment, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.AccessControlRulesRoleAssignment"
]
@@ -158516,7 +159297,7 @@
"Microsoft.Azure.Management.Compute.Models.AccessControlRulesRoleAssignment": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AccessControlRulesRoleAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AccessControlRulesRoleAssignment, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AccessControlRulesRoleAssignment, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identities": "System.Collections.Generic.IList`1[System.String]",
"Role": "System.String"
@@ -158571,7 +159352,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Summary": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus]",
"AggregatedState": "System.String"
@@ -158622,7 +159403,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus"
]
@@ -158630,7 +159411,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Progress": "System.Nullable`1[System.Int32]",
"Region": "System.String",
@@ -158699,7 +159480,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.TargetRegion"
]
@@ -158707,7 +159488,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.EncryptionImages",
"AdditionalReplicaSets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AdditionalReplicaSet]",
@@ -158782,7 +159563,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionImages, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]"
@@ -158833,7 +159614,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityProfile": "Microsoft.Azure.Management.Compute.Models.OSDiskImageSecurityProfile",
"DiskEncryptionSetId": "System.String"
@@ -158884,7 +159665,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImageSecurityProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConfidentialVMEncryptionType": "System.String",
"SecureVMDiskEncryptionSetId": "System.String"
@@ -158935,7 +159716,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption"
]
@@ -158943,7 +159724,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Int32",
"DiskEncryptionSetId": "System.String"
@@ -158998,7 +159779,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AdditionalReplicaSet]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AdditionalReplicaSet]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AdditionalReplicaSet, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AdditionalReplicaSet, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.AdditionalReplicaSet"
]
@@ -159006,7 +159787,7 @@
"Microsoft.Azure.Management.Compute.Models.AdditionalReplicaSet": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AdditionalReplicaSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalReplicaSet, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalReplicaSet, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RegionalReplicaCount": "System.Nullable`1[System.Int32]",
"StorageAccountType": "System.String"
@@ -159194,7 +159975,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String"
@@ -159245,7 +160026,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]",
@@ -159305,7 +160086,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes",
@@ -159395,7 +160176,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -159441,7 +160222,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -159533,7 +160314,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -159620,7 +160401,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -159666,7 +160447,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -159674,7 +160455,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -159761,7 +160542,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ImageDataDisk"
]
@@ -159769,7 +160550,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"Snapshot": "Microsoft.Azure.Management.Compute.Models.SubResource",
@@ -159864,7 +160645,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GalleryApplications": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication]"
},
@@ -159901,7 +160682,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication"
]
@@ -159909,7 +160690,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
@@ -159951,7 +160732,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -160038,7 +160819,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UltraSSDEnabled": "System.Nullable`1[System.Boolean]",
"HibernationEnabled": "System.Nullable`1[System.Boolean]"
@@ -160089,7 +160870,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BillingProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxPrice": "System.Nullable`1[System.Double]"
},
@@ -160143,7 +160924,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CapacityReservationGroup": "Microsoft.Azure.Management.Compute.Models.SubResource"
},
@@ -160189,7 +160970,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics"
},
@@ -160235,7 +161016,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"StorageUri": "System.String"
@@ -160286,7 +161067,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HardwareProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmSizeProperties": "Microsoft.Azure.Management.Compute.Models.VMSizeProperties",
"VmSize": "System.String"
@@ -160337,7 +161118,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VMSizeProperties, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VCPUsAvailable": "System.Nullable`1[System.Int32]",
"VCPUsPerCore": "System.Nullable`1[System.Int32]"
@@ -160388,7 +161169,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]",
@@ -160444,7 +161225,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference"
]
@@ -160452,7 +161233,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Primary": "System.Nullable`1[System.Boolean]",
"DeleteOption": "System.String",
@@ -160508,7 +161289,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration"
]
@@ -160516,7 +161297,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"DscpConfiguration": "Microsoft.Azure.Management.Compute.Models.SubResource",
@@ -160676,7 +161457,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsServers": "System.Collections.Generic.IList`1[System.String]"
},
@@ -160722,7 +161503,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration"
]
@@ -160730,7 +161511,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Management.Compute.Models.SubResource",
"PublicIPAddressConfiguration": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressConfiguration",
@@ -160815,7 +161596,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku",
"PublicIPPrefix": "Microsoft.Azure.Management.Compute.Models.SubResource",
@@ -160910,7 +161691,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Tier": "System.String"
@@ -160961,7 +161742,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressDnsSettingsConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainNameLabel": "System.String",
"DomainNameLabelScope": "System.String"
@@ -161016,7 +161797,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag"
]
@@ -161024,7 +161805,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpTagType": "System.String",
"Tag": "System.String"
@@ -161075,7 +161856,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SubResource"
]
@@ -161083,7 +161864,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration",
"WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration",
@@ -161169,7 +161950,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PatchSettings": "Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings",
"Ssh": "Microsoft.Azure.Management.Compute.Models.SshConfiguration",
@@ -161235,7 +162016,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutomaticByPlatformSettings": "Microsoft.Azure.Management.Compute.Models.LinuxVMGuestPatchAutomaticByPlatformSettings",
"AssessmentMode": "System.String",
@@ -161291,7 +162072,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxVMGuestPatchAutomaticByPlatformSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BypassPlatformSafetyChecksOnUserSchedule": "System.Nullable`1[System.Boolean]",
"RebootSetting": "System.String"
@@ -161342,7 +162123,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SshPublicKey]"
},
@@ -161388,7 +162169,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SshPublicKey"
]
@@ -161396,7 +162177,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"KeyData": "System.String"
@@ -161447,7 +162228,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PatchSettings": "Microsoft.Azure.Management.Compute.Models.PatchSettings",
"WinRM": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration",
@@ -161523,7 +162304,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PatchSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutomaticByPlatformSettings": "Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings",
"EnableHotpatching": "System.Nullable`1[System.Boolean]",
@@ -161584,7 +162365,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BypassPlatformSafetyChecksOnUserSchedule": "System.Nullable`1[System.Boolean]",
"RebootSetting": "System.String"
@@ -161635,7 +162416,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Listeners": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.WinRMListener]"
},
@@ -161681,7 +162462,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.WinRMListener"
]
@@ -161689,7 +162470,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocol": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]",
"CertificateUrl": "System.String"
@@ -161740,7 +162521,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ProtocolTypes"
]
@@ -161748,7 +162529,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -161835,7 +162616,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent"
]
@@ -161843,7 +162624,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]",
@@ -161904,7 +162685,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ComponentNames"
]
@@ -161912,7 +162693,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -161999,7 +162780,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.PassNames"
]
@@ -162007,7 +162788,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -162094,7 +162875,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SettingNames"
]
@@ -162102,7 +162883,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -162189,7 +162970,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VaultSecretGroup"
]
@@ -162197,7 +162978,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]"
@@ -162248,7 +163029,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VaultCertificate"
]
@@ -162256,7 +163037,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CertificateUrl": "System.String",
"CertificateStore": "System.String"
@@ -162307,7 +163088,7 @@
"Microsoft.Azure.Management.Compute.Models.Placement": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.Placement",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Placement, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Placement, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IncludeZones": "System.Collections.Generic.IList`1[System.String]",
"ExcludeZones": "System.Collections.Generic.IList`1[System.String]",
@@ -162363,7 +163144,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Plan, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Publisher": "System.String",
@@ -162424,7 +163205,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SecurityProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionIdentity": "Microsoft.Azure.Management.Compute.Models.EncryptionIdentity",
"ProxyAgentSettings": "Microsoft.Azure.Management.Compute.Models.ProxyAgentSettings",
@@ -162490,7 +163271,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionIdentity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UserAssignedIdentityResourceId": "System.String"
},
@@ -162536,7 +163317,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ProxyAgentSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"WireServer": "Microsoft.Azure.Management.Compute.Models.HostEndpointSettings",
"Imds": "Microsoft.Azure.Management.Compute.Models.HostEndpointSettings",
@@ -162607,7 +163388,7 @@
"Microsoft.Azure.Management.Compute.Models.HostEndpointSettings": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.HostEndpointSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HostEndpointSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HostEndpointSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"InVMAccessControlProfileReferenceId": "System.String"
@@ -162658,7 +163439,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UefiSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecureBootEnabled": "System.Nullable`1[System.Boolean]",
"VTpmEnabled": "System.Nullable`1[System.Boolean]"
@@ -162709,7 +163490,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference",
"OsDisk": "Microsoft.Azure.Management.Compute.Models.OSDisk",
@@ -162779,7 +163560,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Offer": "System.String",
@@ -162860,7 +163641,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiffDiskSettings": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings",
"EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings",
@@ -162965,7 +163746,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Option": "System.String",
"Placement": "System.String"
@@ -163016,7 +163797,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference",
"DiskEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference",
@@ -163076,7 +163857,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource",
"KeyUrl": "System.String"
@@ -163131,7 +163912,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource",
"SecretUrl": "System.String"
@@ -163186,7 +163967,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"SecurityProfile": "Microsoft.Azure.Management.Compute.Models.VMDiskSecurityProfile",
@@ -163247,7 +164028,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VMDiskSecurityProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"SecurityEncryptionType": "System.String"
@@ -163298,7 +164079,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Uri": "System.String"
},
@@ -163344,7 +164125,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -163352,7 +164133,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DataDisk"
]
@@ -163360,7 +164141,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceResource": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters",
@@ -163480,7 +164261,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -163534,7 +164315,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]",
@@ -163595,7 +164376,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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.UserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.UserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.Compute.Models.UserAssignedIdentitiesValue"
@@ -163604,7 +164385,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrincipalId": "System.String",
"ClientId": "System.String"
@@ -163655,7 +164436,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -163663,7 +164444,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -163750,7 +164531,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView",
"MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus",
@@ -163876,7 +164657,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"SerialConsoleLogBlobUri": "System.String",
@@ -163932,7 +164713,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Level": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes]",
"Time": "System.Nullable`1[System.DateTime]",
@@ -163998,7 +164779,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.StatusLevelTypes"
]
@@ -164006,7 +164787,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -164093,7 +164874,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastOperationResultCode": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes]",
"IsCustomerInitiatedMaintenanceAllowed": "System.Nullable`1[System.Boolean]",
@@ -164169,7 +164950,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes"
]
@@ -164177,7 +164958,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -164264,7 +165045,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]",
@@ -164320,7 +165101,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.InstanceViewStatus"
]
@@ -164328,7 +165109,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView"
]
@@ -164336,7 +165117,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"TypeHandlerVersion": "System.String",
@@ -164392,7 +165173,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus"
},
@@ -164438,7 +165219,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePatchStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePatchSummary": "Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary",
"LastPatchInstallationSummary": "Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary",
@@ -164494,7 +165275,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"RebootPending": "System.Nullable`1[System.Boolean]",
@@ -164575,7 +165356,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiError, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]",
@@ -164641,7 +165422,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InnerError, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Exceptiontype": "System.String",
"Errordetail": "System.String"
@@ -164692,7 +165473,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ApiErrorBase"
]
@@ -164700,7 +165481,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Code": "System.String",
"Target": "System.String",
@@ -164756,7 +165537,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"MaintenanceWindowExceeded": "System.Nullable`1[System.Boolean]",
@@ -164852,7 +165633,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DiskInstanceView"
]
@@ -164860,7 +165641,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]",
@@ -164916,7 +165697,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings"
]
@@ -164924,7 +165705,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView"
]
@@ -164932,7 +165713,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]",
@@ -164998,7 +165779,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension"
]
@@ -165006,7 +165787,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProtectedSettingsFromKeyVault": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference",
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView",
@@ -165151,7 +165932,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Sku, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "System.Nullable`1[System.Int64]",
"Tier": "System.String",
@@ -165207,7 +165988,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView",
"MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus",
@@ -165328,7 +166109,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkInterfaceConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]"
},
@@ -165374,7 +166155,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration"
]
@@ -165382,7 +166163,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"DnsSettings": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings",
@@ -165587,7 +166368,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsServers": "System.Collections.Generic.IList`1[System.String]"
},
@@ -165633,7 +166414,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration"
]
@@ -165641,7 +166422,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"PublicIPAddressConfiguration": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration",
@@ -165777,7 +166558,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku",
"PublicIPPrefix": "Microsoft.Azure.Management.Compute.Models.SubResource",
@@ -165867,7 +166648,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainNameLabel": "System.String",
"DomainNameLabelScope": "System.String"
@@ -165922,7 +166703,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag"
]
@@ -165930,7 +166711,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpTagType": "System.String",
"Tag": "System.String"
@@ -165981,7 +166762,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProtectFromScaleIn": "System.Nullable`1[System.Boolean]",
"ProtectFromScaleSetActions": "System.Nullable`1[System.Boolean]"
@@ -166040,7 +166821,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -166093,7 +166874,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]"
},
@@ -166130,7 +166911,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension"
]
@@ -166138,7 +166919,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisionAfterExtensions": "System.Collections.Generic.IList`1[System.String]",
"AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
@@ -166186,7 +166967,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OsImageNotificationProfile": "Microsoft.Azure.Management.Compute.Models.OSImageNotificationProfile",
"TerminateNotificationProfile": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile"
@@ -166237,7 +167018,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSImageNotificationProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Nullable`1[System.Boolean]",
"NotBeforeTimeout": "System.String"
@@ -166288,7 +167069,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Nullable`1[System.Boolean]",
"NotBeforeTimeout": "System.String"
@@ -166339,7 +167120,7 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SecurityPostureReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludeExtensions": "System.Collections.Generic.IList`1[System.String]",
"IsOverridable": "System.Nullable`1[System.Boolean]",
@@ -166399,7 +167180,7 @@
"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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]",
@@ -166455,7 +167236,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration",
"WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration",
@@ -166541,7 +167322,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference",
"OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk",
@@ -166606,7 +167387,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiffDiskSettings": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings",
"Image": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk",
@@ -166706,7 +167487,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"SecurityProfile": "Microsoft.Azure.Management.Compute.Models.VMDiskSecurityProfile",
@@ -166762,7 +167543,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk"
]
@@ -166770,7 +167551,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters",
"Lun": "System.Int32",
@@ -166865,7 +167646,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String"
@@ -166912,7 +167693,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"GracePeriod": "System.String",
@@ -166968,7 +167749,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BaseRegularPriorityCount": "System.Nullable`1[System.Int32]",
"RegularPriorityPercentageAboveBase": "System.Nullable`1[System.Int32]"
@@ -167023,7 +167804,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutomaticZoneRebalancingPolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticZoneRebalancingPolicy",
"ResilientVMCreationPolicy": "Microsoft.Azure.Management.Compute.Models.ResilientVMCreationPolicy",
@@ -167088,7 +167869,7 @@
"Microsoft.Azure.Management.Compute.Models.AutomaticZoneRebalancingPolicy": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AutomaticZoneRebalancingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticZoneRebalancingPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticZoneRebalancingPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"RebalanceStrategy": "System.String",
@@ -167144,7 +167925,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResilientVMCreationPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]"
},
@@ -167190,7 +167971,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResilientVMDeletionPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]"
},
@@ -167236,7 +168017,7 @@
"Microsoft.Azure.Management.Compute.Models.ZoneAllocationPolicy": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ZoneAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ZoneAllocationPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ZoneAllocationPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxInstancePercentPerZonePolicy": "Microsoft.Azure.Management.Compute.Models.MaxInstancePercentPerZonePolicy",
"MaxZoneCount": "System.Nullable`1[System.Int32]"
@@ -167291,7 +168072,7 @@
"Microsoft.Azure.Management.Compute.Models.MaxInstancePercentPerZonePolicy": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.MaxInstancePercentPerZonePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaxInstancePercentPerZonePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaxInstancePercentPerZonePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"Value": "System.Nullable`1[System.Int32]"
@@ -167346,7 +168127,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "System.Collections.Generic.IList`1[System.String]",
"ForceDeletion": "System.Nullable`1[System.Boolean]",
@@ -167402,7 +168183,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SkuProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmSizes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SkuProfileVMSize]",
"AllocationStrategy": "System.String"
@@ -167453,7 +168234,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SkuProfileVMSize"
]
@@ -167461,7 +168242,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SkuProfileVMSize, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rank": "System.Nullable`1[System.Int32]",
"Name": "System.String"
@@ -167512,7 +168293,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"RestoreTimeout": "System.String"
@@ -167563,7 +168344,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutomaticOSUpgradePolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy",
"RollingUpgradePolicy": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy",
@@ -167623,7 +168404,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnableAutomaticOSUpgrade": "System.Nullable`1[System.Boolean]",
"DisableAutomaticRollback": "System.Nullable`1[System.Boolean]",
@@ -167684,7 +168465,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]",
"PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]",
@@ -167769,7 +168550,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.UpgradeMode"
]
@@ -167777,7 +168558,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -167864,7 +168645,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]",
@@ -167925,7 +168706,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandInstanceView",
"Source": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource",
@@ -167977,7 +168758,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]",
@@ -168058,7 +168839,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ScriptUriManagedIdentity": "Microsoft.Azure.Management.Compute.Models.RunCommandManagedIdentity",
"Script": "System.String",
@@ -168129,7 +168910,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RunCommandManagedIdentity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientId": "System.String",
"ObjectId": "System.String"
@@ -168180,7 +168961,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.RunCommandInputParameter"
]
@@ -168188,7 +168969,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RunCommandInputParameter, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -168243,7 +169024,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Output": "System.String"
},
@@ -168289,7 +169070,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]"
@@ -168340,7 +169121,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationUtilization, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]"
@@ -168400,7 +169181,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly"
]
@@ -168408,7 +169189,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -168454,7 +169235,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]"
@@ -168505,7 +169286,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName"
]
@@ -168513,7 +169294,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]",
@@ -168569,7 +169350,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSharingProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SubscriptionIds": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]"
},
@@ -168615,7 +169396,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ScaleType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType]",
"Minimum": "System.Nullable`1[System.Int64]",
@@ -168676,7 +169457,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType"
]
@@ -168684,7 +169465,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -168771,7 +169552,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities"
]
@@ -168779,7 +169560,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -168830,7 +169611,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts"
]
@@ -168838,7 +169619,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Quantity": "System.Nullable`1[System.Int64]",
"MeterID": "System.String",
@@ -168894,7 +169675,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo"
]
@@ -168902,7 +169683,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]",
@@ -168968,7 +169749,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails"
]
@@ -168976,7 +169757,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]"
@@ -169027,7 +169808,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions"
]
@@ -169035,7 +169816,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestrictionInfo": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo",
"Values": "System.Collections.Generic.IList`1[System.String]",
@@ -169096,7 +169877,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Locations": "System.Collections.Generic.IList`1[System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]"
@@ -169147,7 +169928,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode"
]
@@ -169155,7 +169936,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -169242,7 +170023,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType"
]
@@ -169250,7 +170031,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -169337,7 +170118,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -169377,7 +170158,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CreationData, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference",
"GalleryImageReference": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference",
@@ -169497,7 +170278,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]",
"Id": "System.String",
@@ -169571,7 +170352,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskSecurityProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityType": "System.String",
"SecureVMDiskEncryptionSetId": "System.String"
@@ -169622,7 +170403,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskSku, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Tier": "System.String"
@@ -169673,7 +170454,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Encryption, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSetId": "System.String",
"Type": "System.String"
@@ -169724,7 +170505,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"EncryptionSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement]",
@@ -169784,7 +170565,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement"
]
@@ -169792,7 +170573,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
"DiskEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference"
@@ -169847,7 +170628,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -169902,7 +170683,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SourceVault, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -169948,7 +170729,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -170003,7 +170784,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SupportedCapabilities, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AcceleratedNetwork": "System.Nullable`1[System.Boolean]",
"DiskControllerTypes": "System.String",
@@ -170077,7 +170858,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ShareInfoElement"
]
@@ -170085,7 +170866,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmUri": "System.String"
},
@@ -170131,7 +170912,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection"
]
@@ -170139,7 +170920,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpoint": "Microsoft.Azure.Management.Compute.Models.PrivateEndpoint",
"PrivateLinkServiceConnectionState": "Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState",
@@ -170214,7 +170995,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateEndpoint, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -170260,7 +171041,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "System.String",
"Description": "System.String",
@@ -170316,7 +171097,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.UserAssignedIdentitiesValue]",
"Type": "System.String",
@@ -170377,7 +171158,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference"
]
@@ -170385,7 +171166,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueName": "System.String"
},
@@ -170431,7 +171212,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SharingProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]",
@@ -170487,7 +171268,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CommunityGalleryInfo, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicNames": "System.Collections.Generic.IList`1[System.String]",
"CommunityGalleryEnabled": "System.Nullable`1[System.Boolean]",
@@ -170558,7 +171339,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SharingProfileGroup"
]
@@ -170566,7 +171347,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SharingProfileGroup, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ids": "System.Collections.Generic.IList`1[System.String]",
"Type": "System.String"
@@ -170617,7 +171398,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Disallowed, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskTypes": "System.Collections.Generic.IList`1[System.String]"
},
@@ -170663,7 +171444,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Offer": "System.String",
@@ -170723,7 +171504,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Publisher": "System.String",
@@ -170779,7 +171560,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VCPUs": "Microsoft.Azure.Management.Compute.Models.ResourceRange",
"Memory": "Microsoft.Azure.Management.Compute.Models.ResourceRange"
@@ -170830,7 +171611,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceRange, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Min": "System.Nullable`1[System.Int32]",
"Max": "System.Nullable`1[System.Int32]"
@@ -170881,7 +171662,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.GalleryImageFeature"
]
@@ -170889,7 +171670,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String",
@@ -170945,7 +171726,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]",
@@ -171026,7 +171807,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation"
]
@@ -171034,7 +171815,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.EncryptionImages",
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.GalleryExtendedLocation",
@@ -171100,7 +171881,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryExtendedLocation, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String"
@@ -171151,7 +171932,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryImageVersionSafetyProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionSafetyProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionSafetyProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionSafetyProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyViolations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PolicyViolation]",
"ReportedForPolicyViolation": "System.Nullable`1[System.Boolean]",
@@ -171212,7 +171993,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PolicyViolation]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PolicyViolation]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.PolicyViolation, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.PolicyViolation, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.PolicyViolation"
]
@@ -171220,7 +172001,7 @@
"Microsoft.Azure.Management.Compute.Models.PolicyViolation": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PolicyViolation",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PolicyViolation, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PolicyViolation, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Category": "System.String",
"Details": "System.String"
@@ -171271,7 +172052,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionFullSource",
"OsDiskImage": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage",
@@ -171327,7 +172108,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionFullSource, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommunityGalleryImageId": "System.String",
"VirtualMachineId": "System.String",
@@ -171383,7 +172164,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource",
"HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]",
@@ -171439,7 +172220,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Uri": "System.String",
"StorageAccountId": "System.String",
@@ -171495,7 +172276,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.HostCaching"
]
@@ -171503,7 +172284,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -171590,7 +172371,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage"
]
@@ -171598,7 +172379,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource",
"Lun": "System.Int32",
@@ -171663,7 +172444,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileProperties": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileProperties, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileProperties, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicableHostEndpoint": "Microsoft.Azure.Management.Compute.Models.EndpointTypes",
"OsType": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes",
@@ -171728,7 +172509,7 @@
"Microsoft.Azure.Management.Compute.Models.EndpointTypes": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.EndpointTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EndpointTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EndpointTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -171815,7 +172596,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]",
@@ -171871,7 +172652,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllocatableVMs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM]"
},
@@ -171917,7 +172698,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM"
]
@@ -171925,7 +172706,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Count": "System.Nullable`1[System.Double]",
"VmSize": "System.String"
@@ -171976,7 +172757,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes"
]
@@ -171984,7 +172765,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -172071,7 +172852,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Hosts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName]"
},
@@ -172108,7 +172889,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName"
]
@@ -172116,7 +172897,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]",
@@ -172177,7 +172958,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmSizes": "System.Collections.Generic.IList`1[System.String]"
},
@@ -172223,7 +173004,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus"
]
@@ -172231,7 +173012,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"Id": "System.String"
@@ -172282,7 +173063,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]"
@@ -172333,7 +173114,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView"
]
@@ -172341,7 +173122,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointReplicationStatus",
"Id": "System.String"
@@ -172392,7 +173173,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointReplicationStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"CompletionPercent": "System.Nullable`1[System.Int32]"
@@ -172443,7 +173224,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceMetadata, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
"HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile",
@@ -172538,7 +173319,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMStorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]",
@@ -172598,7 +173379,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings",
"DiskRestorePoint": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointAttributes",
@@ -172683,7 +173464,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointAttributes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceDiskRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"Encryption": "Microsoft.Azure.Management.Compute.Models.RestorePointEncryption",
@@ -172739,7 +173520,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointEncryption, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"Type": "System.String"
@@ -172790,7 +173571,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk"
]
@@ -172798,7 +173579,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskRestorePoint": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointAttributes",
"ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters",
@@ -172874,7 +173655,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ApiEntityReference"
]
@@ -172882,7 +173663,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Location": "System.String",
"Id": "System.String"
@@ -172933,7 +173714,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.RestorePoint"
]
@@ -172941,7 +173722,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePoint, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"InstanceView": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView",
@@ -173036,7 +173817,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SnapshotSku, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Tier": "System.String"
@@ -173105,7 +173886,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDeprecationStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AlternativeOption": "Microsoft.Azure.Management.Compute.Models.AlternativeOption",
"ScheduledDeprecationTime": "System.Nullable`1[System.DateTime]",
@@ -173161,7 +173942,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AlternativeOption, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "System.String",
"Value": "System.String"
@@ -173212,7 +173993,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutomaticOSUpgradeSupported": "System.Boolean"
},
@@ -173262,7 +174043,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OperatingSystem": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
},
@@ -173312,7 +174093,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PurchasePlan, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Publisher": "System.String",
@@ -173377,7 +174158,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DataDiskImage"
]
@@ -173385,7 +174166,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]"
},
@@ -173431,7 +174212,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition"
]
@@ -173439,7 +174220,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Required": "System.Nullable`1[System.Boolean]",
"Name": "System.String",
@@ -173504,7 +174285,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyVaultURL": "System.String",
"KeyEncryptionKeyURL": "System.String",
@@ -173547,7 +174328,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount"
]
@@ -173555,7 +174336,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Count": "System.Nullable`1[System.Int32]",
"Code": "System.String"
@@ -173606,7 +174387,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SuccessfulInstanceCount": "System.Nullable`1[System.Int32]",
"FailedInstanceCount": "System.Nullable`1[System.Int32]",
@@ -173667,7 +174448,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.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]",
@@ -173728,7 +174509,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType"
]
@@ -173736,7 +174517,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -173823,7 +174604,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode"
]
@@ -173831,7 +174612,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -173918,7 +174699,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ScaleType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType]",
"Minimum": "System.Nullable`1[System.Int64]",
@@ -173979,7 +174760,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType"
]
@@ -173987,7 +174768,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -174074,7 +174855,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -174161,7 +174942,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DiskInstanceView"
]
@@ -174169,7 +174950,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UsageName, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.String",
"LocalizedValue": "System.String"
@@ -174220,7 +175001,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail"
]
@@ -174228,7 +175009,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Classifications": "System.Collections.Generic.IList`1[System.String]",
"PatchId": "System.String",
@@ -174299,7 +175080,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties"
]
@@ -174307,7 +175088,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Classifications": "System.Collections.Generic.IList`1[System.String]",
"PublishedDate": "System.Nullable`1[System.DateTime]",
@@ -174414,7 +175195,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential"
]
@@ -174422,7 +175203,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CredentialName": "System.String",
"KeyVaultName": "System.String"
@@ -174460,7 +175241,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult"
]
@@ -174468,7 +175249,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Result": "System.Boolean",
"PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]",
@@ -174537,7 +175318,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=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceResource": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.ContainerRegistry.json b/tools/Tools.Common/SerializedCmdlets/Az.ContainerRegistry.json
index 11e73f9a9125..ceb61a2b6c3e 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.ContainerRegistry.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.ContainerRegistry.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.ContainerRegistry",
- "ModuleVersion": "5.0.0",
+ "ModuleVersion": "5.0.1",
"Cmdlets": [
{
"VerbName": "Connect",
@@ -356,7 +356,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ContainerRegistry.Models",
"Name": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttribute",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttribute, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttribute, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase",
"ImageName": "System.String",
@@ -427,7 +427,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ContainerRegistry.Models",
"Name": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSAcrManifest",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSAcrManifest, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSAcrManifest, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManifestsAttributes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase]",
"ImageName": "System.String",
@@ -816,7 +816,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ContainerRegistry.Models",
"Name": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSRepositoryAttribute",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSRepositoryAttribute, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSRepositoryAttribute, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ChangeableAttributes": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSChangeableAttribute",
"ManifestCount": "System.Nullable`1[System.Int32]",
@@ -1206,7 +1206,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ContainerRegistry.Models",
"Name": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttribute",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttribute, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttribute, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase",
"ImageName": "System.String",
@@ -1280,7 +1280,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ContainerRegistry.Models",
"Name": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagList",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagList, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagList, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase]",
"ImageName": "System.String",
@@ -2021,7 +2021,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ContainerRegistry.Models",
"Name": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSDeletedRepository",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSDeletedRepository, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSDeletedRepository, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManifestsDeleted": "System.Collections.Generic.IList`1[System.String]",
"TagsDeleted": "System.Collections.Generic.IList`1[System.String]"
@@ -2407,7 +2407,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ContainerRegistry.Models",
"Name": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttribute",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttribute, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttribute, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase",
"ImageName": "System.String",
@@ -3078,7 +3078,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ContainerRegistry.Models",
"Name": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSRepositoryAttribute",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSRepositoryAttribute, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSRepositoryAttribute, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ChangeableAttributes": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSChangeableAttribute",
"ManifestCount": "System.Nullable`1[System.Int32]",
@@ -3430,7 +3430,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ContainerRegistry.Models",
"Name": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttribute",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttribute, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttribute, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase",
"ImageName": "System.String",
@@ -56984,7 +56984,7 @@
"Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase": {
"Namespace": "Microsoft.Azure.Commands.ContainerRegistry.Models",
"Name": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ChangeableAttributes": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSChangeableAttribute",
"Tags": "System.Collections.Generic.IList`1[System.String]",
@@ -57085,7 +57085,7 @@
"Microsoft.Azure.Commands.ContainerRegistry.Models.PSChangeableAttribute": {
"Namespace": "Microsoft.Azure.Commands.ContainerRegistry.Models",
"Name": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSChangeableAttribute",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSChangeableAttribute, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSChangeableAttribute, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeleteEnabled": "System.Nullable`1[System.Boolean]",
"WriteEnabled": "System.Nullable`1[System.Boolean]",
@@ -57385,7 +57385,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase"
]
@@ -57401,7 +57401,7 @@
"Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase": {
"Namespace": "Microsoft.Azure.Commands.ContainerRegistry.Models",
"Name": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ChangeableAttributes": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSChangeableAttribute",
"Signed": "System.Nullable`1[System.Boolean]",
@@ -57612,7 +57612,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase"
]
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.CosmosDB.json b/tools/Tools.Common/SerializedCmdlets/Az.CosmosDB.json
index 817c462b96e0..39f8fda157d3 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.CosmosDB.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.CosmosDB.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.CosmosDB",
- "ModuleVersion": "1.19.0",
+ "ModuleVersion": "1.19.1",
"Cmdlets": [
{
"VerbName": "Add",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GlobalDatabaseAccountProperties": "Microsoft.Azure.Management.CosmosDB.Models.FleetspaceAccountPropertiesGlobalDatabaseAccountProperties",
"Name": "System.String",
@@ -128,7 +128,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration",
"DataRegions": "System.Collections.Generic.IList`1[System.String]",
@@ -418,7 +418,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration",
"DataRegions": "System.Collections.Generic.IList`1[System.String]",
@@ -544,7 +544,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -952,7 +952,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -1280,7 +1280,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -1410,7 +1410,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -1495,7 +1495,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -1744,7 +1744,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -1874,7 +1874,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -1960,7 +1960,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -2209,7 +2209,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -2339,7 +2339,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2433,7 +2433,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2660,7 +2660,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2753,7 +2753,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -2848,7 +2848,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3011,7 +3011,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3138,7 +3138,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource",
"Id": "System.String",
@@ -3215,7 +3215,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3466,7 +3466,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3562,7 +3562,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3826,7 +3826,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration",
"DataRegions": "System.Collections.Generic.IList`1[System.String]",
@@ -3914,7 +3914,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4126,7 +4126,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4219,7 +4219,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GlobalDatabaseAccountProperties": "Microsoft.Azure.Management.CosmosDB.Models.FleetspaceAccountPropertiesGlobalDatabaseAccountProperties",
"Name": "System.String",
@@ -4313,7 +4313,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration",
"DataRegions": "System.Collections.Generic.IList`1[System.String]",
@@ -4543,7 +4543,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration",
"DataRegions": "System.Collections.Generic.IList`1[System.String]",
@@ -4639,7 +4639,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4724,7 +4724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -4973,7 +4973,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -5103,7 +5103,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -5189,7 +5189,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -5438,7 +5438,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -5568,7 +5568,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -5644,7 +5644,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -5889,7 +5889,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -5982,7 +5982,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSGraphBackupInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSGraphBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSGraphBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LatestRestorableTimestamp": "System.String"
},
@@ -6329,7 +6329,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -6424,7 +6424,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -6651,7 +6651,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -6744,7 +6744,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinDatabaseGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Id": "System.String",
@@ -6823,7 +6823,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -6960,7 +6960,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -7091,7 +7091,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinGraphGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinGraphGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinGraphGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -7179,7 +7179,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinDatabaseGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Id": "System.String",
@@ -7378,7 +7378,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinDatabaseGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Id": "System.String",
@@ -7508,7 +7508,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -7612,7 +7612,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -7779,7 +7779,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -7921,7 +7921,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationProperties",
"Id": "System.String",
@@ -8096,7 +8096,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -8172,7 +8172,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -8417,7 +8417,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -8510,7 +8510,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSMongoDBBackupInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSMongoDBBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSMongoDBBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LatestRestorableTimestamp": "System.String"
},
@@ -8857,7 +8857,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -8952,7 +8952,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -9179,7 +9179,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -9272,7 +9272,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -9357,7 +9357,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -9606,7 +9606,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -9736,7 +9736,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -9822,7 +9822,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -10071,7 +10071,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -10201,7 +10201,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableMongodbCollectionGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableMongodbCollectionGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableMongodbCollectionGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -10289,7 +10289,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase",
"Name": "System.String",
@@ -10489,7 +10489,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase",
"Name": "System.String",
@@ -10620,7 +10620,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableMongodbDatabaseGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableMongodbDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableMongodbDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -10699,7 +10699,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -10836,7 +10836,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -10967,7 +10967,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -11071,7 +11071,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -11238,7 +11238,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -11380,7 +11380,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Privileges": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Privilege]",
"Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]",
@@ -11475,7 +11475,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -11754,7 +11754,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -11899,7 +11899,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]",
"Id": "System.String",
@@ -11995,7 +11995,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -12274,7 +12274,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -12419,7 +12419,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -12647,7 +12647,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreationTime": "System.Nullable`1[System.DateTime]",
"InstanceCount": "System.Nullable`1[System.Int32]",
@@ -12732,7 +12732,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -12981,7 +12981,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -13111,7 +13111,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13187,7 +13187,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13432,7 +13432,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13525,7 +13525,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSSqlBackupInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSSqlBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSSqlBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LatestRestorableTimestamp": "System.String"
},
@@ -13872,7 +13872,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -13967,7 +13967,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14194,7 +14194,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14287,7 +14287,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14372,7 +14372,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -14621,7 +14621,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -14751,7 +14751,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -14837,7 +14837,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -15086,7 +15086,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -15216,7 +15216,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Container": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerPropertiesResourceContainer",
"Id": "System.String",
@@ -15305,7 +15305,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase",
"Name": "System.String",
@@ -15505,7 +15505,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase",
"Name": "System.String",
@@ -15636,7 +15636,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase",
"Name": "System.String",
@@ -15716,7 +15716,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -15853,7 +15853,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -15984,7 +15984,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -16088,7 +16088,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -16255,7 +16255,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -16397,7 +16397,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -16481,7 +16481,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -16730,7 +16730,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -16860,7 +16860,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -16945,7 +16945,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -17194,7 +17194,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -17324,7 +17324,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17427,7 +17427,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17669,7 +17669,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17762,7 +17762,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17865,7 +17865,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18107,7 +18107,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18200,7 +18200,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18303,7 +18303,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18545,7 +18545,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18638,7 +18638,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18723,7 +18723,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -18972,7 +18972,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -19102,7 +19102,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSTableBackupInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSTableBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSTableBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LatestRestorableTimestamp": "System.String"
},
@@ -19425,7 +19425,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -19525,7 +19525,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -19692,7 +19692,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -19834,7 +19834,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableTableGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableTableGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableTableGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -19913,7 +19913,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableTableGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableTableGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableTableGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -20097,7 +20097,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableTableGetResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableTableGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableTableGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -20227,7 +20227,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -20311,7 +20311,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -20560,7 +20560,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -20690,7 +20690,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -20775,7 +20775,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -21024,7 +21024,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -21154,7 +21154,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -21240,7 +21240,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -21489,7 +21489,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -21619,7 +21619,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -21704,7 +21704,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -21901,7 +21901,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -22028,7 +22028,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -22120,7 +22120,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -22134,7 +22134,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -22346,7 +22346,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -22415,7 +22415,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -22542,7 +22542,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -22610,7 +22610,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -22663,7 +22663,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -22823,7 +22823,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -22961,7 +22961,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -23178,7 +23178,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -23255,7 +23255,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -23271,7 +23271,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -23555,7 +23555,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -23656,7 +23656,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -23764,7 +23764,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -23832,7 +23832,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -23885,7 +23885,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24045,7 +24045,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -24183,7 +24183,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24400,7 +24400,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -24477,7 +24477,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24493,7 +24493,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24777,7 +24777,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24878,7 +24878,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24986,7 +24986,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -25063,7 +25063,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25079,7 +25079,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25363,7 +25363,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25464,7 +25464,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25572,7 +25572,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -25640,7 +25640,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -25693,7 +25693,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25853,7 +25853,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -25991,7 +25991,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -26208,7 +26208,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -26285,7 +26285,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -26301,7 +26301,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -26585,7 +26585,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -26686,7 +26686,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -26794,7 +26794,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -26862,7 +26862,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -26915,7 +26915,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -27075,7 +27075,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -27213,7 +27213,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -27430,7 +27430,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -27498,7 +27498,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -27551,7 +27551,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -27711,7 +27711,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -27849,7 +27849,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -28066,7 +28066,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -28237,7 +28237,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": true
@@ -28337,7 +28337,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -28672,7 +28672,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": true
@@ -28802,7 +28802,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -29328,7 +29328,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": true
@@ -29458,7 +29458,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -29886,7 +29886,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -30268,7 +30268,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -30413,7 +30413,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"OrderBy": "System.String"
@@ -30620,7 +30620,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String"
@@ -30827,7 +30827,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -30882,7 +30882,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -31026,7 +31026,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -31347,7 +31347,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -31513,7 +31513,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]",
"ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]",
@@ -31579,7 +31579,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn"
},
"ValidateNotNullOrEmpty": true
@@ -31599,7 +31599,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey"
},
"ValidateNotNullOrEmpty": true
@@ -31647,7 +31647,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn"
},
"ValidateNotNullOrEmpty": true
@@ -31679,7 +31679,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey"
},
"ValidateNotNullOrEmpty": true
@@ -31751,7 +31751,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -31806,7 +31806,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -31983,7 +31983,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]",
"ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]",
@@ -31997,7 +31997,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -32183,7 +32183,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]",
"ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]",
@@ -32339,7 +32339,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]",
"ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]",
@@ -32408,7 +32408,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -32517,7 +32517,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]",
"ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]",
@@ -32593,7 +32593,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource",
"Id": "System.String",
@@ -32697,7 +32697,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -32712,7 +32712,7 @@
"Type": {
"Namespace": "Azure.Core.Cryptography",
"Name": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
- "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.47.3.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
+ "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.50.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
},
"ValidateNotNullOrEmpty": false
},
@@ -32721,7 +32721,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -32853,7 +32853,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -32874,7 +32874,7 @@
"Type": {
"Namespace": "Azure.Core.Cryptography",
"Name": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
- "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.47.3.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
+ "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.50.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
},
"ValidateNotNullOrEmpty": false
},
@@ -32971,7 +32971,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -32992,7 +32992,7 @@
"Type": {
"Namespace": "Azure.Core.Cryptography",
"Name": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
- "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.47.3.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
+ "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.50.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
},
"ValidateNotNullOrEmpty": false
},
@@ -33056,7 +33056,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -33111,7 +33111,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -33132,7 +33132,7 @@
"Type": {
"Namespace": "Azure.Core.Cryptography",
"Name": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
- "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.47.3.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
+ "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.50.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
},
"ValidateNotNullOrEmpty": false
},
@@ -33203,7 +33203,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -33415,7 +33415,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -33663,7 +33663,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration",
"DataRegions": "System.Collections.Generic.IList`1[System.String]",
@@ -33803,7 +33803,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -34179,7 +34179,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -34354,7 +34354,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"Order": "System.String"
@@ -34416,7 +34416,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"Order": "System.String"
@@ -34623,7 +34623,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -34855,7 +34855,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -34910,7 +34910,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -35054,7 +35054,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -35375,7 +35375,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -35541,7 +35541,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -35753,7 +35753,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -35857,7 +35857,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
@@ -35942,7 +35942,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -35981,7 +35981,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -35995,7 +35995,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -36109,7 +36109,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
@@ -36236,7 +36236,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -36299,7 +36299,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -36383,7 +36383,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
@@ -36510,7 +36510,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -36573,7 +36573,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -36642,7 +36642,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -36679,7 +36679,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
@@ -36806,7 +36806,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -36869,7 +36869,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -36945,7 +36945,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]",
"Path": "System.String"
@@ -37007,7 +37007,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]",
"Path": "System.String"
@@ -37081,7 +37081,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes"
},
"ValidateNotNullOrEmpty": true
@@ -37144,7 +37144,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes"
},
"ValidateNotNullOrEmpty": true
@@ -37216,7 +37216,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Precision": "System.Nullable`1[System.Int32]",
"DataType": "System.String",
@@ -37279,7 +37279,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Precision": "System.Nullable`1[System.Int32]",
"DataType": "System.String",
@@ -37517,7 +37517,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
@@ -37587,7 +37587,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath"
},
"ValidateNotNullOrEmpty": true
@@ -37597,7 +37597,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec"
},
"ValidateNotNullOrEmpty": true
@@ -37607,7 +37607,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]"
},
"ValidateNotNullOrEmpty": true
@@ -37686,7 +37686,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath"
},
"ValidateNotNullOrEmpty": true
@@ -37702,7 +37702,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec"
},
"ValidateNotNullOrEmpty": true
@@ -37718,7 +37718,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]"
},
"ValidateNotNullOrEmpty": true
@@ -37839,7 +37839,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Types": "System.Collections.Generic.IList`1[System.String]",
"Path": "System.String"
@@ -37901,7 +37901,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Types": "System.Collections.Generic.IList`1[System.String]",
"Path": "System.String"
@@ -38110,7 +38110,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Paths": "System.Collections.Generic.IList`1[System.String]"
},
@@ -38161,7 +38161,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Paths": "System.Collections.Generic.IList`1[System.String]"
},
@@ -38335,7 +38335,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
},
@@ -38396,7 +38396,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
},
@@ -38450,7 +38450,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey"
},
"ValidateNotNullOrEmpty": true
@@ -38498,7 +38498,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey"
},
"ValidateNotNullOrEmpty": true
@@ -38570,7 +38570,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsZoneRedundant": "System.Nullable`1[System.Boolean]",
"FailoverPriority": "System.Nullable`1[System.Int32]",
@@ -38831,7 +38831,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -38886,7 +38886,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -39060,7 +39060,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -39070,7 +39070,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -39253,7 +39253,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -39402,7 +39402,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -39467,7 +39467,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -39573,7 +39573,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -39645,7 +39645,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -39700,7 +39700,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -39844,7 +39844,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -40165,7 +40165,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -40331,7 +40331,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexKeys",
"Options": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions"
@@ -40576,7 +40576,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource",
"Actions": "System.Collections.Generic.IList`1[System.String]"
@@ -40641,7 +40641,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Db": "System.String",
"Collection": "System.String"
@@ -40702,7 +40702,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Db": "System.String",
"Collection": "System.String"
@@ -40793,7 +40793,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Db": "System.String",
"Collection": "System.String"
@@ -41000,7 +41000,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Db": "System.String",
"Role": "System.String"
@@ -41207,7 +41207,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Privileges": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Privilege]",
"Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]",
@@ -41320,7 +41320,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
},
"ValidateNotNullOrEmpty": false
@@ -41330,7 +41330,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
},
"ValidateNotNullOrEmpty": false
@@ -41340,7 +41340,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -41530,7 +41530,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
},
"ValidateNotNullOrEmpty": false
@@ -41546,7 +41546,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
},
"ValidateNotNullOrEmpty": false
@@ -41671,7 +41671,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
},
"ValidateNotNullOrEmpty": false
@@ -41687,7 +41687,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
},
"ValidateNotNullOrEmpty": false
@@ -41752,7 +41752,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -41871,7 +41871,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
},
"ValidateNotNullOrEmpty": false
@@ -41887,7 +41887,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
},
"ValidateNotNullOrEmpty": false
@@ -41952,7 +41952,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -42071,7 +42071,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
},
"ValidateNotNullOrEmpty": false
@@ -42087,7 +42087,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
},
"ValidateNotNullOrEmpty": false
@@ -42227,7 +42227,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
},
"ValidateNotNullOrEmpty": false
@@ -42243,7 +42243,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
},
"ValidateNotNullOrEmpty": false
@@ -42315,7 +42315,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]",
"Id": "System.String",
@@ -42438,7 +42438,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -42459,7 +42459,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -42664,7 +42664,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -42821,7 +42821,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -42903,7 +42903,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -43037,7 +43037,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -43119,7 +43119,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -43253,7 +43253,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -43425,7 +43425,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -43514,7 +43514,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataActions": "System.Collections.Generic.IList`1[System.String]"
},
@@ -43741,7 +43741,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreationTime": "System.Nullable`1[System.DateTime]",
"InstanceCount": "System.Nullable`1[System.Int32]",
@@ -43844,7 +43844,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -44153,7 +44153,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -44313,7 +44313,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"Order": "System.String"
@@ -44520,7 +44520,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -44742,7 +44742,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -44797,7 +44797,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -44926,7 +44926,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
@@ -45011,7 +45011,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -45050,7 +45050,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -45064,7 +45064,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]",
"PolicyFormatVersion": "System.Int32"
@@ -45077,7 +45077,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VectorEmbeddings": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]"
}
@@ -45101,7 +45101,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -45215,7 +45215,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
@@ -45342,7 +45342,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -45405,7 +45405,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -45425,7 +45425,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]",
"PolicyFormatVersion": "System.Int32"
@@ -45444,7 +45444,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VectorEmbeddings": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]"
}
@@ -45544,7 +45544,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
@@ -45671,7 +45671,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -45734,7 +45734,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -45754,7 +45754,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]",
"PolicyFormatVersion": "System.Int32"
@@ -45773,7 +45773,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VectorEmbeddings": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]"
}
@@ -45858,7 +45858,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -45895,7 +45895,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
@@ -46022,7 +46022,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -46085,7 +46085,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -46105,7 +46105,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]",
"PolicyFormatVersion": "System.Int32"
@@ -46124,7 +46124,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VectorEmbeddings": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]"
}
@@ -46216,7 +46216,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -46271,7 +46271,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -46415,7 +46415,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -46736,7 +46736,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -46902,7 +46902,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]",
"Path": "System.String"
@@ -46976,7 +46976,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes"
},
"ValidateNotNullOrEmpty": true
@@ -47039,7 +47039,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes"
},
"ValidateNotNullOrEmpty": true
@@ -47111,7 +47111,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Precision": "System.Nullable`1[System.Int32]",
"DataType": "System.String",
@@ -47349,7 +47349,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
@@ -47409,7 +47409,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath"
},
"ValidateNotNullOrEmpty": true
@@ -47419,7 +47419,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec"
},
"ValidateNotNullOrEmpty": true
@@ -47429,7 +47429,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]"
},
"ValidateNotNullOrEmpty": true
@@ -47470,7 +47470,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex"
},
"ValidateNotNullOrEmpty": true
@@ -47518,7 +47518,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath"
},
"ValidateNotNullOrEmpty": true
@@ -47534,7 +47534,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec"
},
"ValidateNotNullOrEmpty": true
@@ -47550,7 +47550,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]"
},
"ValidateNotNullOrEmpty": true
@@ -47615,7 +47615,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex"
},
"ValidateNotNullOrEmpty": true
@@ -47687,7 +47687,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -47807,7 +47807,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -48233,7 +48233,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -48356,7 +48356,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -48483,7 +48483,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -48495,7 +48495,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -48776,7 +48776,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -49036,7 +49036,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -49207,7 +49207,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -49225,7 +49225,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -49403,7 +49403,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Types": "System.Collections.Generic.IList`1[System.String]",
"Path": "System.String"
@@ -49612,7 +49612,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -49667,7 +49667,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -49814,7 +49814,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50086,7 +50086,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50194,7 +50194,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50249,7 +50249,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -50414,7 +50414,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50746,7 +50746,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50884,7 +50884,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Paths": "System.Collections.Generic.IList`1[System.String]"
},
@@ -51058,7 +51058,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
},
@@ -51112,7 +51112,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey"
},
"ValidateNotNullOrEmpty": true
@@ -51160,7 +51160,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey"
},
"ValidateNotNullOrEmpty": true
@@ -51232,7 +51232,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -51287,7 +51287,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -51434,7 +51434,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -51706,7 +51706,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -51814,7 +51814,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Dimensions": "System.Int32",
"Path": "System.String",
@@ -52071,7 +52071,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VectorEmbeddings": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]"
},
@@ -52125,7 +52125,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding"
},
"ValidateNotNullOrEmpty": true
@@ -52173,7 +52173,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding"
},
"ValidateNotNullOrEmpty": true
@@ -52245,7 +52245,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VectorIndexShardKey": "System.Collections.Generic.IList`1[System.String]",
"QuantizationByteSize": "System.Nullable`1[System.Int64]",
@@ -52545,7 +52545,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -52600,7 +52600,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -52744,7 +52744,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -53065,7 +53065,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -53231,7 +53231,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -53351,7 +53351,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -53777,7 +53777,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -53900,7 +53900,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -54027,7 +54027,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -54039,7 +54039,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -54320,7 +54320,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -54580,7 +54580,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -54751,7 +54751,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -54769,7 +54769,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -54947,7 +54947,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -55131,7 +55131,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IgnoreMissingVNetServiceEndpoint": "System.Nullable`1[System.Boolean]",
"Id": "System.String"
@@ -55344,7 +55344,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -55399,7 +55399,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -56217,7 +56217,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -56270,7 +56270,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -56381,7 +56381,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -56721,7 +56721,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -57225,7 +57225,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -57537,7 +57537,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -57811,7 +57811,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -57983,7 +57983,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -58199,7 +58199,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -58386,7 +58386,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -58584,7 +58584,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -58741,7 +58741,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -58948,7 +58948,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration",
"DataRegions": "System.Collections.Generic.IList`1[System.String]",
@@ -59123,7 +59123,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration",
"DataRegions": "System.Collections.Generic.IList`1[System.String]",
@@ -59342,7 +59342,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GlobalDatabaseAccountProperties": "Microsoft.Azure.Management.CosmosDB.Models.FleetspaceAccountPropertiesGlobalDatabaseAccountProperties",
"Name": "System.String",
@@ -59529,7 +59529,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GlobalDatabaseAccountProperties": "Microsoft.Azure.Management.CosmosDB.Models.FleetspaceAccountPropertiesGlobalDatabaseAccountProperties",
"Name": "System.String",
@@ -59736,7 +59736,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -59908,7 +59908,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -60124,7 +60124,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -60311,7 +60311,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -60527,7 +60527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -60714,7 +60714,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -60921,7 +60921,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -61093,7 +61093,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -61290,7 +61290,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -61343,7 +61343,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Privileges": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Privilege]",
"Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]",
@@ -61595,7 +61595,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -61733,7 +61733,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Privileges": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Privilege]",
"Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]",
@@ -61882,7 +61882,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -61935,7 +61935,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]",
"Id": "System.String",
@@ -62188,7 +62188,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -62326,7 +62326,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]",
"Id": "System.String",
@@ -62486,7 +62486,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreationTime": "System.Nullable`1[System.DateTime]",
"InstanceCount": "System.Nullable`1[System.Int32]",
@@ -62737,7 +62737,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreationTime": "System.Nullable`1[System.DateTime]",
"InstanceCount": "System.Nullable`1[System.Int32]",
@@ -62904,7 +62904,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -63091,7 +63091,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -63298,7 +63298,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -63470,7 +63470,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -63667,7 +63667,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -63682,7 +63682,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -63906,7 +63906,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -64029,7 +64029,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -64225,7 +64225,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -64241,7 +64241,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -64465,7 +64465,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -64588,7 +64588,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -64813,7 +64813,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -65015,7 +65015,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -65240,7 +65240,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -65442,7 +65442,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -65667,7 +65667,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -65869,7 +65869,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -66076,7 +66076,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -66248,7 +66248,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -66445,7 +66445,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -66460,7 +66460,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -66684,7 +66684,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -66807,7 +66807,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -67003,7 +67003,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -67019,7 +67019,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -67243,7 +67243,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -67366,7 +67366,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -67573,7 +67573,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -67848,7 +67848,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -68094,7 +68094,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -68126,7 +68126,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -68398,7 +68398,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -68576,7 +68576,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -68684,7 +68684,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -68824,7 +68824,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore"
},
"ValidateNotNullOrEmpty": false
@@ -68834,7 +68834,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore"
},
"ValidateNotNullOrEmpty": false
@@ -68844,7 +68844,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68975,7 +68975,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore"
},
"ValidateNotNullOrEmpty": false
@@ -68991,7 +68991,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore"
},
"ValidateNotNullOrEmpty": false
@@ -69007,7 +69007,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69209,7 +69209,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore"
},
"ValidateNotNullOrEmpty": false
@@ -69225,7 +69225,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore"
},
"ValidateNotNullOrEmpty": false
@@ -69241,7 +69241,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69375,7 +69375,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -69430,7 +69430,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -69792,7 +69792,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -70153,7 +70153,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -70208,7 +70208,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -70594,7 +70594,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -70649,7 +70649,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -71011,7 +71011,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -71066,7 +71066,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -71452,7 +71452,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -71507,7 +71507,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -71869,7 +71869,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -71924,7 +71924,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -72286,7 +72286,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -72390,7 +72390,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -72571,7 +72571,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -72997,7 +72997,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -73369,7 +73369,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -73598,7 +73598,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -74140,7 +74140,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -74712,7 +74712,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -75091,7 +75091,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -75223,7 +75223,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -75608,7 +75608,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -75754,7 +75754,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -75877,7 +75877,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": false
@@ -75896,7 +75896,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -76042,7 +76042,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": false
@@ -76138,7 +76138,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": false
@@ -76249,7 +76249,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": false
@@ -76329,7 +76329,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -76404,7 +76404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": false
@@ -76491,7 +76491,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -76546,7 +76546,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -76690,7 +76690,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -76743,7 +76743,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -77027,7 +77027,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -77186,7 +77186,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -77315,7 +77315,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -77383,7 +77383,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -77436,7 +77436,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -77632,7 +77632,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -77791,7 +77791,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -78050,7 +78050,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -78105,7 +78105,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -78282,7 +78282,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]",
"ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]",
@@ -78296,7 +78296,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -78312,7 +78312,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -78498,7 +78498,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]",
"ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]",
@@ -78654,7 +78654,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]",
"ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]",
@@ -78723,7 +78723,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -78832,7 +78832,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]",
"ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]",
@@ -78901,7 +78901,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -79010,7 +79010,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]",
"ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]",
@@ -79086,7 +79086,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -79163,7 +79163,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -79179,7 +79179,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -79520,7 +79520,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -79642,7 +79642,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -79771,7 +79771,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource",
"Id": "System.String",
@@ -79866,7 +79866,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -79881,7 +79881,7 @@
"Type": {
"Namespace": "Azure.Core.Cryptography",
"Name": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
- "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.47.3.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
+ "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.50.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
},
"ValidateNotNullOrEmpty": false
},
@@ -79890,7 +79890,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -79906,7 +79906,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource",
"Id": "System.String",
@@ -80021,7 +80021,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -80042,7 +80042,7 @@
"Type": {
"Namespace": "Azure.Core.Cryptography",
"Name": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
- "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.47.3.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
+ "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.50.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
},
"ValidateNotNullOrEmpty": false
},
@@ -80124,7 +80124,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -80146,7 +80146,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -80167,7 +80167,7 @@
"Type": {
"Namespace": "Azure.Core.Cryptography",
"Name": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
- "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.47.3.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
+ "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.50.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
},
"ValidateNotNullOrEmpty": false
},
@@ -80231,7 +80231,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -80252,7 +80252,7 @@
"Type": {
"Namespace": "Azure.Core.Cryptography",
"Name": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
- "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.47.3.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
+ "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.50.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
},
"ValidateNotNullOrEmpty": false
},
@@ -80316,7 +80316,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource",
"Id": "System.String",
@@ -80336,7 +80336,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -80357,7 +80357,7 @@
"Type": {
"Namespace": "Azure.Core.Cryptography",
"Name": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
- "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.47.3.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
+ "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.50.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
},
"ValidateNotNullOrEmpty": false
},
@@ -80428,7 +80428,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -80513,7 +80513,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -80725,7 +80725,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -80818,7 +80818,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration",
"DataRegions": "System.Collections.Generic.IList`1[System.String]",
@@ -80930,7 +80930,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration",
"DataRegions": "System.Collections.Generic.IList`1[System.String]",
@@ -81202,7 +81202,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration",
"DataRegions": "System.Collections.Generic.IList`1[System.String]",
@@ -81319,7 +81319,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -81374,7 +81374,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -81518,7 +81518,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -81571,7 +81571,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -81855,7 +81855,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -82014,7 +82014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -82143,7 +82143,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -82211,7 +82211,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -82264,7 +82264,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -82460,7 +82460,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -82619,7 +82619,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -82878,7 +82878,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -82933,7 +82933,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -83062,7 +83062,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
@@ -83147,7 +83147,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -83186,7 +83186,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -83200,7 +83200,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -83216,7 +83216,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -83330,7 +83330,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
@@ -83457,7 +83457,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -83520,7 +83520,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -83604,7 +83604,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
@@ -83731,7 +83731,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -83794,7 +83794,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -83863,7 +83863,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -83900,7 +83900,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
@@ -84027,7 +84027,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -84090,7 +84090,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -84159,7 +84159,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -84196,7 +84196,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
@@ -84323,7 +84323,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -84386,7 +84386,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -84462,7 +84462,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -84539,7 +84539,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -84555,7 +84555,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -84896,7 +84896,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -85018,7 +85018,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -85147,7 +85147,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -85202,7 +85202,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -85376,7 +85376,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -85386,7 +85386,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -85402,7 +85402,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -85585,7 +85585,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -85734,7 +85734,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -85799,7 +85799,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -85905,7 +85905,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -85970,7 +85970,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -86076,7 +86076,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -86148,7 +86148,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -86225,7 +86225,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -86241,7 +86241,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -86582,7 +86582,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -86704,7 +86704,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -86833,7 +86833,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -86888,7 +86888,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -87032,7 +87032,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -87085,7 +87085,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -87369,7 +87369,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -87528,7 +87528,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -87657,7 +87657,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -87725,7 +87725,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -87778,7 +87778,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -87974,7 +87974,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -88133,7 +88133,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -88392,7 +88392,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -88504,7 +88504,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
]
@@ -88516,7 +88516,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -88528,7 +88528,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -88581,7 +88581,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Privileges": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Privilege]",
"Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]",
@@ -88726,7 +88726,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
]
@@ -88744,7 +88744,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -88871,7 +88871,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
]
@@ -88889,7 +88889,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -88956,7 +88956,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -89075,7 +89075,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
]
@@ -89093,7 +89093,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -89160,7 +89160,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Privileges": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Privilege]",
"Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]",
@@ -89243,7 +89243,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
]
@@ -89261,7 +89261,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -89335,7 +89335,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]",
"Id": "System.String",
@@ -89458,7 +89458,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -89479,7 +89479,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -89532,7 +89532,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]",
"Id": "System.String",
@@ -89693,7 +89693,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -89850,7 +89850,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -89932,7 +89932,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -90066,7 +90066,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -90148,7 +90148,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]",
"Id": "System.String",
@@ -90247,7 +90247,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -90336,7 +90336,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -90391,7 +90391,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -90520,7 +90520,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
@@ -90605,7 +90605,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -90644,7 +90644,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -90658,7 +90658,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VectorEmbeddings": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]"
}
@@ -90670,7 +90670,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -90698,7 +90698,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -90812,7 +90812,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
@@ -90939,7 +90939,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -91002,7 +91002,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -91022,7 +91022,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VectorEmbeddings": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]"
}
@@ -91122,7 +91122,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
@@ -91249,7 +91249,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -91312,7 +91312,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -91332,7 +91332,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VectorEmbeddings": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]"
}
@@ -91417,7 +91417,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -91454,7 +91454,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
@@ -91581,7 +91581,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -91644,7 +91644,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -91664,7 +91664,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VectorEmbeddings": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]"
}
@@ -91749,7 +91749,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -91786,7 +91786,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
@@ -91913,7 +91913,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -91976,7 +91976,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -91996,7 +91996,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VectorEmbeddings": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]"
}
@@ -92088,7 +92088,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -92165,7 +92165,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -92181,7 +92181,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -92522,7 +92522,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -92644,7 +92644,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -92773,7 +92773,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -92828,7 +92828,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -92972,7 +92972,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -93025,7 +93025,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -93309,7 +93309,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -93468,7 +93468,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -93597,7 +93597,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -93665,7 +93665,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -93718,7 +93718,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -93914,7 +93914,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -94073,7 +94073,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -94332,7 +94332,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -94387,7 +94387,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -94543,7 +94543,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -94559,7 +94559,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -94811,7 +94811,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -94882,7 +94882,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -95008,7 +95008,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -95063,7 +95063,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -95213,7 +95213,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -95237,7 +95237,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -95290,7 +95290,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -95437,7 +95437,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -95585,7 +95585,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -95621,7 +95621,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -95729,7 +95729,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -95856,7 +95856,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -95911,7 +95911,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -96058,7 +96058,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -96074,7 +96074,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -96346,7 +96346,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -96447,7 +96447,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -96555,7 +96555,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -96610,7 +96610,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -96775,7 +96775,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -96791,7 +96791,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -97123,7 +97123,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -97254,7 +97254,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -97392,7 +97392,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -97447,7 +97447,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -97594,7 +97594,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -97610,7 +97610,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -97882,7 +97882,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -97983,7 +97983,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -98091,7 +98091,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -98146,7 +98146,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -98290,7 +98290,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -98343,7 +98343,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -98627,7 +98627,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -98786,7 +98786,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -98915,7 +98915,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -98970,7 +98970,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -99126,7 +99126,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -99142,7 +99142,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -99394,7 +99394,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -99465,7 +99465,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -99591,7 +99591,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -99646,7 +99646,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions",
"Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -99796,7 +99796,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -99820,7 +99820,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -99873,7 +99873,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -100020,7 +100020,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -100168,7 +100168,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -100204,7 +100204,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -100312,7 +100312,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]",
"AssignableScopes": "System.Collections.Generic.IList`1[System.String]",
@@ -100439,7 +100439,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -100507,7 +100507,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -100560,7 +100560,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -100756,7 +100756,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -100915,7 +100915,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -101174,7 +101174,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -101241,7 +101241,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -101587,7 +101587,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -102180,7 +102180,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -102245,7 +102245,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -102259,7 +102259,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -102482,7 +102482,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -102599,7 +102599,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -102997,7 +102997,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.FleetspaceAccountPropertiesGlobalDatabaseAccountProperties": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.FleetspaceAccountPropertiesGlobalDatabaseAccountProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.FleetspaceAccountPropertiesGlobalDatabaseAccountProperties, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.FleetspaceAccountPropertiesGlobalDatabaseAccountProperties, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceId": "System.String",
"ArmLocation": "System.String"
@@ -103053,7 +103053,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MinThroughput": "System.Nullable`1[System.Int32]",
"MaxThroughput": "System.Nullable`1[System.Int32]"
@@ -103250,7 +103250,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SchemaType": "System.String"
},
@@ -103303,7 +103303,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.AnalyticalStorageConfiguration": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.AnalyticalStorageConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.AnalyticalStorageConfiguration, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.AnalyticalStorageConfiguration, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SchemaType": "System.String"
},
@@ -103349,7 +103349,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ServerVersion": "System.String"
},
@@ -103392,7 +103392,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicy": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupPolicyMigrationState": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicyMigrationState",
"BackupIntervalInMinutes": "System.Nullable`1[System.Int32]",
@@ -103447,7 +103447,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicyMigrationState": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicyMigrationState",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicyMigrationState, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicyMigrationState, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StartTime": "System.Nullable`1[System.DateTime]",
"TargetType": "System.String",
@@ -103512,7 +103512,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.BackupPolicyMigrationState": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicyMigrationState",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicyMigrationState, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicyMigrationState, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StartTime": "System.Nullable`1[System.DateTime]",
"TargetType": "System.String",
@@ -103568,7 +103568,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.BackupPolicy": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MigrationState": "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicyMigrationState"
},
@@ -103614,7 +103614,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSRestoreParameters": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSRestoreParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSRestoreParameters, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSRestoreParameters, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DatabasesToRestore": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[]",
"GremlinDatabasesToRestore": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[]",
@@ -103670,13 +103670,13 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[]": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore"
},
"Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -103736,7 +103736,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CollectionNames": "System.Collections.Generic.IList`1[System.String]",
"DatabaseName": "System.String"
@@ -103787,13 +103787,13 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[]": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore"
},
"Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -103853,7 +103853,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GraphNames": "System.Collections.Generic.IList`1[System.String]",
"DatabaseName": "System.String"
@@ -103904,7 +103904,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -103976,7 +103976,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.RestoreParameters": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.RestoreParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.RestoreParameters, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.RestoreParameters, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DatabasesToRestore": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource]",
"GremlinDatabasesToRestore": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource]",
@@ -104057,7 +104057,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource"
]
@@ -104065,7 +104065,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource"
]
@@ -104073,7 +104073,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.ConsistencyPolicy": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.ConsistencyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ConsistencyPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ConsistencyPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DefaultConsistencyLevel": "Microsoft.Azure.Management.CosmosDB.Models.DefaultConsistencyLevel",
"MaxIntervalInSeconds": "System.Nullable`1[System.Int32]",
@@ -104133,7 +104133,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.DefaultConsistencyLevel": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.DefaultConsistencyLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.DefaultConsistencyLevel, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.DefaultConsistencyLevel, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -104233,7 +104233,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Capability]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Capability]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Capability, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Capability, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.Capability"
]
@@ -104241,7 +104241,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.Capability": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.Capability",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Capability, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Capability, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String"
},
@@ -104287,7 +104287,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy"
]
@@ -104295,7 +104295,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FailoverPriority": "System.Nullable`1[System.Int32]",
"LocationName": "System.String",
@@ -104355,7 +104355,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange"
]
@@ -104363,7 +104363,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IPAddressOrRangeProperty": "System.String"
},
@@ -104409,7 +104409,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Location]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Location]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Location, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Location, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.Location"
]
@@ -104417,7 +104417,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.Location": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.Location",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Location, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Location, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsZoneRedundant": "System.Nullable`1[System.Boolean]",
"FailoverPriority": "System.Nullable`1[System.Int32]",
@@ -104492,7 +104492,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection"
]
@@ -104500,7 +104500,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpoint": "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointProperty",
"PrivateLinkServiceConnectionState": "Microsoft.Azure.Management.CosmosDB.Models.PrivateLinkServiceConnectionStateProperty",
@@ -104576,7 +104576,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointProperty": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointProperty",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointProperty, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointProperty, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -104622,7 +104622,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.PrivateLinkServiceConnectionStateProperty": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PrivateLinkServiceConnectionStateProperty",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivateLinkServiceConnectionStateProperty, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivateLinkServiceConnectionStateProperty, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "System.String",
"Description": "System.String",
@@ -104678,7 +104678,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule"
]
@@ -104686,7 +104686,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IgnoreMissingVNetServiceEndpoint": "System.Nullable`1[System.Boolean]",
"Id": "System.String"
@@ -104737,7 +104737,7 @@
"System.Nullable`1[Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType"
]
@@ -104745,7 +104745,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -104832,7 +104832,7 @@
"System.Nullable`1[Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass"
]
@@ -104840,7 +104840,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -104927,7 +104927,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -104978,7 +104978,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxThroughput": "System.Int32",
"TargetMaxThroughput": "System.Nullable`1[System.Int32]"
@@ -105025,7 +105025,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Schema": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema",
"DefaultTtl": "System.Nullable`1[System.Int32]",
@@ -105074,7 +105074,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]",
"ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]",
@@ -105132,7 +105132,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey"
]
@@ -105140,7 +105140,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String"
},
@@ -105196,7 +105196,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String"
},
@@ -105242,7 +105242,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey"
]
@@ -105250,7 +105250,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"OrderBy": "System.String"
@@ -105307,7 +105307,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.ClusterKey": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.ClusterKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ClusterKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ClusterKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"OrderBy": "System.String"
@@ -105358,7 +105358,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSColumn]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSColumn]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSColumn, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSColumn, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSColumn"
]
@@ -105366,7 +105366,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSColumn": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String"
@@ -105423,7 +105423,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.Column": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.Column",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Column, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Column, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String"
@@ -105474,7 +105474,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey]",
"ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.ClusterKey]",
@@ -105530,7 +105530,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey"
]
@@ -105538,7 +105538,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.ClusterKey]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.ClusterKey]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.ClusterKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.ClusterKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.ClusterKey"
]
@@ -105546,7 +105546,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Column]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Column]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Column, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Column, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.Column"
]
@@ -105554,7 +105554,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyWrapMetaData": "Microsoft.Azure.Commands.CosmosDB.Models.PSKeyWrapMetadata",
"WrappedDataEncryptionKey": "System.Byte[]",
@@ -105606,7 +105606,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSKeyWrapMetadata": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSKeyWrapMetadata",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -105665,7 +105665,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.KeyWrapMetadata": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.KeyWrapMetadata",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.KeyWrapMetadata, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.KeyWrapMetadata, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -105726,7 +105726,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -105777,7 +105777,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.String"
},
@@ -105823,7 +105823,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -105869,7 +105869,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConflictResolutionPolicy": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy",
"PartitionKey": "Microsoft.Azure.Commands.CosmosDB.Models.PSContainerPartitionKey",
@@ -105923,7 +105923,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -105981,7 +105981,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -106037,7 +106037,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSContainerPartitionKey": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSContainerPartitionKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSContainerPartitionKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSContainerPartitionKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Paths": "System.Collections.Generic.IList`1[System.String]",
"Version": "System.Nullable`1[System.Int32]",
@@ -106085,7 +106085,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
@@ -106147,7 +106147,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath"
]
@@ -106155,7 +106155,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String"
},
@@ -106211,7 +106211,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String"
},
@@ -106257,7 +106257,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath"
]
@@ -106265,7 +106265,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]",
"Path": "System.String"
@@ -106322,7 +106322,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes"
]
@@ -106330,7 +106330,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Precision": "System.Nullable`1[System.Int32]",
"DataType": "System.String",
@@ -106388,7 +106388,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.Indexes": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.Indexes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Indexes, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Indexes, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Precision": "System.Nullable`1[System.Int32]",
"DataType": "System.String",
@@ -106444,7 +106444,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.IncludedPath": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.IncludedPath",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.IncludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.IncludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Indexes]",
"Path": "System.String"
@@ -106495,7 +106495,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Indexes]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Indexes]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Indexes, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Indexes, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.Indexes"
]
@@ -106503,7 +106503,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec"
]
@@ -106511,7 +106511,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Types": "System.Collections.Generic.IList`1[System.String]",
"Path": "System.String"
@@ -106568,7 +106568,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Types": "System.Collections.Generic.IList`1[System.String]",
"Path": "System.String"
@@ -106619,7 +106619,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex"
]
@@ -106627,7 +106627,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VectorIndexShardKey": "System.Collections.Generic.IList`1[System.String]",
"QuantizationByteSize": "System.Nullable`1[System.Int64]",
@@ -106687,7 +106687,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.VectorIndex": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.VectorIndex",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.VectorIndex, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.VectorIndex, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VectorIndexShardKey": "System.Collections.Generic.IList`1[System.String]",
"QuantizationByteSize": "System.Nullable`1[System.Int64]",
@@ -106757,7 +106757,7 @@
"System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]"
]
@@ -106765,7 +106765,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath"
]
@@ -106773,7 +106773,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"Order": "System.String"
@@ -106830,7 +106830,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.CompositePath": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.CompositePath",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.CompositePath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.CompositePath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"Order": "System.String"
@@ -106881,7 +106881,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath]",
"FullTextIndexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.FullTextIndexPath]",
@@ -106962,7 +106962,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath"
]
@@ -106970,7 +106970,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.FullTextIndexPath]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.FullTextIndexPath]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.FullTextIndexPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.FullTextIndexPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.FullTextIndexPath"
]
@@ -106978,7 +106978,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.FullTextIndexPath": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.FullTextIndexPath",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.FullTextIndexPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.FullTextIndexPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String"
},
@@ -107028,7 +107028,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.IncludedPath]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.IncludedPath]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.IncludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.IncludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.IncludedPath"
]
@@ -107036,7 +107036,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec"
]
@@ -107044,7 +107044,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.VectorIndex]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.VectorIndex]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.VectorIndex, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.VectorIndex, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.VectorIndex"
]
@@ -107052,7 +107052,7 @@
"System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.CompositePath]]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.CompositePath]]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.CompositePath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.CompositePath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.CompositePath]"
]
@@ -107060,7 +107060,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.CompositePath]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.CompositePath]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.CompositePath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.CompositePath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.CompositePath"
]
@@ -107068,7 +107068,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
},
@@ -107124,7 +107124,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey"
]
@@ -107132,7 +107132,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Paths": "System.Collections.Generic.IList`1[System.String]"
},
@@ -107178,7 +107178,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.UniqueKey]"
},
@@ -107224,7 +107224,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.UniqueKey]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.UniqueKey]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.UniqueKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.UniqueKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.UniqueKey"
]
@@ -107232,7 +107232,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.UniqueKey": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Paths": "System.Collections.Generic.IList`1[System.String]"
},
@@ -107278,13 +107278,13 @@
"Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource"
},
"Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreationTime": "System.Nullable`1[System.DateTime]",
"DeletionTime": "System.Nullable`1[System.DateTime]",
@@ -107333,7 +107333,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSLocationProperties": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupStorageRedundancies": "System.Collections.Generic.IList`1[System.String]",
"SupportsAvailabilityZone": "System.Nullable`1[System.Boolean]",
@@ -107384,7 +107384,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ShardKey": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex]",
@@ -107433,7 +107433,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
]
@@ -107441,7 +107441,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexKeys",
"Options": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions"
@@ -107498,7 +107498,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexKeys": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexKeys, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexKeys, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Keys": "System.Collections.Generic.IList`1[System.String]"
},
@@ -107554,7 +107554,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.MongoIndexKeys": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexKeys, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexKeys, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Keys": "System.Collections.Generic.IList`1[System.String]"
},
@@ -107600,7 +107600,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Unique": "System.Nullable`1[System.Boolean]",
"ExpireAfterSeconds": "System.Nullable`1[System.Int32]"
@@ -107657,7 +107657,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.MongoIndexOptions": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexOptions",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexOptions, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexOptions, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Unique": "System.Nullable`1[System.Boolean]",
"ExpireAfterSeconds": "System.Nullable`1[System.Int32]"
@@ -107708,7 +107708,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.MongoIndex": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndex",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndex, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndex, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexKeys",
"Options": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexOptions"
@@ -107759,7 +107759,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -107808,7 +107808,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -107860,7 +107860,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Privilege]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Privilege]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Privilege, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Privilege, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.Privilege"
]
@@ -107868,7 +107868,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.Privilege": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.Privilege",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Privilege, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Privilege, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Management.CosmosDB.Models.PrivilegeResource",
"Actions": "System.Collections.Generic.IList`1[System.String]"
@@ -107919,7 +107919,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.PrivilegeResource": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PrivilegeResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivilegeResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivilegeResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Db": "System.String",
"Collection": "System.String"
@@ -107970,7 +107970,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Role, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Role, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.Role"
]
@@ -107978,7 +107978,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.Role": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.Role",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Role, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Role, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Db": "System.String",
"RoleProperty": "System.String"
@@ -108029,7 +108029,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientEncryptionPolicy": "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionPolicy",
"ConflictResolutionPolicy": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy",
@@ -108085,7 +108085,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionPolicy": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]",
"PolicyFormatVersion": "System.Int32"
@@ -108146,7 +108146,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath"
]
@@ -108154,7 +108154,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"ClientEncryptionKeyId": "System.String",
@@ -108203,7 +108203,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionPolicy": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath]",
"PolicyFormatVersion": "System.Int32"
@@ -108258,7 +108258,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath"
]
@@ -108266,7 +108266,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"ClientEncryptionKeyId": "System.String",
@@ -108331,7 +108331,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerPropertiesResourceContainer": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerPropertiesResourceContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerPropertiesResourceContainer, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerPropertiesResourceContainer, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConflictResolutionPolicy": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy",
"PartitionKey": "Microsoft.Azure.Commands.CosmosDB.Models.PSContainerPartitionKey",
@@ -108386,7 +108386,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Permission, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Permission, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.Permission"
]
@@ -108394,7 +108394,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.Permission": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.Permission",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Permission, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Permission, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataActions": "System.Collections.Generic.IList`1[System.String]",
"NotDataActions": "System.Collections.Generic.IList`1[System.String]"
@@ -108445,7 +108445,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -108495,7 +108495,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -108547,7 +108547,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -108597,7 +108597,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -108646,7 +108646,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated"
]
@@ -108654,7 +108654,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataActions": "System.Collections.Generic.IList`1[System.String]",
"NotDataActions": "System.Collections.Generic.IList`1[System.String]",
@@ -108710,7 +108710,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrometheusEndpoint": "Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode",
"GossipCertificates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate]",
@@ -108767,7 +108767,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpAddress": "System.String"
},
@@ -108813,7 +108813,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate"
]
@@ -108821,7 +108821,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Pem": "System.String"
},
@@ -108867,7 +108867,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode"
]
@@ -108875,7 +108875,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SeedNodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode]",
"NodeCount": "System.Nullable`1[System.Int32]",
@@ -108923,7 +108923,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSLocation": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsZoneRedundant": "System.Nullable`1[System.Boolean]",
"FailoverPriority": "System.Nullable`1[System.Int32]",
@@ -108998,7 +108998,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IgnoreMissingVNetServiceEndpoint": "System.Nullable`1[System.Boolean]",
"Id": "System.String"
@@ -109070,13 +109070,13 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath"
},
"Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Paths": "System.Collections.Generic.IList`1[System.String]"
},
@@ -109122,7 +109122,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Db": "System.String",
"Collection": "System.String"
@@ -109179,7 +109179,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource",
"Actions": "System.Collections.Generic.IList`1[System.String]"
@@ -109236,7 +109236,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Db": "System.String",
"Role": "System.String"
@@ -109293,7 +109293,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding"
]
@@ -109301,7 +109301,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Dimensions": "System.Int32",
"Path": "System.String",
@@ -109360,7 +109360,7 @@
"Microsoft.Azure.Management.CosmosDB.Models.VectorEmbedding": {
"Namespace": "Microsoft.Azure.Management.CosmosDB.Models",
"Name": "Microsoft.Azure.Management.CosmosDB.Models.VectorEmbedding",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.VectorEmbedding, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.VectorEmbedding, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Dimensions": "System.Int32",
"Path": "System.String",
@@ -109425,7 +109425,7 @@
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission": {
"Namespace": "Microsoft.Azure.Commands.CosmosDB.Models",
"Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.18.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataActions": "System.Collections.Generic.IList`1[System.String]"
},
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.DataFactory.json b/tools/Tools.Common/SerializedCmdlets/Az.DataFactory.json
index 3192aa853dd5..9a39473924f6 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.19.6",
+ "ModuleVersion": "1.19.7",
"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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -316,7 +316,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -591,7 +591,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TriggerName": "System.String",
"Status": "System.String"
@@ -658,7 +658,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -838,7 +838,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -1031,7 +1031,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -1297,7 +1297,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSActivityWindow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutputDatasets": "System.Collections.Generic.IList`1[System.String]",
"InputDatasets": "System.Collections.Generic.IList`1[System.String]",
@@ -1377,7 +1377,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -1574,7 +1574,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2367,7 +2367,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Availability": "Microsoft.Azure.Management.DataFactories.Common.Models.Availability",
"Policy": "Microsoft.Azure.Management.DataFactories.Common.Models.Policy",
@@ -2429,7 +2429,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2512,7 +2512,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2765,7 +2765,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreateTime": "System.Nullable`1[System.DateTime]",
"RegisterTime": "System.Nullable`1[System.DateTime]",
@@ -2833,7 +2833,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2916,7 +2916,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3169,7 +3169,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key1": "System.String",
"Key2": "System.String"
@@ -3228,7 +3228,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3314,7 +3314,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3567,7 +3567,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSHub, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.HubBaseProperties",
"HubName": "System.String",
@@ -3634,7 +3634,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3772,7 +3772,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3961,7 +3961,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties",
"LinkedServiceName": "System.String",
@@ -4019,7 +4019,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4102,7 +4102,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4355,7 +4355,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.PipelineProperties",
"PipelineName": "System.String",
@@ -4422,7 +4422,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4560,7 +4560,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4749,7 +4749,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSliceRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"DataSliceEnd": "System.DateTime",
@@ -4819,7 +4819,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4911,7 +4911,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -5209,7 +5209,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSlice, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Start": "System.DateTime",
"End": "System.DateTime",
@@ -5281,7 +5281,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -5467,7 +5467,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -5716,7 +5716,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -5981,7 +5981,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"ActivityRunStart": "System.Nullable`1[System.DateTime]",
@@ -6103,7 +6103,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -6256,7 +6256,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -6543,7 +6543,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow",
"Name": "System.String",
@@ -6633,7 +6633,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -6826,7 +6826,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -7023,7 +7023,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionInfo, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CoreCount": "System.Nullable`1[System.Int32]",
"TimeToLiveInMinutes": "System.Nullable`1[System.Int32]",
@@ -7093,7 +7093,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -7235,7 +7235,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -7447,7 +7447,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset",
"Structure": "System.Object",
@@ -7536,7 +7536,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -7729,7 +7729,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -7926,7 +7926,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -7987,7 +7987,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpressCustomSetup": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase]",
"DataFlowEnableCleanUp": "System.Nullable`1[System.Boolean]",
@@ -8078,7 +8078,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SelfContainedInteractiveAuthoringEnabled": "System.Nullable`1[System.Boolean]",
"Name": "System.String",
@@ -8140,7 +8140,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SelfContainedInteractiveAuthoringEnabled": "System.Nullable`1[System.Boolean]",
"AuthorizationType": "System.String",
@@ -8257,7 +8257,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -8570,7 +8570,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -8664,7 +8664,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthKey1": "System.String",
"AuthKey2": "System.String"
@@ -8762,7 +8762,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -8981,7 +8981,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -9109,7 +9109,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeMetrics, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Nodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData]",
"IntegrationRuntimeName": "System.String",
@@ -9216,7 +9216,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -9435,7 +9435,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -9563,7 +9563,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError]",
"ResourceGroupName": "System.String",
@@ -9633,7 +9633,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"IsActiveDispatcher": "System.Nullable`1[System.Boolean]",
@@ -9782,7 +9782,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -10137,7 +10137,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -10246,7 +10246,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint"
]
@@ -10304,7 +10304,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -10523,7 +10523,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -10651,7 +10651,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService",
"Name": "System.String",
@@ -10739,7 +10739,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -10932,7 +10932,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -11129,7 +11129,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.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]",
@@ -11218,7 +11218,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -11411,7 +11411,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -11608,7 +11608,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InvokedBy": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy",
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -11683,7 +11683,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -11797,7 +11797,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -11889,7 +11889,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -12285,7 +12285,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -12374,7 +12374,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -12567,7 +12567,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -12764,7 +12764,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.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]",
@@ -12866,7 +12866,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -12992,7 +12992,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -13252,7 +13252,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TriggerName": "System.String",
"Status": "System.String"
@@ -13319,7 +13319,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -13499,7 +13499,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -13692,7 +13692,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionCommandResult, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.String",
"Status": "System.String"
@@ -13825,7 +13825,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -14189,7 +14189,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -14582,7 +14582,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -14801,7 +14801,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -14942,7 +14942,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.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]",
@@ -15079,7 +15079,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.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]",
@@ -15227,7 +15227,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.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]",
@@ -15769,7 +15769,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.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]",
@@ -15837,7 +15837,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.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]",
@@ -15886,7 +15886,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -15964,7 +15964,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.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]",
@@ -16210,7 +16210,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -16373,7 +16373,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16756,7 +16756,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Availability": "Microsoft.Azure.Management.DataFactories.Common.Models.Availability",
"Policy": "Microsoft.Azure.Management.DataFactories.Common.Models.Policy",
@@ -16818,7 +16818,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16919,7 +16919,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17275,7 +17275,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17438,7 +17438,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17920,7 +17920,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreateTime": "System.Nullable`1[System.DateTime]",
"RegisterTime": "System.Nullable`1[System.DateTime]",
@@ -17988,7 +17988,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18080,7 +18080,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18378,7 +18378,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key1": "System.String",
"Key2": "System.String"
@@ -18437,7 +18437,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18536,7 +18536,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18846,7 +18846,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSHub, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.HubBaseProperties",
"HubName": "System.String",
@@ -18931,7 +18931,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19099,7 +19099,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19348,7 +19348,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties",
"LinkedServiceName": "System.String",
@@ -19406,7 +19406,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19507,7 +19507,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19850,7 +19850,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.PipelineProperties",
"PipelineName": "System.String",
@@ -19917,7 +19917,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -20103,7 +20103,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -20352,7 +20352,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthKey1": "System.String",
"AuthKey2": "System.String"
@@ -20472,7 +20472,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -20842,7 +20842,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -20998,7 +20998,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -21236,7 +21236,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -21424,7 +21424,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -21595,7 +21595,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -21776,7 +21776,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -21944,7 +21944,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -22182,7 +22182,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -22274,7 +22274,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -22606,7 +22606,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -22762,7 +22762,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -23009,7 +23009,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -23177,7 +23177,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -23436,7 +23436,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -23592,7 +23592,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -23851,7 +23851,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -24026,7 +24026,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -24303,7 +24303,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow",
"Name": "System.String",
@@ -24532,7 +24532,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow",
"Name": "System.String",
@@ -24841,7 +24841,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset",
"Structure": "System.Object",
@@ -25045,7 +25045,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset",
"Structure": "System.Object",
@@ -25356,7 +25356,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -25714,7 +25714,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -25893,7 +25893,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -26248,7 +26248,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -26382,7 +26382,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService",
"Name": "System.String",
@@ -26585,7 +26585,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService",
"Name": "System.String",
@@ -26847,7 +26847,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.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]",
@@ -27051,7 +27051,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.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]",
@@ -27314,7 +27314,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -27518,7 +27518,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -27781,7 +27781,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -28009,7 +28009,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -28317,7 +28317,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -28458,7 +28458,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -28653,7 +28653,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSRunLogInfo, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SasUri": "System.String",
"StorageAccountName": "System.String",
@@ -28711,7 +28711,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -28812,7 +28812,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -29155,7 +29155,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreateTime": "System.Nullable`1[System.DateTime]",
"RegisterTime": "System.Nullable`1[System.DateTime]",
@@ -29223,7 +29223,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -29315,7 +29315,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -29638,7 +29638,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -29875,7 +29875,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -30241,7 +30241,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -30468,7 +30468,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -30799,7 +30799,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -30968,7 +30968,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -31017,7 +31017,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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -31322,7 +31322,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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -31683,7 +31683,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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -32029,7 +32029,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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -32299,7 +32299,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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -32659,7 +32659,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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -33034,7 +33034,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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -33241,7 +33241,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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -33324,7 +33324,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -33506,7 +33506,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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -33589,7 +33589,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -33876,7 +33876,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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -33959,7 +33959,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -34231,7 +34231,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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -34324,7 +34324,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow",
"Name": "System.String",
@@ -34789,7 +34789,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset",
"Structure": "System.Object",
@@ -35256,7 +35256,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -35350,7 +35350,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -37310,7 +37310,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -37924,7 +37924,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -38165,7 +38165,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService",
"Name": "System.String",
@@ -38631,7 +38631,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.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]",
@@ -39098,7 +39098,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -39565,7 +39565,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSession, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SessionId": "System.String",
"Status": "System.String"
@@ -39650,7 +39650,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -39858,7 +39858,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -40118,7 +40118,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.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]",
@@ -40271,7 +40271,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -40584,7 +40584,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -40678,7 +40678,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -40758,7 +40758,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -40962,7 +40962,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -41259,7 +41259,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -41476,7 +41476,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -41842,7 +41842,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -42155,7 +42155,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -42262,7 +42262,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InvokedBy": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy",
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -42305,7 +42305,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -42383,7 +42383,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InvokedBy": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy",
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -42602,7 +42602,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -42765,7 +42765,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -42845,7 +42845,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -43049,7 +43049,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -43300,7 +43300,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.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]",
@@ -43349,7 +43349,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -43427,7 +43427,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.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]",
@@ -43673,7 +43673,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -43861,7 +43861,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -44002,7 +44002,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -44258,7 +44258,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -44568,7 +44568,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -44662,7 +44662,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -44818,7 +44818,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -45275,7 +45275,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -45671,7 +45671,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.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]",
@@ -45828,7 +45828,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -46207,7 +46207,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -46323,7 +46323,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"IsActiveDispatcher": "System.Nullable`1[System.Boolean]",
@@ -46472,7 +46472,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -46827,7 +46827,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -46969,7 +46969,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.DataFactory.Models.CMKIdentityDefinition",
"KeyName": "System.String",
@@ -47034,7 +47034,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.CMKIdentityDefinition, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UserAssignedIdentity": "System.String"
},
@@ -47090,7 +47090,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"PrincipalId": "System.Nullable`1[System.Guid]",
@@ -47182,7 +47182,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisablePublish": "System.Nullable`1[System.Boolean]",
"AccountName": "System.String",
@@ -47265,7 +47265,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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -47274,7 +47274,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.Object",
"Type": "System.String"
@@ -47462,7 +47462,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.Trigger, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"Annotations": "System.Collections.Generic.IList`1[System.Object]",
@@ -48700,7 +48700,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.DataFlow, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Folder": "Microsoft.Azure.Management.DataFactory.Models.DataFlowFolder",
"Annotations": "System.Collections.Generic.IList`1[System.Object]",
@@ -48756,7 +48756,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.DataFlowFolder, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String"
},
@@ -48802,7 +48802,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.Dataset, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Folder": "Microsoft.Azure.Management.DataFactory.Models.DatasetFolder",
"LinkedServiceName": "Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference",
@@ -48887,7 +48887,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.DatasetFolder, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String"
},
@@ -48933,7 +48933,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"ReferenceName": "System.String",
@@ -48989,7 +48989,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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification"
@@ -48998,7 +48998,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DefaultValue": "System.Object",
"Type": "System.String"
@@ -49053,7 +49053,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase"
]
@@ -49061,7 +49061,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "GetType",
@@ -49101,7 +49101,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData"
]
@@ -49109,7 +49109,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"SentBytes": "System.Nullable`1[System.Double]",
@@ -49195,7 +49195,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError"
]
@@ -49203,7 +49203,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"Parameters": "System.Collections.Generic.IList`1[System.String]",
@@ -49269,7 +49269,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Category": "System.String",
"EndPoint": "System.String"
@@ -49313,7 +49313,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.LinkedService, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.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]",
@@ -49388,7 +49388,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"ReferenceName": "System.String",
@@ -49444,7 +49444,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.Activity"
]
@@ -49452,7 +49452,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.Activity, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.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]",
@@ -49532,7 +49532,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.ActivityDependency"
]
@@ -49540,7 +49540,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ActivityDependency, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"DependencyConditions": "System.Collections.Generic.IList`1[System.String]",
@@ -49600,7 +49600,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.UserProperty"
]
@@ -49608,7 +49608,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.UserProperty, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.Object",
"Name": "System.String"
@@ -49663,7 +49663,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Id": "System.String",
@@ -49729,7 +49729,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"Parameters": "System.Collections.Generic.IList`1[System.String]",
@@ -49805,7 +49805,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode"
]
@@ -49813,7 +49813,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.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]",
@@ -49874,7 +49874,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime"
]
@@ -49882,7 +49882,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreateTime": "System.Nullable`1[System.DateTime]",
"Name": "System.String",
@@ -49948,7 +49948,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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.19.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode"
]
@@ -49956,7 +49956,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.19.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.19.6.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.DataLakeStore.json b/tools/Tools.Common/SerializedCmdlets/Az.DataLakeStore.json
index 86387231a713..0a8cf37aae20 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.DataLakeStore.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.DataLakeStore.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.DataLakeStore",
- "ModuleVersion": "1.5.1",
+ "ModuleVersion": "1.5.2",
"Cmdlets": [
{
"VerbName": "Add",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreFirewallRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"StartIpAddress": "System.String",
@@ -317,7 +317,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -404,7 +404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -512,7 +512,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreTrustedIdProvider",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreTrustedIdProvider, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreTrustedIdProvider, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"IdProvider": "System.String"
@@ -763,7 +763,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreVirtualNetworkRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]",
"ResourceGroupName": "System.String",
@@ -1185,7 +1185,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -1335,7 +1335,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -1526,7 +1526,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -1747,7 +1747,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -1953,7 +1953,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -2147,7 +2147,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -2205,7 +2205,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.LogLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.LogLevel, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.LogLevel, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2279,7 +2279,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -2440,7 +2440,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -2534,7 +2534,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.LogLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.LogLevel, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.LogLevel, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2672,7 +2672,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.PSDataLakeStoreAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.PSDataLakeStoreAccount, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.PSDataLakeStoreAccount, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionConfig": "Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfig",
"Identity": "Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity",
@@ -3008,7 +3008,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItem, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItem, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastWriteTime": "System.DateTimeOffset",
"LastAccessTime": "System.DateTimeOffset",
@@ -3087,7 +3087,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -3156,7 +3156,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -3234,7 +3234,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreChildItemSummary",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreChildItemSummary, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreChildItemSummary, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DirectoryCount": "System.Int64",
"FileCount": "System.Int64",
@@ -3300,7 +3300,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -3378,7 +3378,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -3471,7 +3471,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreDeletedItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreDeletedItem, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreDeletedItem, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "System.Nullable`1[Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+FileType]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -3773,7 +3773,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DeletedItemWithToken",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DeletedItemWithToken, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DeletedItemWithToken, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeletedItem": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreDeletedItem",
"ContinuationToken": "System.String"
@@ -4088,7 +4088,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreFirewallRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"StartIpAddress": "System.String",
@@ -4316,7 +4316,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItem, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItem, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastWriteTime": "System.DateTimeOffset",
"LastAccessTime": "System.DateTimeOffset",
@@ -4395,7 +4395,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -4464,7 +4464,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -4542,7 +4542,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+AceType",
"Scope": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+ScopeType",
@@ -4631,7 +4631,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -4700,7 +4700,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -4813,7 +4813,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -4940,7 +4940,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -5086,7 +5086,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -5204,7 +5204,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -5388,7 +5388,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -5401,7 +5401,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+Owner",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+Owner, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+Owner, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5466,7 +5466,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -5485,7 +5485,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+Owner",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+Owner, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+Owner, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5584,7 +5584,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -5653,7 +5653,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -5731,7 +5731,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreTrustedIdProvider",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreTrustedIdProvider, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreTrustedIdProvider, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"IdProvider": "System.String"
@@ -5958,7 +5958,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreVirtualNetworkRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]",
"ResourceGroupName": "System.String",
@@ -6199,7 +6199,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -6257,7 +6257,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.LogLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.LogLevel, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.LogLevel, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6346,7 +6346,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -6522,7 +6522,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -6616,7 +6616,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.LogLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.LogLevel, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.LogLevel, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6782,7 +6782,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance[], Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance[], Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance"
},
"ValidateNotNullOrEmpty": false
@@ -6792,7 +6792,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -6873,7 +6873,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance[], Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance[], Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance"
},
"ValidateNotNullOrEmpty": false
@@ -6889,7 +6889,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -7007,7 +7007,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -7020,7 +7020,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -7098,7 +7098,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -7117,7 +7117,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -7210,7 +7210,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.PSDataLakeStoreAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.PSDataLakeStoreAccount, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.PSDataLakeStoreAccount, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionConfig": "Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfig",
"Identity": "Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity",
@@ -7877,7 +7877,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -7982,7 +7982,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -8563,7 +8563,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance[], Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance[], Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance"
},
"ValidateNotNullOrEmpty": false
@@ -8656,7 +8656,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance[], Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance[], Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance"
},
"ValidateNotNullOrEmpty": false
@@ -8801,7 +8801,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -8897,7 +8897,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -9045,7 +9045,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -9058,7 +9058,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce[], Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce[], Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce"
},
"ValidateNotNullOrEmpty": false
@@ -9068,7 +9068,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+AceType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+AceType, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+AceType, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9187,7 +9187,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -9206,7 +9206,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce[], Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce[], Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce"
},
"ValidateNotNullOrEmpty": false
@@ -9349,7 +9349,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -9368,7 +9368,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+AceType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+AceType, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+AceType, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10041,7 +10041,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreDeletedItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreDeletedItem, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreDeletedItem, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "System.Nullable`1[Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+FileType]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -10134,7 +10134,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreDeletedItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreDeletedItem, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreDeletedItem, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "System.Nullable`1[Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+FileType]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -10389,7 +10389,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreDeletedItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreDeletedItem, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreDeletedItem, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "System.Nullable`1[Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+FileType]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -10563,7 +10563,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.PSDataLakeStoreAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.PSDataLakeStoreAccount, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.PSDataLakeStoreAccount, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionConfig": "Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfig",
"Identity": "Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity",
@@ -10978,7 +10978,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreFirewallRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"StartIpAddress": "System.String",
@@ -11254,7 +11254,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+AceType",
"Scope": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+ScopeType",
@@ -11343,7 +11343,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -11356,7 +11356,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce[], Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce[], Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce"
},
"ValidateNotNullOrEmpty": false
@@ -11458,7 +11458,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -11477,7 +11477,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce[], Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce[], Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce"
},
"ValidateNotNullOrEmpty": false
@@ -11612,7 +11612,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+AceType",
"Scope": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+ScopeType",
@@ -11701,7 +11701,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -11714,7 +11714,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce[], Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce[], Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce"
},
"ValidateNotNullOrEmpty": false
@@ -11724,7 +11724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+AceType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+AceType, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+AceType, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11742,7 +11742,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+Permission",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+Permission, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+Permission, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11852,7 +11852,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -11871,7 +11871,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce[], Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce[], Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce"
},
"ValidateNotNullOrEmpty": false
@@ -12014,7 +12014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -12033,7 +12033,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+AceType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+AceType, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+AceType, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12063,7 +12063,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+Permission",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+Permission, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+Permission, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12321,7 +12321,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItem, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItem, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastWriteTime": "System.DateTimeOffset",
"LastAccessTime": "System.DateTimeOffset",
@@ -12400,7 +12400,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -12422,7 +12422,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+PathRelativeExpiryOptions",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+PathRelativeExpiryOptions, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+PathRelativeExpiryOptions, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -12496,7 +12496,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -12597,7 +12597,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -12616,7 +12616,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+PathRelativeExpiryOptions",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+PathRelativeExpiryOptions, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+PathRelativeExpiryOptions, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -12779,7 +12779,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -12792,7 +12792,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+Owner",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+Owner, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+Owner, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12875,7 +12875,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -12894,7 +12894,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+Owner",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+Owner, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+Owner, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13023,7 +13023,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -13103,7 +13103,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -13198,7 +13198,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreTrustedIdProvider",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreTrustedIdProvider, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreTrustedIdProvider, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"IdProvider": "System.String"
@@ -13449,7 +13449,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreVirtualNetworkRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]",
"ResourceGroupName": "System.String",
@@ -13863,7 +13863,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -13876,7 +13876,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+PathType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+PathType, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+PathType, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13941,7 +13941,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
@@ -13960,7 +13960,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+PathType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+PathType, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+PathType, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15480,7 +15480,7 @@
"System.Nullable`1[Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+FileType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+FileType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+FileType, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+FileType, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+FileType"
]
@@ -15488,7 +15488,7 @@
"Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+FileType": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+FileType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+FileType, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+FileType, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -15591,7 +15591,7 @@
"Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreDeletedItem": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreDeletedItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreDeletedItem, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreDeletedItem, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "System.Nullable`1[Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+FileType]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -15637,7 +15637,7 @@
"Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+AceType": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+AceType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+AceType, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+AceType, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -15724,7 +15724,7 @@
"Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+ScopeType": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+ScopeType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+ScopeType, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+ScopeType, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -15811,7 +15811,7 @@
"Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItemAce, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+AceType",
"Scope": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+ScopeType",
@@ -15880,7 +15880,7 @@
"Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance": {
"Namespace": "Microsoft.Azure.Commands.DataLakeStore.Models",
"Name": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance, Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TransformedPath": "System.String",
"OriginalPath": "System.String"
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.FrontDoor.json b/tools/Tools.Common/SerializedCmdlets/Az.FrontDoor.json
index d2d9eb797b72..70f7e1bedd67 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.FrontDoor.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.FrontDoor.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.FrontDoor",
- "ModuleVersion": "2.0.0",
+ "ModuleVersion": "2.1.0",
"Cmdlets": [
{
"VerbName": "Disable",
@@ -65,7 +65,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -83,7 +83,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -132,7 +132,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -142,7 +142,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -324,7 +324,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -340,7 +340,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -469,7 +469,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -542,7 +542,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -558,7 +558,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -672,7 +672,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -745,7 +745,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -761,7 +761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -924,7 +924,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -940,7 +940,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1110,7 +1110,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -1128,7 +1128,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -1231,7 +1231,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1241,7 +1241,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1423,7 +1423,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1439,7 +1439,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1677,7 +1677,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1693,7 +1693,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1931,7 +1931,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1947,7 +1947,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2230,7 +2230,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2246,7 +2246,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2375,7 +2375,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -2448,7 +2448,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2464,7 +2464,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2578,7 +2578,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -2651,7 +2651,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2667,7 +2667,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2890,7 +2890,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2906,7 +2906,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3069,7 +3069,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3085,7 +3085,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3206,7 +3206,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoor",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoor, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoor, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackendPoolsSetting": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings",
"ExtendedProperty": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorPropertiesExtendedProperties",
@@ -3266,7 +3266,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -3306,7 +3306,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3316,7 +3316,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3454,7 +3454,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3470,7 +3470,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3619,7 +3619,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3635,7 +3635,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3769,7 +3769,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3785,7 +3785,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3869,7 +3869,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -3927,7 +3927,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3943,7 +3943,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4061,7 +4061,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4077,7 +4077,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4168,7 +4168,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SessionAffinityTtlInSeconds": "System.Nullable`1[System.Int32]",
"CertificateSource": "System.String",
@@ -4242,7 +4242,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -4260,7 +4260,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -4300,7 +4300,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4310,7 +4310,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4463,7 +4463,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4479,7 +4479,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4643,7 +4643,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4659,7 +4659,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4825,7 +4825,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4841,7 +4841,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4946,7 +4946,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -5004,7 +5004,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5020,7 +5020,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5125,7 +5125,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -5183,7 +5183,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5199,7 +5199,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5283,7 +5283,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -5341,7 +5341,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5357,7 +5357,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5475,7 +5475,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5491,7 +5491,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5582,7 +5582,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule]",
"Id": "System.String",
@@ -5642,7 +5642,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -5660,7 +5660,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -5700,7 +5700,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5710,7 +5710,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5845,7 +5845,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5861,7 +5861,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6043,7 +6043,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6059,7 +6059,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6161,7 +6161,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -6219,7 +6219,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6235,7 +6235,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6319,7 +6319,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -6377,7 +6377,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6393,7 +6393,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6511,7 +6511,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6527,7 +6527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6618,7 +6618,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSetDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSetDefinition, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSetDefinition, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RuleGroup": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupDefinition]",
"ProvisioningState": "System.String",
@@ -6670,7 +6670,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6680,7 +6680,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6785,7 +6785,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6801,7 +6801,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6892,7 +6892,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallPolicy, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallPolicy, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicySetting": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettings",
"Customrule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule]",
@@ -6948,7 +6948,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -6988,7 +6988,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6998,7 +6998,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7136,7 +7136,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7152,7 +7152,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7301,7 +7301,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7317,7 +7317,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7451,7 +7451,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7467,7 +7467,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7551,7 +7551,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -7609,7 +7609,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7625,7 +7625,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7743,7 +7743,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7759,7 +7759,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7850,7 +7850,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoor",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoor, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoor, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackendPoolsSetting": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings",
"ExtendedProperty": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorPropertiesExtendedProperties",
@@ -7909,7 +7909,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool"
},
"ValidateNotNullOrEmpty": false
@@ -7919,7 +7919,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SendRecvTimeoutInSeconds": "System.Nullable`1[System.Int32]",
"EnforceCertificateNameCheck": "System.String"
@@ -7959,7 +7959,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint"
},
"ValidateNotNullOrEmpty": false
@@ -7969,7 +7969,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel"
},
"ValidateNotNullOrEmpty": false
@@ -7979,7 +7979,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel"
},
"ValidateNotNullOrEmpty": false
@@ -7989,7 +7989,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule"
},
"ValidateNotNullOrEmpty": false
@@ -8057,7 +8057,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8067,7 +8067,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8243,7 +8243,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8259,7 +8259,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8358,7 +8358,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool"
},
"ValidateNotNullOrEmpty": false
@@ -8374,7 +8374,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SendRecvTimeoutInSeconds": "System.Nullable`1[System.Int32]",
"EnforceCertificateNameCheck": "System.String"
@@ -8423,7 +8423,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint"
},
"ValidateNotNullOrEmpty": false
@@ -8439,7 +8439,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel"
},
"ValidateNotNullOrEmpty": false
@@ -8455,7 +8455,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel"
},
"ValidateNotNullOrEmpty": false
@@ -8471,7 +8471,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule"
},
"ValidateNotNullOrEmpty": false
@@ -8614,7 +8614,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8630,7 +8630,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8856,7 +8856,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8872,7 +8872,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9098,7 +9098,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9114,7 +9114,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9220,7 +9220,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.Backend",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.Backend, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.Backend, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HttpPort": "System.Nullable`1[System.Int32]",
"HttpsPort": "System.Nullable`1[System.Int32]",
@@ -9646,7 +9646,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPool",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPool, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPool, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Backend": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackend]",
"HealthProbeSettingId": "System.String",
@@ -9765,7 +9765,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackend[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackend[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackend[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackend"
},
"ValidateNotNullOrEmpty": false
@@ -9847,7 +9847,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackend[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackend[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackend[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackend"
},
"ValidateNotNullOrEmpty": false
@@ -9983,7 +9983,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPoolsSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPoolsSettings, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPoolsSettings, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SendRecvTimeoutInSeconds": "System.Nullable`1[System.Int32]",
"EnforceCertificateNameCheck": "System.String"
@@ -10183,7 +10183,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.CacheConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.CacheConfiguration, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.CacheConfiguration, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CacheDuration": "System.Nullable`1[System.TimeSpan]",
"DynamicCompression": "System.String",
@@ -10433,7 +10433,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ForwardingConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ForwardingConfiguration, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ForwardingConfiguration, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CacheConfiguration": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICacheConfiguration",
"BackendPoolId": "System.String",
@@ -10559,7 +10559,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICacheConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICacheConfiguration, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICacheConfiguration, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CacheDuration": "System.Nullable`1[System.TimeSpan]",
"DynamicCompression": "System.String",
@@ -10625,7 +10625,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICacheConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICacheConfiguration, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICacheConfiguration, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CacheDuration": "System.Nullable`1[System.TimeSpan]",
"DynamicCompression": "System.String",
@@ -10706,7 +10706,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.FrontendEndpoint",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.FrontendEndpoint, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.FrontendEndpoint, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SessionAffinityTtlInSeconds": "System.Nullable`1[System.Int32]",
"CertificateSource": "System.String",
@@ -11202,7 +11202,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.HeaderAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.HeaderAction, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.HeaderAction, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HeaderActionType": "System.String",
"HeaderName": "System.String",
@@ -11427,7 +11427,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.HealthProbeSettingsModel",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.HealthProbeSettingsModel, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.HealthProbeSettingsModel, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IntervalInSeconds": "System.Nullable`1[System.Int32]",
"EnabledState": "System.String",
@@ -11764,7 +11764,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.LoadBalancingSettingsModel",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.LoadBalancingSettingsModel, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.LoadBalancingSettingsModel, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalLatencyInMilliseconds": "System.Nullable`1[System.Int32]",
"SampleSize": "System.Nullable`1[System.Int32]",
@@ -12051,7 +12051,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.PolicySettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.PolicySettings, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.PolicySettings, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogScrubbingSetting": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing",
"CaptchaExpirationInMinutes": "System.Nullable`1[System.Int32]",
@@ -12207,7 +12207,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ScrubbingRule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules]",
"State": "System.String"
@@ -12340,7 +12340,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ScrubbingRule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules]",
"State": "System.String"
@@ -12434,7 +12434,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.RedirectConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.RedirectConfiguration, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.RedirectConfiguration, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomFragment": "System.String",
"CustomHost": "System.String",
@@ -12745,7 +12745,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.RoutingRule",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.RoutingRule, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.RoutingRule, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RouteConfiguration": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration",
"FrontendEndpoint": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISubResource]",
@@ -12937,7 +12937,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OdataType": "System.String"
}
@@ -13234,7 +13234,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OdataType": "System.String"
}
@@ -13554,7 +13554,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OdataType": "System.String"
}
@@ -13844,7 +13844,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OdataType": "System.String"
}
@@ -13940,7 +13940,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule]",
"Id": "System.String",
@@ -13999,7 +13999,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule"
},
"ValidateNotNullOrEmpty": false
@@ -14058,7 +14058,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14068,7 +14068,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14244,7 +14244,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14260,7 +14260,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14359,7 +14359,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule"
},
"ValidateNotNullOrEmpty": false
@@ -14487,7 +14487,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14503,7 +14503,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14729,7 +14729,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14745,7 +14745,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14971,7 +14971,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14987,7 +14987,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15093,7 +15093,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.RulesEngineAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.RulesEngineAction, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.RulesEngineAction, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RouteConfigurationOverride": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration",
"ResponseHeaderAction": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction]",
@@ -15198,7 +15198,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction"
},
"ValidateNotNullOrEmpty": false
@@ -15208,7 +15208,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction"
},
"ValidateNotNullOrEmpty": false
@@ -15218,7 +15218,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OdataType": "System.String"
}
@@ -15392,7 +15392,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction"
},
"ValidateNotNullOrEmpty": false
@@ -15408,7 +15408,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction"
},
"ValidateNotNullOrEmpty": false
@@ -15424,7 +15424,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OdataType": "System.String"
}
@@ -15615,7 +15615,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction"
},
"ValidateNotNullOrEmpty": false
@@ -15631,7 +15631,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction"
},
"ValidateNotNullOrEmpty": false
@@ -15647,7 +15647,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OdataType": "System.String"
}
@@ -15778,7 +15778,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction"
},
"ValidateNotNullOrEmpty": false
@@ -15794,7 +15794,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction"
},
"ValidateNotNullOrEmpty": false
@@ -15810,7 +15810,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OdataType": "System.String"
}
@@ -15858,7 +15858,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.RulesEngineMatchCondition",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.RulesEngineMatchCondition, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.RulesEngineMatchCondition, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MatchValue": "System.Collections.Generic.List`1[System.String]",
"Transform": "System.Collections.Generic.List`1[System.String]",
@@ -16162,7 +16162,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.RulesEngineRule",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.RulesEngineRule, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.RulesEngineRule, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Action": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineAction",
"MatchCondition": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition]",
@@ -16269,7 +16269,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineAction, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineAction, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RouteConfigurationOverride": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration",
"ResponseHeaderAction": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction]",
@@ -16301,7 +16301,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition"
},
"ValidateNotNullOrEmpty": false
@@ -16338,7 +16338,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineAction, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineAction, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RouteConfigurationOverride": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration",
"ResponseHeaderAction": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction]",
@@ -16388,7 +16388,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition"
},
"ValidateNotNullOrEmpty": false
@@ -16449,7 +16449,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.GroupByVariable",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.GroupByVariable, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.GroupByVariable, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VariableName": "System.String"
},
@@ -16624,7 +16624,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.CustomRule",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.CustomRule, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.CustomRule, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GroupByCustomRule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IGroupByVariable]",
"MatchCondition": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IMatchCondition]",
@@ -16744,7 +16744,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IMatchCondition[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IMatchCondition[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IMatchCondition[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IMatchCondition"
},
"ValidateNotNullOrEmpty": false
@@ -16784,7 +16784,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IGroupByVariable[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IGroupByVariable[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IGroupByVariable[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IGroupByVariable"
},
"ValidateNotNullOrEmpty": false
@@ -16857,7 +16857,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IMatchCondition[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IMatchCondition[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IMatchCondition[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IMatchCondition"
},
"ValidateNotNullOrEmpty": false
@@ -16921,7 +16921,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IGroupByVariable[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IGroupByVariable[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IGroupByVariable[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IGroupByVariable"
},
"ValidateNotNullOrEmpty": false
@@ -17015,7 +17015,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.WebApplicationFirewallScrubbingRules",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.WebApplicationFirewallScrubbingRules, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.WebApplicationFirewallScrubbingRules, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MatchVariable": "System.String",
"Selector": "System.String",
@@ -17265,7 +17265,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.PolicySettingsLogScrubbing",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.PolicySettingsLogScrubbing, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.PolicySettingsLogScrubbing, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ScrubbingRule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules]",
"State": "System.String"
@@ -17369,7 +17369,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules"
},
"ValidateNotNullOrEmpty": false
@@ -17406,7 +17406,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules"
},
"ValidateNotNullOrEmpty": false
@@ -17467,7 +17467,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleExclusion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleExclusion, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleExclusion, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Operator": "System.String",
"Selector": "System.String",
@@ -17692,7 +17692,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleSet, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleSet, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Exclusion": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion]",
"RuleGroupOverride": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupOverride]",
@@ -17817,7 +17817,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion"
},
"ValidateNotNullOrEmpty": false
@@ -17827,7 +17827,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupOverride[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupOverride[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupOverride[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupOverride"
},
"ValidateNotNullOrEmpty": false
@@ -17903,7 +17903,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion"
},
"ValidateNotNullOrEmpty": false
@@ -17919,7 +17919,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupOverride[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupOverride[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupOverride[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupOverride"
},
"ValidateNotNullOrEmpty": false
@@ -17995,7 +17995,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleOverride",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleOverride, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleOverride, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Exclusion": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion]",
"Action": "System.String",
@@ -18129,11 +18129,20 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion"
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "Sensitivity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "ProgressAction",
"AliasList": [
@@ -18202,7 +18211,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion"
},
"ValidateNotNullOrEmpty": false
@@ -18212,6 +18221,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "Sensitivity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "ProgressAction",
@@ -18248,7 +18272,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.MatchCondition",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.MatchCondition, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.MatchCondition, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MatchValue": "System.Collections.Generic.List`1[System.String]",
"Transform": "System.Collections.Generic.List`1[System.String]",
@@ -18552,7 +18576,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallPolicy, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallPolicy, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicySetting": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettings",
"Customrule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule]",
@@ -18625,7 +18649,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule"
},
"ValidateNotNullOrEmpty": false
@@ -18677,7 +18701,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ScrubbingRule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules]",
"State": "System.String"
@@ -18693,7 +18717,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet"
},
"ValidateNotNullOrEmpty": false
@@ -18800,7 +18824,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18810,7 +18834,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18971,7 +18995,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18987,7 +19011,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19116,7 +19140,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule"
},
"ValidateNotNullOrEmpty": false
@@ -19198,7 +19222,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ScrubbingRule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules]",
"State": "System.String"
@@ -19220,7 +19244,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet"
},
"ValidateNotNullOrEmpty": false
@@ -19411,7 +19435,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19427,7 +19451,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19638,7 +19662,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19654,7 +19678,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19865,7 +19889,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19881,7 +19905,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19987,7 +20011,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleGroupOverride",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleGroupOverride, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleGroupOverride, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Exclusion": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion]",
"ManagedRuleOverride": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride]",
@@ -20101,7 +20125,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion"
},
"ValidateNotNullOrEmpty": false
@@ -20111,7 +20135,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride"
},
"ValidateNotNullOrEmpty": false
@@ -20154,7 +20178,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion"
},
"ValidateNotNullOrEmpty": false
@@ -20170,7 +20194,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride"
},
"ValidateNotNullOrEmpty": false
@@ -20259,7 +20283,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -20308,7 +20332,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20318,7 +20342,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20488,7 +20512,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20504,7 +20528,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20618,7 +20642,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -20691,7 +20715,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20707,7 +20731,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20870,7 +20894,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20886,7 +20910,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21047,7 +21071,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -21065,7 +21089,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPurgeParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPurgeParameters, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPurgeParameters, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContentPath": "System.Collections.Generic.List`1[System.String]"
}
@@ -21136,7 +21160,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21146,7 +21170,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21328,7 +21352,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21344,7 +21368,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21567,7 +21591,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21583,7 +21607,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21807,7 +21831,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21823,7 +21847,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21982,7 +22006,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPurgeParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPurgeParameters, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPurgeParameters, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContentPath": "System.Collections.Generic.List`1[System.String]"
}
@@ -22049,7 +22073,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22065,7 +22089,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22179,7 +22203,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -22268,7 +22292,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22284,7 +22308,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22398,7 +22422,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -22422,7 +22446,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPurgeParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPurgeParameters, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPurgeParameters, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContentPath": "System.Collections.Generic.List`1[System.String]"
}
@@ -22489,7 +22513,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22505,7 +22529,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22668,7 +22692,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22684,7 +22708,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22857,7 +22881,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -22875,7 +22899,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -22924,7 +22948,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22934,7 +22958,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23119,7 +23143,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23135,7 +23159,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23267,7 +23291,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -23340,7 +23364,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23356,7 +23380,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23470,7 +23494,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -23543,7 +23567,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23559,7 +23583,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23722,7 +23746,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23738,7 +23762,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23902,7 +23926,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -23951,7 +23975,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23961,7 +23985,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24131,7 +24155,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24147,7 +24171,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24261,7 +24285,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -24334,7 +24358,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24350,7 +24374,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24513,7 +24537,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24529,7 +24553,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24650,7 +24674,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoor",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoor, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoor, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackendPoolsSetting": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings",
"ExtendedProperty": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorPropertiesExtendedProperties",
@@ -24709,7 +24733,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool"
},
"ValidateNotNullOrEmpty": false
@@ -24719,7 +24743,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SendRecvTimeoutInSeconds": "System.Nullable`1[System.Int32]",
"EnforceCertificateNameCheck": "System.String"
@@ -24750,7 +24774,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint"
},
"ValidateNotNullOrEmpty": false
@@ -24760,7 +24784,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel"
},
"ValidateNotNullOrEmpty": false
@@ -24770,7 +24794,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel"
},
"ValidateNotNullOrEmpty": false
@@ -24780,7 +24804,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule"
},
"ValidateNotNullOrEmpty": false
@@ -24857,7 +24881,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24867,7 +24891,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25028,7 +25052,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25044,7 +25068,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25143,7 +25167,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool"
},
"ValidateNotNullOrEmpty": false
@@ -25174,7 +25198,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint"
},
"ValidateNotNullOrEmpty": false
@@ -25190,7 +25214,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel"
},
"ValidateNotNullOrEmpty": false
@@ -25206,7 +25230,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel"
},
"ValidateNotNullOrEmpty": false
@@ -25222,7 +25246,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule"
},
"ValidateNotNullOrEmpty": false
@@ -25350,7 +25374,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25366,7 +25390,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25465,7 +25489,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool"
},
"ValidateNotNullOrEmpty": false
@@ -25496,7 +25520,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint"
},
"ValidateNotNullOrEmpty": false
@@ -25512,7 +25536,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel"
},
"ValidateNotNullOrEmpty": false
@@ -25528,7 +25552,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel"
},
"ValidateNotNullOrEmpty": false
@@ -25544,7 +25568,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule"
},
"ValidateNotNullOrEmpty": false
@@ -25687,7 +25711,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25703,7 +25727,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25802,7 +25826,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool"
},
"ValidateNotNullOrEmpty": false
@@ -25818,7 +25842,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SendRecvTimeoutInSeconds": "System.Nullable`1[System.Int32]",
"EnforceCertificateNameCheck": "System.String"
@@ -25852,7 +25876,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint"
},
"ValidateNotNullOrEmpty": false
@@ -25868,7 +25892,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel"
},
"ValidateNotNullOrEmpty": false
@@ -25884,7 +25908,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel"
},
"ValidateNotNullOrEmpty": false
@@ -25900,7 +25924,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule"
},
"ValidateNotNullOrEmpty": false
@@ -26028,7 +26052,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26044,7 +26068,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26143,7 +26167,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool"
},
"ValidateNotNullOrEmpty": false
@@ -26159,7 +26183,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SendRecvTimeoutInSeconds": "System.Nullable`1[System.Int32]",
"EnforceCertificateNameCheck": "System.String"
@@ -26208,7 +26232,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint"
},
"ValidateNotNullOrEmpty": false
@@ -26224,7 +26248,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel"
},
"ValidateNotNullOrEmpty": false
@@ -26240,7 +26264,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel"
},
"ValidateNotNullOrEmpty": false
@@ -26256,7 +26280,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule"
},
"ValidateNotNullOrEmpty": false
@@ -26384,7 +26408,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26400,7 +26424,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26611,7 +26635,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26627,7 +26651,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26838,7 +26862,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26854,7 +26878,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26960,7 +26984,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule]",
"Id": "System.String",
@@ -27019,7 +27043,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule"
},
"ValidateNotNullOrEmpty": false
@@ -27060,7 +27084,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27070,7 +27094,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27197,7 +27221,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule"
},
"ValidateNotNullOrEmpty": false
@@ -27262,7 +27286,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27278,7 +27302,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27384,7 +27408,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallPolicy, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallPolicy, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicySetting": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettings",
"Customrule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule]",
@@ -27439,7 +27463,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -27457,7 +27481,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule"
},
"ValidateNotNullOrEmpty": false
@@ -27479,7 +27503,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet"
},
"ValidateNotNullOrEmpty": false
@@ -27519,7 +27543,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ScrubbingRule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules]",
"State": "System.String"
@@ -27632,7 +27656,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27642,7 +27666,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27754,7 +27778,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule"
},
"ValidateNotNullOrEmpty": false
@@ -27788,7 +27812,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet"
},
"ValidateNotNullOrEmpty": false
@@ -27852,7 +27876,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ScrubbingRule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules]",
"State": "System.String"
@@ -28031,7 +28055,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28047,7 +28071,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28194,7 +28218,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule"
},
"ValidateNotNullOrEmpty": false
@@ -28228,7 +28252,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet"
},
"ValidateNotNullOrEmpty": false
@@ -28292,7 +28316,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ScrubbingRule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules]",
"State": "System.String"
@@ -28471,7 +28495,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28487,7 +28511,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28586,7 +28610,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontDoorName": "System.String",
"FrontendEndpointName": "System.String",
@@ -28610,7 +28634,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule"
},
"ValidateNotNullOrEmpty": false
@@ -28644,7 +28668,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet"
},
"ValidateNotNullOrEmpty": false
@@ -28708,7 +28732,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ScrubbingRule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules]",
"State": "System.String"
@@ -28887,7 +28911,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28903,7 +28927,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29002,7 +29026,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule"
},
"ValidateNotNullOrEmpty": false
@@ -29036,7 +29060,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet"
},
"ValidateNotNullOrEmpty": false
@@ -29100,7 +29124,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ScrubbingRule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules]",
"State": "System.String"
@@ -29279,7 +29303,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29295,7 +29319,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep[], Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29434,7 +29458,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.SendAsyncStep, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
@@ -29617,7 +29641,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SendRecvTimeoutInSeconds": "System.Nullable`1[System.Int32]",
"EnforceCertificateNameCheck": "System.String"
@@ -29634,12 +29658,12 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorPropertiesExtendedProperties": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorPropertiesExtendedProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorPropertiesExtendedProperties, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorPropertiesExtendedProperties, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool"
]
@@ -29647,7 +29671,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Backend": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackend]",
"HealthProbeSettingId": "System.String",
@@ -29660,7 +29684,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackend]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackend]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackend, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackend, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackend"
]
@@ -29668,7 +29692,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackend": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackend",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackend, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackend, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HttpPort": "System.Nullable`1[System.Int32]",
"HttpsPort": "System.Nullable`1[System.Int32]",
@@ -29687,7 +29711,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint"
]
@@ -29695,7 +29719,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SessionAffinityTtlInSeconds": "System.Nullable`1[System.Int32]",
"CertificateSource": "System.String",
@@ -29718,7 +29742,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel"
]
@@ -29726,7 +29750,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IntervalInSeconds": "System.Nullable`1[System.Int32]",
"EnabledState": "System.String",
@@ -29741,7 +29765,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel"
]
@@ -29749,7 +29773,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalLatencyInMilliseconds": "System.Nullable`1[System.Int32]",
"SampleSize": "System.Nullable`1[System.Int32]",
@@ -29762,7 +29786,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule"
]
@@ -29770,7 +29794,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RouteConfiguration": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration",
"FrontendEndpoint": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISubResource]",
@@ -29787,7 +29811,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OdataType": "System.String"
}
@@ -29795,7 +29819,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISubResource]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISubResource]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISubResource, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISubResource, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISubResource"
]
@@ -29803,7 +29827,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISubResource": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISubResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISubResource, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISubResource, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
}
@@ -29819,7 +29843,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine"
]
@@ -29827,7 +29851,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule]",
"Id": "System.String",
@@ -29839,7 +29863,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule"
]
@@ -29847,7 +29871,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineRule, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Action": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineAction",
"MatchCondition": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition]",
@@ -29859,7 +29883,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineAction": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineAction, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineAction, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RouteConfigurationOverride": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration",
"ResponseHeaderAction": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction]",
@@ -29869,7 +29893,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction"
]
@@ -29877,7 +29901,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHeaderAction, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HeaderActionType": "System.String",
"HeaderName": "System.String",
@@ -29887,7 +29911,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition"
]
@@ -29895,7 +29919,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MatchValue": "System.Collections.Generic.List`1[System.String]",
"Transform": "System.Collections.Generic.List`1[System.String]",
@@ -29916,7 +29940,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupDefinition]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupDefinition]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupDefinition, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupDefinition, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupDefinition"
]
@@ -29924,7 +29948,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupDefinition": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupDefinition, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupDefinition, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleDefinition]",
"Description": "System.String",
@@ -29934,7 +29958,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleDefinition]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleDefinition]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleDefinition, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleDefinition, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleDefinition"
]
@@ -29942,7 +29966,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleDefinition": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleDefinition, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleDefinition, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DefaultAction": "System.String",
"DefaultSensitivity": "System.String",
@@ -29954,7 +29978,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettings": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettings, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettings, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogScrubbingSetting": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing",
"CaptchaExpirationInMinutes": "System.Nullable`1[System.Int32]",
@@ -29970,7 +29994,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ScrubbingRule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules]",
"State": "System.String"
@@ -29979,7 +30003,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules"
]
@@ -29987,7 +30011,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallScrubbingRules, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MatchVariable": "System.String",
"Selector": "System.String",
@@ -29998,7 +30022,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule"
]
@@ -30006,7 +30030,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICustomRule, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GroupByCustomRule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IGroupByVariable]",
"MatchCondition": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IMatchCondition]",
@@ -30022,7 +30046,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IGroupByVariable]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IGroupByVariable]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IGroupByVariable, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IGroupByVariable, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IGroupByVariable"
]
@@ -30030,7 +30054,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IGroupByVariable": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IGroupByVariable",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IGroupByVariable, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IGroupByVariable, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VariableName": "System.String"
}
@@ -30038,7 +30062,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IMatchCondition]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IMatchCondition]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IMatchCondition, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IMatchCondition, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IMatchCondition"
]
@@ -30046,7 +30070,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IMatchCondition": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IMatchCondition",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IMatchCondition, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IMatchCondition, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MatchValue": "System.Collections.Generic.List`1[System.String]",
"Transform": "System.Collections.Generic.List`1[System.String]",
@@ -30059,7 +30083,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpointLink]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpointLink]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpointLink, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpointLink, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpointLink"
]
@@ -30067,7 +30091,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpointLink": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpointLink",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpointLink, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpointLink, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
}
@@ -30075,7 +30099,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet"
]
@@ -30083,7 +30107,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Exclusion": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion]",
"RuleGroupOverride": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupOverride]",
@@ -30095,7 +30119,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion"
]
@@ -30103,7 +30127,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Operator": "System.String",
"Selector": "System.String",
@@ -30113,7 +30137,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupOverride]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupOverride]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupOverride, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupOverride, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupOverride"
]
@@ -30121,7 +30145,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupOverride": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupOverride",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupOverride, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleGroupOverride, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Exclusion": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion]",
"ManagedRuleOverride": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride]",
@@ -30131,7 +30155,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride"
]
@@ -30139,7 +30163,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Exclusion": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion]",
"Action": "System.String",
@@ -30151,7 +30175,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRuleLink]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRuleLink]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRuleLink, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRuleLink, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRuleLink"
]
@@ -30159,7 +30183,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRuleLink": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRuleLink",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRuleLink, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRuleLink, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
}
@@ -30167,7 +30191,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISecurityPolicyLink]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISecurityPolicyLink]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISecurityPolicyLink, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISecurityPolicyLink, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISecurityPolicyLink"
]
@@ -30175,7 +30199,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISecurityPolicyLink": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISecurityPolicyLink",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISecurityPolicyLink, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISecurityPolicyLink, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
}
@@ -30183,7 +30207,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Json.JsonNode": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Json",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Json.JsonNode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Json.JsonNode, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Json.JsonNode, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Item": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Json.JsonNode"
},
@@ -30233,7 +30257,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICacheConfiguration": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICacheConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICacheConfiguration, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICacheConfiguration, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CacheDuration": "System.Nullable`1[System.TimeSpan]",
"DynamicCompression": "System.String",
@@ -30244,7 +30268,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IForwardingConfiguration": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IForwardingConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IForwardingConfiguration, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IForwardingConfiguration, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CacheConfiguration": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICacheConfiguration",
"BackendPoolId": "System.String",
@@ -30255,7 +30279,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRedirectConfiguration": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRedirectConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRedirectConfiguration, Az.FrontDoor.private, Version=1.13.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRedirectConfiguration, Az.FrontDoor.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomFragment": "System.String",
"CustomHost": "System.String",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.KeyVault.json b/tools/Tools.Common/SerializedCmdlets/Az.KeyVault.json
index 8833b723adbc..209df4b6c5ed 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.KeyVault.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.KeyVault.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.KeyVault",
- "ModuleVersion": "6.4.1",
+ "ModuleVersion": "6.4.2",
"Cmdlets": [
{
"VerbName": "Add",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -93,7 +93,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -286,7 +286,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -548,7 +548,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Email": "System.String",
"VaultName": "System.String"
@@ -603,7 +603,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -798,7 +798,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -1100,7 +1100,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReleasePolicy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
@@ -1181,7 +1181,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -1215,7 +1215,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -2480,7 +2480,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -2799,7 +2799,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -3070,7 +3070,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -3369,7 +3369,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -4761,7 +4761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -4861,7 +4861,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -5123,7 +5123,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -5517,7 +5517,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -5886,7 +5886,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -5975,7 +5975,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -6244,7 +6244,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -6706,7 +6706,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -7025,7 +7025,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -7173,7 +7173,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -7414,7 +7414,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -7607,7 +7607,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -7846,7 +7846,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -8154,7 +8154,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -8387,7 +8387,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -8579,7 +8579,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -8820,7 +8820,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -9111,7 +9111,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -9330,7 +9330,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -9602,7 +9602,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -9916,7 +9916,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -9993,7 +9993,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -10049,7 +10049,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -10583,7 +10583,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -10635,7 +10635,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Policy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
"Tags": "System.Collections.Hashtable",
@@ -10688,7 +10688,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -10742,7 +10742,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -10808,7 +10808,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -11249,7 +11249,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -11386,7 +11386,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -11511,7 +11511,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -11998,7 +11998,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Email": "System.String",
"VaultName": "System.String"
@@ -12053,7 +12053,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -12198,7 +12198,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -12407,7 +12407,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"IssuerProvider": "System.String",
@@ -12451,7 +12451,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OrganizationDetails": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails",
"ApiKey": "System.Security.SecureString",
@@ -12510,7 +12510,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -12685,7 +12685,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -12948,7 +12948,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -13025,7 +13025,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -13167,7 +13167,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -13300,7 +13300,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -13473,7 +13473,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -13615,7 +13615,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -13748,7 +13748,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -13803,7 +13803,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReleasePolicy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
@@ -13863,7 +13863,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -13920,7 +13920,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
"Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey",
@@ -14002,7 +14002,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -14036,7 +14036,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -14854,7 +14854,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -14991,7 +14991,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -15131,7 +15131,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -15268,7 +15268,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -15404,7 +15404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -15543,7 +15543,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -16428,7 +16428,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LifetimeActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction]",
"CreatedOn": "System.Nullable`1[System.DateTimeOffset]",
@@ -16520,7 +16520,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -16668,7 +16668,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -16804,7 +16804,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -16880,7 +16880,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -16952,7 +16952,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -17525,7 +17525,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17576,7 +17576,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17630,7 +17630,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17683,7 +17683,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17751,7 +17751,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -17952,7 +17952,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -18206,7 +18206,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18252,7 +18252,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18301,7 +18301,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18357,7 +18357,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18434,7 +18434,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18629,7 +18629,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18888,7 +18888,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -19232,7 +19232,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -19359,7 +19359,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -19903,7 +19903,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]",
"Id": "System.String",
@@ -20318,7 +20318,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -20371,7 +20371,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
"Tags": "System.Collections.Hashtable",
@@ -20426,7 +20426,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -20481,7 +20481,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
"Tags": "System.Collections.Hashtable",
@@ -20560,7 +20560,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -21031,7 +21031,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -21168,7 +21168,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -21308,7 +21308,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -21916,7 +21916,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSetting, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSetting, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToString",
@@ -22000,7 +22000,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -22212,7 +22212,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -22401,7 +22401,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Policy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
"Tags": "System.Collections.Hashtable",
@@ -22523,7 +22523,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -22661,7 +22661,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -22843,7 +22843,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -23040,7 +23040,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -23207,7 +23207,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -23343,7 +23343,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -23360,7 +23360,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath"
},
"ValidateNotNullOrEmpty": true
@@ -23510,7 +23510,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath"
},
"ValidateNotNullOrEmpty": true
@@ -23895,7 +23895,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -23918,7 +23918,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath"
},
"ValidateNotNullOrEmpty": true
@@ -24031,7 +24031,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath"
},
"ValidateNotNullOrEmpty": true
@@ -24290,7 +24290,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyOperationResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyOperationResult, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyOperationResult, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RawResult": "System.Byte[]",
"KeyId": "System.String",
@@ -24447,7 +24447,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -24930,7 +24930,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -25085,7 +25085,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReleasePolicy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
@@ -25172,7 +25172,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -25320,7 +25320,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -25456,7 +25456,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -25652,7 +25652,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Bypass": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum",
"DefaultAction": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum",
@@ -25904,7 +25904,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Bypass": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum",
"DefaultAction": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum",
@@ -25998,7 +25998,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FirstName": "System.String",
"LastName": "System.String",
@@ -26236,7 +26236,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]",
"Id": "System.String"
@@ -26291,7 +26291,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails"
]
@@ -26356,7 +26356,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails"
]
@@ -26430,7 +26430,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -27979,7 +27979,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -28158,7 +28158,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Bypass": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum",
"DefaultAction": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum",
@@ -28389,7 +28389,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Bypass": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum",
"DefaultAction": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum",
@@ -28496,7 +28496,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Bypass": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum",
"DefaultAction": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum",
@@ -28565,7 +28565,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28574,7 +28574,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28650,7 +28650,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28665,7 +28665,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28783,7 +28783,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Bypass": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum",
"DefaultAction": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum",
@@ -28854,7 +28854,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28863,7 +28863,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28939,7 +28939,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28954,7 +28954,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29072,7 +29072,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -30037,7 +30037,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]",
"Id": "System.String",
@@ -30116,7 +30116,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]",
"Id": "System.String",
@@ -30261,7 +30261,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]",
"Id": "System.String",
@@ -30494,7 +30494,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -30952,7 +30952,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -31101,7 +31101,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -31674,7 +31674,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -31772,7 +31772,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -32626,7 +32626,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -32778,7 +32778,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -32915,7 +32915,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -33052,7 +33052,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -33186,7 +33186,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -34035,7 +34035,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -34110,7 +34110,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -34321,7 +34321,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -34544,7 +34544,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Email": "System.String",
"VaultName": "System.String"
@@ -34599,7 +34599,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -34794,7 +34794,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -35096,7 +35096,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OrganizationDetails": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails",
"ApiKey": "System.Security.SecureString",
@@ -35167,7 +35167,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"IssuerProvider": "System.String",
@@ -35349,7 +35349,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"IssuerProvider": "System.String",
@@ -35534,7 +35534,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -35611,7 +35611,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -35802,7 +35802,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -35996,7 +35996,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
"Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey",
@@ -36090,7 +36090,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -36434,7 +36434,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -36685,7 +36685,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -37127,7 +37127,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -37275,7 +37275,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -37832,7 +37832,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -37932,7 +37932,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -38194,7 +38194,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -38588,7 +38588,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -38669,7 +38669,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -38883,7 +38883,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -39105,7 +39105,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -39197,7 +39197,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -39404,7 +39404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -39596,7 +39596,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -39685,7 +39685,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -39954,7 +39954,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -40349,7 +40349,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -40503,7 +40503,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -41545,7 +41545,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -41701,7 +41701,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]",
"Id": "System.String",
@@ -42012,7 +42012,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]",
"Id": "System.String",
@@ -42153,7 +42153,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
"Tags": "System.Collections.Hashtable",
@@ -42246,7 +42246,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -42573,7 +42573,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -42891,7 +42891,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -43424,7 +43424,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -43617,7 +43617,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -43787,7 +43787,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Policy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
"Tags": "System.Collections.Hashtable",
@@ -43852,7 +43852,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -44021,7 +44021,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -44275,7 +44275,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReleasePolicy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
@@ -44356,7 +44356,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -44390,7 +44390,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -44646,7 +44646,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -44750,7 +44750,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -45082,7 +45082,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -45148,7 +45148,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -45317,7 +45317,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -45571,7 +45571,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
"Tags": "System.Collections.Hashtable",
@@ -45650,7 +45650,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -45904,7 +45904,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -46161,7 +46161,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -46259,7 +46259,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -47416,7 +47416,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -47630,7 +47630,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -47814,7 +47814,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -47998,7 +47998,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -48179,7 +48179,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -49282,7 +49282,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -49482,7 +49482,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]",
"Id": "System.String"
@@ -49498,7 +49498,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"IssuerProvider": "System.String",
@@ -49701,7 +49701,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]",
"Id": "System.String"
@@ -49820,7 +49820,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"IssuerProvider": "System.String",
@@ -49944,7 +49944,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -50120,7 +50120,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -50650,7 +50650,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -51758,7 +51758,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LifetimeActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction]",
"CreatedOn": "System.Nullable`1[System.DateTimeOffset]",
@@ -51850,7 +51850,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -51875,7 +51875,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LifetimeActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction]",
"CreatedOn": "System.Nullable`1[System.DateTimeOffset]",
@@ -51902,7 +51902,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction"
},
"ValidateNotNullOrEmpty": false
@@ -52007,7 +52007,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction"
},
"ValidateNotNullOrEmpty": false
@@ -52172,7 +52172,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -52218,7 +52218,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction"
},
"ValidateNotNullOrEmpty": false
@@ -52286,7 +52286,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -52381,7 +52381,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LifetimeActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction]",
"CreatedOn": "System.Nullable`1[System.DateTimeOffset]",
@@ -52510,7 +52510,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -52583,7 +52583,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -52886,7 +52886,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -53216,7 +53216,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
"Tags": "System.Collections.Hashtable",
@@ -53307,7 +53307,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -53778,7 +53778,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -54110,7 +54110,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -54187,7 +54187,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -54354,7 +54354,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -54518,7 +54518,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Policy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
"Tags": "System.Collections.Hashtable",
@@ -54595,7 +54595,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -54739,7 +54739,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -54874,7 +54874,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReleasePolicy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
@@ -54967,7 +54967,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -55196,7 +55196,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -55334,7 +55334,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -55425,7 +55425,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -55638,7 +55638,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -55815,7 +55815,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -55893,7 +55893,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -56036,7 +56036,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -56170,7 +56170,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -56255,7 +56255,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -56483,7 +56483,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -56586,7 +56586,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -56675,7 +56675,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -56910,7 +56910,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -57118,7 +57118,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
"Tags": "System.Collections.Hashtable",
@@ -57209,7 +57209,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -57421,7 +57421,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -57557,7 +57557,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -57658,7 +57658,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -57953,7 +57953,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -58405,7 +58405,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Policy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
"Tags": "System.Collections.Hashtable",
@@ -58482,7 +58482,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -58732,7 +58732,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -58982,7 +58982,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReleasePolicy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
@@ -59075,7 +59075,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -59671,7 +59671,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -60053,7 +60053,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -60153,7 +60153,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -60443,7 +60443,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -60888,7 +60888,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -60988,7 +60988,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -61030,7 +61030,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum"
]
@@ -61042,7 +61042,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum"
]
@@ -61163,7 +61163,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum"
]
@@ -61181,7 +61181,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum"
]
@@ -61310,7 +61310,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -61349,7 +61349,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum"
]
@@ -61367,7 +61367,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum"
]
@@ -61511,7 +61511,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum"
]
@@ -61529,7 +61529,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum"
]
@@ -61658,7 +61658,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum"
]
@@ -61676,7 +61676,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum"
]
@@ -61812,7 +61812,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -61891,7 +61891,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -62201,7 +62201,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -62537,7 +62537,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -62616,7 +62616,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -62830,7 +62830,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -63052,7 +63052,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -63141,7 +63141,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -63193,7 +63193,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum"
]
@@ -63205,7 +63205,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum"
]
@@ -63323,7 +63323,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum"
]
@@ -63341,7 +63341,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum"
]
@@ -63470,7 +63470,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -63510,7 +63510,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum"
]
@@ -63528,7 +63528,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum"
]
@@ -63672,7 +63672,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum"
]
@@ -63690,7 +63690,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum"
]
@@ -63819,7 +63819,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum"
]
@@ -63837,7 +63837,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum"
]
@@ -63973,7 +63973,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
"Tags": "System.Collections.Hashtable",
@@ -64064,7 +64064,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -64592,7 +64592,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -64969,7 +64969,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSetting, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSetting, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToString",
@@ -65051,7 +65051,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSetting, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSetting, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -65089,7 +65089,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -65288,7 +65288,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSetting, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSetting, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -65397,7 +65397,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomain": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
"Identity": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
@@ -68551,13 +68551,13 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy"
},
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PermissionsToKeys": "System.Collections.Generic.List`1[System.String]",
"PermissionsToSecrets": "System.Collections.Generic.List`1[System.String]",
@@ -68676,7 +68676,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Bypass": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum",
"DefaultAction": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum",
@@ -68739,7 +68739,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -68831,7 +68831,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -68918,7 +68918,7 @@
"Microsoft.Azure.Management.KeyVault.Models.Vault": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.Vault",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.Vault, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.Vault, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemData": "Microsoft.Azure.Management.KeyVault.Models.SystemData",
"Properties": "Microsoft.Azure.Management.KeyVault.Models.VaultProperties",
@@ -68998,7 +68998,7 @@
"Microsoft.Azure.Management.KeyVault.Models.SystemData": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.SystemData",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.SystemData, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.SystemData, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedAt": "System.Nullable`1[System.DateTime]",
"LastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -69069,7 +69069,7 @@
"Microsoft.Azure.Management.KeyVault.Models.VaultProperties": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.VaultProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.VaultProperties, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.VaultProperties, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkAcls": "Microsoft.Azure.Management.KeyVault.Models.NetworkRuleSet",
"Sku": "Microsoft.Azure.Management.KeyVault.Models.Sku",
@@ -69199,7 +69199,7 @@
"Microsoft.Azure.Management.KeyVault.Models.NetworkRuleSet": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.NetworkRuleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.NetworkRuleSet, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.NetworkRuleSet, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IPRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.IPRule]",
"VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.VirtualNetworkRule]",
@@ -69260,7 +69260,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.IPRule]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.IPRule]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.IPRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.IPRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.KeyVault.Models.IPRule"
]
@@ -69268,7 +69268,7 @@
"Microsoft.Azure.Management.KeyVault.Models.IPRule": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.IPRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.IPRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.IPRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.String"
},
@@ -69318,7 +69318,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.VirtualNetworkRule]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.VirtualNetworkRule]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.VirtualNetworkRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.VirtualNetworkRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.KeyVault.Models.VirtualNetworkRule"
]
@@ -69326,7 +69326,7 @@
"Microsoft.Azure.Management.KeyVault.Models.VirtualNetworkRule": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.VirtualNetworkRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.VirtualNetworkRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.VirtualNetworkRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]",
"Id": "System.String"
@@ -69381,7 +69381,7 @@
"Microsoft.Azure.Management.KeyVault.Models.Sku": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.Sku",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.Sku, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.Sku, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "Microsoft.Azure.Management.KeyVault.Models.SkuName",
"Family": "System.String"
@@ -69432,7 +69432,7 @@
"Microsoft.Azure.Management.KeyVault.Models.SkuName": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.SkuName, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.SkuName, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -69519,7 +69519,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.AccessPolicyEntry]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.AccessPolicyEntry]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.AccessPolicyEntry, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.AccessPolicyEntry, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.KeyVault.Models.AccessPolicyEntry"
]
@@ -69527,7 +69527,7 @@
"Microsoft.Azure.Management.KeyVault.Models.AccessPolicyEntry": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.AccessPolicyEntry",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.AccessPolicyEntry, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.AccessPolicyEntry, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "Microsoft.Azure.Management.KeyVault.Models.Permissions",
"TenantId": "System.Guid",
@@ -69592,7 +69592,7 @@
"Microsoft.Azure.Management.KeyVault.Models.Permissions": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.Permissions",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.Permissions, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.Permissions, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Keys": "System.Collections.Generic.IList`1[System.String]",
"Secrets": "System.Collections.Generic.IList`1[System.String]",
@@ -69653,7 +69653,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnectionItem]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnectionItem]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnectionItem, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnectionItem, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnectionItem"
]
@@ -69661,7 +69661,7 @@
"Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnectionItem": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnectionItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnectionItem, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnectionItem, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpoint": "Microsoft.Azure.Management.KeyVault.Models.PrivateEndpoint",
"PrivateLinkServiceConnectionState": "Microsoft.Azure.Management.KeyVault.Models.PrivateLinkServiceConnectionState",
@@ -69727,7 +69727,7 @@
"Microsoft.Azure.Management.KeyVault.Models.PrivateEndpoint": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.PrivateEndpoint",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.PrivateEndpoint, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.PrivateEndpoint, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -69773,7 +69773,7 @@
"Microsoft.Azure.Management.KeyVault.Models.PrivateLinkServiceConnectionState": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.PrivateLinkServiceConnectionState",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "System.String",
"Description": "System.String",
@@ -69829,7 +69829,7 @@
"System.Nullable`1[Microsoft.Azure.Management.KeyVault.Models.CreateMode]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.KeyVault.Models.CreateMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.KeyVault.Models.CreateMode, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.KeyVault.Models.CreateMode, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.KeyVault.Models.CreateMode"
]
@@ -69837,7 +69837,7 @@
"Microsoft.Azure.Management.KeyVault.Models.CreateMode": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.CreateMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.CreateMode, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.CreateMode, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -69929,7 +69929,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Immutable": "System.Nullable`1[System.Boolean]",
"PolicyContent": "System.String",
@@ -69968,7 +69968,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReleasePolicy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
"TagsDirectionary": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
@@ -70429,7 +70429,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmSecurityDomain, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ActivationStatus": "System.String",
"ActivationStatusMessage": "System.String"
@@ -70473,7 +70473,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrincipalId": "System.String",
"TenantId": "System.String",
@@ -70522,13 +70522,13 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSMHSMGeoReplicatedRegion[]": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSMHSMGeoReplicatedRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSMHSMGeoReplicatedRegion[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSMHSMGeoReplicatedRegion[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.Models.PSMHSMGeoReplicatedRegion"
},
"Microsoft.Azure.Commands.KeyVault.Models.PSMHSMGeoReplicatedRegion": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSMHSMGeoReplicatedRegion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSMHSMGeoReplicatedRegion, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSMHSMGeoReplicatedRegion, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsPrimary": "System.Nullable`1[System.Boolean]",
"ProvisioningState": "System.String",
@@ -70584,7 +70584,7 @@
"Microsoft.Azure.Management.KeyVault.Models.ManagedHsm": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsmProperties",
"Sku": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsmSku",
@@ -70674,7 +70674,7 @@
"Microsoft.Azure.Management.KeyVault.Models.ManagedHsmProperties": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsmProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsmProperties, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsmProperties, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityDomainProperties": "Microsoft.Azure.Management.KeyVault.Models.ManagedHSMSecurityDomainProperties",
"NetworkAcls": "Microsoft.Azure.Management.KeyVault.Models.MhsmNetworkRuleSet",
@@ -70790,7 +70790,7 @@
"Microsoft.Azure.Management.KeyVault.Models.ManagedHSMSecurityDomainProperties": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.ManagedHSMSecurityDomainProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.ManagedHSMSecurityDomainProperties, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.ManagedHSMSecurityDomainProperties, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ActivationStatus": "System.String",
"ActivationStatusMessage": "System.String"
@@ -70841,7 +70841,7 @@
"Microsoft.Azure.Management.KeyVault.Models.MhsmNetworkRuleSet": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.MhsmNetworkRuleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmNetworkRuleSet, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmNetworkRuleSet, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IPRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MhsmipRule]",
"ServiceTags": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MhsmServiceTagRule]",
@@ -70907,7 +70907,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MhsmipRule]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MhsmipRule]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.MhsmipRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.MhsmipRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.KeyVault.Models.MhsmipRule"
]
@@ -70915,7 +70915,7 @@
"Microsoft.Azure.Management.KeyVault.Models.MhsmipRule": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.MhsmipRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmipRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmipRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.String"
},
@@ -70965,7 +70965,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MhsmServiceTagRule]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MhsmServiceTagRule]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.MhsmServiceTagRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.MhsmServiceTagRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.KeyVault.Models.MhsmServiceTagRule"
]
@@ -70973,7 +70973,7 @@
"Microsoft.Azure.Management.KeyVault.Models.MhsmServiceTagRule": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.MhsmServiceTagRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmServiceTagRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmServiceTagRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.String"
},
@@ -71023,7 +71023,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MhsmVirtualNetworkRule]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MhsmVirtualNetworkRule]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.MhsmVirtualNetworkRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.MhsmVirtualNetworkRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.KeyVault.Models.MhsmVirtualNetworkRule"
]
@@ -71031,7 +71031,7 @@
"Microsoft.Azure.Management.KeyVault.Models.MhsmVirtualNetworkRule": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.MhsmVirtualNetworkRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmVirtualNetworkRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmVirtualNetworkRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -71081,7 +71081,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MhsmGeoReplicatedRegion]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MhsmGeoReplicatedRegion]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.MhsmGeoReplicatedRegion, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.MhsmGeoReplicatedRegion, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.KeyVault.Models.MhsmGeoReplicatedRegion"
]
@@ -71089,7 +71089,7 @@
"Microsoft.Azure.Management.KeyVault.Models.MhsmGeoReplicatedRegion": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.MhsmGeoReplicatedRegion",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmGeoReplicatedRegion, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmGeoReplicatedRegion, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsPrimary": "System.Nullable`1[System.Boolean]",
"ProvisioningState": "System.String",
@@ -71145,7 +71145,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateEndpointConnectionItem]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateEndpointConnectionItem]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateEndpointConnectionItem, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateEndpointConnectionItem, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateEndpointConnectionItem"
]
@@ -71153,7 +71153,7 @@
"Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateEndpointConnectionItem": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateEndpointConnectionItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateEndpointConnectionItem, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateEndpointConnectionItem, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpoint": "Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateEndpoint",
"PrivateLinkServiceConnectionState": "Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateLinkServiceConnectionState",
@@ -71219,7 +71219,7 @@
"Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateEndpoint": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateEndpoint",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateEndpoint, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateEndpoint, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -71265,7 +71265,7 @@
"Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateLinkServiceConnectionState": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateLinkServiceConnectionState",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "System.String",
"Description": "System.String",
@@ -71321,7 +71321,7 @@
"Microsoft.Azure.Management.KeyVault.Models.ManagedHsmSku": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsmSku",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsmSku, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsmSku, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsmSkuName",
"Family": "System.String"
@@ -71396,7 +71396,7 @@
"Microsoft.Azure.Management.KeyVault.Models.ManagedHsmSkuName": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsmSkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsmSkuName, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsmSkuName, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -71483,7 +71483,7 @@
"Microsoft.Azure.Management.KeyVault.Models.ManagedServiceIdentity": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.ManagedServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.ManagedServiceIdentity, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.ManagedServiceIdentity, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.KeyVault.Models.UserAssignedIdentity]",
"PrincipalId": "System.Nullable`1[System.Guid]",
@@ -71548,7 +71548,7 @@
"System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.KeyVault.Models.UserAssignedIdentity]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.KeyVault.Models.UserAssignedIdentity]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.KeyVault.Models.UserAssignedIdentity, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.KeyVault.Models.UserAssignedIdentity, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.KeyVault.Models.UserAssignedIdentity"
@@ -71557,7 +71557,7 @@
"Microsoft.Azure.Management.KeyVault.Models.UserAssignedIdentity": {
"Namespace": "Microsoft.Azure.Management.KeyVault.Models",
"Name": "Microsoft.Azure.Management.KeyVault.Models.UserAssignedIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.UserAssignedIdentity, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.UserAssignedIdentity, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrincipalId": "System.Nullable`1[System.Guid]",
"ClientId": "System.Nullable`1[System.Guid]"
@@ -71608,7 +71608,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"Created": "System.Nullable`1[System.DateTime]",
@@ -71667,7 +71667,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -71816,7 +71816,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]",
"Id": "System.String"
@@ -71854,7 +71854,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails"
]
@@ -71862,7 +71862,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FirstName": "System.String",
"LastName": "System.String",
@@ -71907,7 +71907,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction"
]
@@ -71915,7 +71915,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Action": "System.String",
"TimeAfterCreate": "System.String",
@@ -71963,7 +71963,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"Created": "System.Nullable`1[System.DateTime]",
@@ -72009,13 +72009,13 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission"
},
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Actions": "System.String[]",
"NotActions": "System.String[]",
@@ -72064,7 +72064,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TagsDictionary": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"Tags": "System.Collections.Hashtable",
@@ -72110,7 +72110,7 @@
"Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Password": "System.Security.SecureString",
"PrivateKey": "System.String",
@@ -72154,7 +72154,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
@@ -72241,7 +72241,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsmNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=6.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "HasFlag",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.MachineLearningServices.json b/tools/Tools.Common/SerializedCmdlets/Az.MachineLearningServices.json
index 0ae0f2791500..3746925c87a8 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.MachineLearningServices.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.MachineLearningServices.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.MachineLearningServices",
- "ModuleVersion": "1.2.0",
+ "ModuleVersion": "1.3.0",
"Cmdlets": [
{
"VerbName": "Get",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceQuota",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceQuota, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceQuota, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Unit": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.QuotaUnit]",
"Limit": "System.Nullable`1[System.Int64]",
@@ -38,7 +38,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47,7 +47,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -61,7 +61,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70,7 +70,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79,7 +79,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -89,7 +89,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -99,7 +99,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -108,7 +108,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -117,7 +117,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -132,7 +144,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -147,7 +159,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -167,7 +179,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -182,7 +194,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -197,7 +209,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -213,7 +225,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -229,7 +241,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -244,7 +256,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -259,7 +271,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -286,7 +316,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IUsage",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IUsage, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IUsage, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Unit": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UsageUnit]",
"CurrentValue": "System.Nullable`1[System.Int64]",
@@ -309,7 +339,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -318,7 +348,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -332,7 +362,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -341,7 +371,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -350,7 +380,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -360,7 +390,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -370,7 +400,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -379,7 +409,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -388,7 +418,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -403,7 +445,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -418,7 +460,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -438,7 +480,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -453,7 +495,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -468,7 +510,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -484,7 +526,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -500,7 +542,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -515,7 +557,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -530,7 +572,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -557,7 +617,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IVirtualMachineSize",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IVirtualMachineSize, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IVirtualMachineSize, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EstimatedVMPriceValue": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEstimatedVMPrice[]",
"LowPriorityCapable": "System.Nullable`1[System.Boolean]",
@@ -585,7 +645,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -594,7 +654,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -608,7 +668,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -617,7 +677,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -626,7 +686,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -636,7 +696,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -646,7 +706,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -655,7 +715,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -664,7 +724,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -679,7 +751,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -694,7 +766,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -714,7 +786,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -729,7 +801,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -744,7 +816,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -760,7 +832,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -776,7 +848,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -791,7 +863,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -806,7 +878,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -833,7 +923,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspace",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspace, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspace, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedNetworkOutboundRule": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IManagedNetworkSettingsOutboundRules",
"PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPrivateEndpointConnection[]",
@@ -910,7 +1000,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -919,7 +1009,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -928,7 +1018,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -938,7 +1028,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -971,7 +1061,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -984,7 +1074,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -993,7 +1083,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1002,7 +1092,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1012,7 +1102,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1022,7 +1112,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -1031,7 +1121,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1040,7 +1130,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -1058,7 +1160,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1073,7 +1175,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1088,7 +1190,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -1108,7 +1210,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1123,7 +1225,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1138,7 +1240,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1154,7 +1256,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1170,7 +1272,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -1185,7 +1287,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1200,7 +1302,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1220,7 +1340,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1235,7 +1355,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -1251,7 +1371,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1270,7 +1390,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1285,7 +1405,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1300,7 +1420,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1316,7 +1436,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1332,7 +1452,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -1347,7 +1467,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1362,7 +1482,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1382,7 +1520,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -1398,7 +1536,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1417,7 +1555,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1432,7 +1570,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1447,7 +1585,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1463,7 +1601,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1479,7 +1617,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -1494,7 +1632,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1509,7 +1647,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1529,7 +1685,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -1572,7 +1728,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1587,7 +1743,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1602,7 +1758,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1618,7 +1774,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1634,7 +1790,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -1649,7 +1805,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1664,7 +1820,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1688,7 +1862,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1703,7 +1877,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1718,7 +1892,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1734,7 +1908,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1750,7 +1924,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -1765,7 +1939,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1780,7 +1954,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1807,7 +1999,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchDeployment, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchDeployment, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Model": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAssetReferenceBase",
"EnvironmentVariable": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEndpointDeploymentPropertiesBaseEnvironmentVariables",
@@ -1854,7 +2046,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1863,7 +2055,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1872,7 +2064,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1881,7 +2073,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -1891,7 +2083,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1900,7 +2092,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -1933,7 +2125,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1942,7 +2134,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1951,7 +2143,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1964,7 +2156,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1973,7 +2165,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1982,7 +2174,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1992,7 +2184,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2002,7 +2194,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -2011,7 +2203,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2020,7 +2212,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -2035,7 +2239,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2050,7 +2254,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2065,7 +2269,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -2081,7 +2285,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2096,7 +2300,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2111,7 +2315,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2126,7 +2330,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2145,7 +2349,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2160,7 +2364,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2175,7 +2379,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2191,7 +2395,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2207,7 +2411,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -2222,7 +2426,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2237,7 +2441,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2257,7 +2479,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2272,7 +2494,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2287,7 +2509,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2302,7 +2524,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -2318,7 +2540,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2337,7 +2559,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2352,7 +2574,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2367,7 +2589,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2383,7 +2605,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2399,7 +2621,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -2414,7 +2636,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2429,7 +2651,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2449,7 +2689,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -2492,7 +2732,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2507,7 +2747,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2522,7 +2762,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2538,7 +2778,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2554,7 +2794,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -2569,7 +2809,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2584,7 +2824,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2608,7 +2866,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2623,7 +2881,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2638,7 +2896,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2654,7 +2912,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2670,7 +2928,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -2685,7 +2943,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2700,7 +2958,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2727,7 +3003,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchEndpoint",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchEndpoint, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchEndpoint, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointPropertiesBaseProperty": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEndpointPropertiesBaseProperties",
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api30.IUserAssignedIdentities",
@@ -2762,7 +3038,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2771,7 +3047,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2780,7 +3056,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -2790,7 +3066,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2799,7 +3075,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -2832,7 +3108,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2841,7 +3117,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2854,7 +3130,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2863,7 +3139,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2872,7 +3148,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2882,7 +3158,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2892,7 +3168,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -2901,7 +3177,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2910,7 +3186,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -2925,7 +3213,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2940,7 +3228,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2955,7 +3243,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -2971,7 +3259,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2990,7 +3278,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3005,7 +3293,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3020,7 +3308,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3036,7 +3324,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3052,7 +3340,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -3067,7 +3355,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3082,7 +3370,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3102,7 +3408,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3117,7 +3423,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -3133,7 +3439,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3148,7 +3454,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3163,7 +3469,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3182,7 +3488,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3197,7 +3503,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3212,7 +3518,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3228,7 +3534,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3244,7 +3550,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -3259,7 +3565,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3274,7 +3580,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3294,7 +3618,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -3337,7 +3661,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3352,7 +3676,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3367,7 +3691,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3383,7 +3707,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3399,7 +3723,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -3414,7 +3738,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3429,7 +3753,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3453,7 +3795,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3468,7 +3810,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3483,7 +3825,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3499,7 +3841,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3515,7 +3857,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -3530,7 +3872,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3545,7 +3887,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3572,7 +3932,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICodeVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICodeVersion, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICodeVersion, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceBaseProperty": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
@@ -3595,7 +3955,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3604,7 +3964,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3613,7 +3973,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -3623,7 +3983,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3632,7 +3992,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3641,7 +4001,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -3678,7 +4038,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3687,7 +4047,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3696,7 +4056,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3706,7 +4066,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3716,7 +4076,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -3725,7 +4085,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3734,7 +4094,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -3749,7 +4121,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3764,7 +4136,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3779,7 +4151,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -3795,7 +4167,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3810,7 +4182,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3829,7 +4201,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3844,7 +4216,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3859,7 +4231,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3875,7 +4247,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3891,7 +4263,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -3906,7 +4278,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3921,7 +4293,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3941,7 +4331,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -3984,7 +4374,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3999,7 +4389,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4014,7 +4404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4030,7 +4420,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4046,7 +4436,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -4061,7 +4451,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4076,7 +4466,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4100,7 +4508,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4115,7 +4523,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4130,7 +4538,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4146,7 +4554,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4162,7 +4570,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -4177,7 +4585,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4192,7 +4600,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4219,7 +4645,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComponentContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComponentContainer, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComponentContainer, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceBaseProperty": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
@@ -4242,7 +4668,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4251,7 +4677,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4260,7 +4686,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -4270,7 +4696,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4279,7 +4705,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -4312,7 +4738,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4321,7 +4747,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4334,7 +4760,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4343,7 +4769,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4352,7 +4778,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4362,7 +4788,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4372,7 +4798,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -4381,7 +4807,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4390,7 +4816,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -4405,7 +4843,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4420,7 +4858,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4435,7 +4873,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -4451,7 +4889,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4470,7 +4908,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4485,7 +4923,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4500,7 +4938,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4516,7 +4954,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4532,7 +4970,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -4547,7 +4985,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4562,7 +5000,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4582,7 +5038,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4597,7 +5053,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -4613,7 +5069,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4628,7 +5084,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4643,7 +5099,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4662,7 +5118,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4677,7 +5133,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4692,7 +5148,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4708,7 +5164,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4724,7 +5180,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -4739,7 +5195,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4754,7 +5210,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4774,7 +5248,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -4817,7 +5291,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4832,7 +5306,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4847,7 +5321,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4863,7 +5337,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4879,7 +5353,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -4894,7 +5368,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4909,7 +5383,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4933,7 +5425,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4948,7 +5440,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4963,7 +5455,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4979,7 +5471,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4995,7 +5487,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -5010,7 +5502,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5025,7 +5517,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5052,7 +5562,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComponentVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComponentVersion, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComponentVersion, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComponentSpec": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComponentVersionComponentSpec",
"ResourceBaseProperty": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
@@ -5075,7 +5585,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5084,7 +5594,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5093,7 +5603,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -5103,7 +5613,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5112,7 +5622,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5121,7 +5631,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -5154,7 +5664,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5163,7 +5673,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5172,7 +5682,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5181,7 +5691,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5194,7 +5704,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5203,7 +5713,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5212,7 +5722,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5222,7 +5732,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5232,7 +5742,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -5241,7 +5751,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5250,7 +5760,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -5265,7 +5787,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5280,7 +5802,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5295,7 +5817,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -5311,7 +5833,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5326,7 +5848,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5341,7 +5863,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5356,7 +5878,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5371,7 +5893,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5390,7 +5912,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5405,7 +5927,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5420,7 +5942,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5436,7 +5958,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5452,7 +5974,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -5467,7 +5989,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5482,7 +6004,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5502,7 +6042,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5517,7 +6057,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5532,7 +6072,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -5548,7 +6088,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5563,7 +6103,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5582,7 +6122,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5597,7 +6137,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5612,7 +6152,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5628,7 +6168,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5644,7 +6184,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -5659,7 +6199,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5674,7 +6214,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5694,7 +6252,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -5737,7 +6295,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5752,7 +6310,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5767,7 +6325,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5783,7 +6341,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5799,7 +6357,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -5814,7 +6372,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5829,7 +6387,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5853,7 +6429,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5868,7 +6444,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5883,7 +6459,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5899,7 +6475,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5915,7 +6491,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -5930,7 +6506,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5945,7 +6521,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5972,7 +6566,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeResource, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeResource, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeResourceTags",
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api30.IUserAssignedIdentities",
@@ -6001,7 +6595,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6010,7 +6604,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6019,7 +6613,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -6029,7 +6623,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6038,7 +6632,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -6071,7 +6665,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6084,7 +6678,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6093,7 +6687,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6102,7 +6696,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6112,7 +6706,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6122,7 +6716,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -6131,7 +6725,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6140,7 +6734,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -6158,7 +6764,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6173,7 +6779,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6188,7 +6794,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -6204,7 +6810,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6223,7 +6829,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6238,7 +6844,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6253,7 +6859,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6269,7 +6875,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6285,7 +6891,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -6300,7 +6906,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6315,7 +6921,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6335,7 +6959,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6350,7 +6974,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -6366,7 +6990,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6381,7 +7005,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6400,7 +7024,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6415,7 +7039,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6430,7 +7054,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6446,7 +7070,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6462,7 +7086,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -6477,7 +7101,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6492,7 +7116,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6512,7 +7154,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -6555,7 +7197,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6570,7 +7212,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6585,7 +7227,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6601,7 +7243,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6617,7 +7259,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -6632,7 +7274,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6647,7 +7289,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6671,7 +7331,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6686,7 +7346,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6701,7 +7361,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6717,7 +7377,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6733,7 +7393,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -6748,7 +7408,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6763,7 +7423,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6790,7 +7468,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -6863,7 +7541,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6872,7 +7550,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6881,7 +7559,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6890,7 +7568,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -6904,7 +7582,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6913,7 +7591,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6922,7 +7600,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6932,7 +7610,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6942,7 +7620,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -6951,7 +7629,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6960,7 +7638,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -6975,7 +7665,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6990,7 +7680,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7005,7 +7695,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7020,7 +7710,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -7040,7 +7730,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7055,7 +7745,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7070,7 +7760,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7086,7 +7776,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7102,7 +7792,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -7117,7 +7807,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7132,7 +7822,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7159,7 +7867,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAmlComputeNodeInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAmlComputeNodeInformation, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAmlComputeNodeInformation, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NodeState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.NodeState]",
"Port": "System.Nullable`1[System.Int32]",
@@ -7180,7 +7888,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7189,7 +7897,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7198,7 +7906,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7207,7 +7915,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -7221,7 +7929,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7230,7 +7938,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7239,7 +7947,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7249,7 +7957,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7259,7 +7967,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -7268,7 +7976,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7277,7 +7985,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -7292,7 +8012,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7307,7 +8027,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7322,7 +8042,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7337,7 +8057,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -7357,7 +8077,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7372,7 +8092,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7387,7 +8107,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7403,7 +8123,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7419,7 +8139,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -7434,7 +8154,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7449,7 +8169,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7476,7 +8214,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2BasicResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2BasicResource, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2BasicResource, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2"
}
@@ -7492,7 +8230,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7501,7 +8239,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7510,7 +8248,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -7520,7 +8258,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7529,7 +8267,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -7562,7 +8300,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7571,7 +8309,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7584,7 +8322,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7593,7 +8331,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7602,7 +8340,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7612,7 +8350,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7622,7 +8360,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -7631,7 +8369,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7640,7 +8378,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -7655,7 +8405,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7670,7 +8420,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7685,7 +8435,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -7701,7 +8451,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7720,7 +8470,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7735,7 +8485,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7750,7 +8500,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7766,7 +8516,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7782,7 +8532,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -7797,7 +8547,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7812,7 +8562,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7832,7 +8600,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7847,7 +8615,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -7863,7 +8631,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7878,7 +8646,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7893,7 +8661,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7912,7 +8680,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7927,7 +8695,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7942,7 +8710,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7958,7 +8726,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7974,7 +8742,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -7989,7 +8757,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8004,7 +8772,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8024,7 +8810,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -8067,7 +8853,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8082,7 +8868,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8097,7 +8883,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8113,7 +8899,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8129,7 +8915,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -8144,7 +8930,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8159,7 +8945,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8183,7 +8987,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8198,7 +9002,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8213,7 +9017,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8229,7 +9033,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8245,7 +9049,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -8260,7 +9064,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8275,7 +9079,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8302,7 +9124,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataContainer, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataContainer, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceBaseProperty": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
@@ -8325,7 +9147,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8334,7 +9156,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8343,7 +9165,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -8353,7 +9175,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8362,7 +9184,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -8395,7 +9217,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8404,7 +9226,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8417,7 +9239,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8426,7 +9248,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8435,7 +9257,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8445,7 +9267,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8455,7 +9277,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -8464,7 +9286,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8473,7 +9295,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -8488,7 +9322,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8503,7 +9337,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8518,7 +9352,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -8534,7 +9368,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8553,7 +9387,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8568,7 +9402,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8583,7 +9417,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8599,7 +9433,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8615,7 +9449,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -8630,7 +9464,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8645,7 +9479,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8665,7 +9517,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8680,7 +9532,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -8696,7 +9548,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8711,7 +9563,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8726,7 +9578,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8745,7 +9597,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8760,7 +9612,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8775,7 +9627,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8791,7 +9643,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8807,7 +9659,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -8822,7 +9674,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8837,7 +9689,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8857,7 +9727,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -8900,7 +9770,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8915,7 +9785,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8930,7 +9800,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8946,7 +9816,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8962,7 +9832,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -8977,7 +9847,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8992,7 +9862,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9016,7 +9904,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9031,7 +9919,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9046,7 +9934,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9062,7 +9950,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9078,7 +9966,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -9093,7 +9981,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9108,7 +9996,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9135,7 +10041,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastore",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastore, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastore, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreProperties"
}
@@ -9151,7 +10057,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9160,7 +10066,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9169,7 +10075,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -9179,7 +10085,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9188,7 +10094,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -9221,7 +10127,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9230,7 +10136,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9239,7 +10145,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9248,7 +10154,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9257,7 +10163,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -9267,7 +10173,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9276,7 +10182,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9289,7 +10195,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9298,7 +10204,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9307,7 +10213,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9317,7 +10223,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9327,7 +10233,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -9336,7 +10242,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9345,7 +10251,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -9360,7 +10278,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9375,7 +10293,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9390,7 +10308,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -9406,7 +10324,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9425,7 +10343,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9440,7 +10358,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9455,7 +10373,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9471,7 +10389,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9487,7 +10405,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -9502,7 +10420,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9517,7 +10435,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9537,7 +10473,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9552,7 +10488,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -9568,7 +10504,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9583,7 +10519,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9598,7 +10534,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9613,7 +10549,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9628,7 +10564,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9643,7 +10579,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -9659,7 +10595,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9674,7 +10610,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9693,7 +10629,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9708,7 +10644,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9723,7 +10659,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9739,7 +10675,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9755,7 +10691,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -9770,7 +10706,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9785,7 +10721,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9805,7 +10759,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -9848,7 +10802,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9863,7 +10817,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9878,7 +10832,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9894,7 +10848,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9910,7 +10864,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -9925,7 +10879,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9940,7 +10894,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9964,7 +10936,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9979,7 +10951,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9994,7 +10966,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10010,7 +10982,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10026,7 +10998,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -10041,7 +11013,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10056,7 +11028,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10083,7 +11073,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SecretsType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SecretsType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SecretsType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -10156,7 +11146,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10165,7 +11155,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10174,7 +11164,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10183,7 +11173,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -10197,7 +11187,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10206,7 +11196,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10215,7 +11205,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10225,7 +11215,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10235,7 +11225,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -10244,7 +11234,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10253,7 +11243,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -10268,7 +11270,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10283,7 +11285,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10298,7 +11300,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10313,7 +11315,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -10333,7 +11335,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10348,7 +11350,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10363,7 +11365,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10379,7 +11381,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10395,7 +11397,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -10410,7 +11412,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10425,7 +11427,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10452,7 +11472,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataVersionBase",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataVersionBase, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataVersionBase, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceBaseProperty": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
@@ -10475,7 +11495,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10484,7 +11504,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10493,7 +11513,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -10503,7 +11523,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10512,7 +11532,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10521,7 +11541,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -10554,7 +11574,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10563,7 +11583,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10572,7 +11592,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10581,7 +11601,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10590,7 +11610,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10603,7 +11623,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10612,7 +11632,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10621,7 +11641,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10631,7 +11651,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10641,7 +11661,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -10650,7 +11670,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10659,7 +11679,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -10674,7 +11706,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10689,7 +11721,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10704,7 +11736,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -10720,7 +11752,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10735,7 +11767,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10750,7 +11782,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10765,7 +11797,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10780,7 +11812,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10795,7 +11827,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10814,7 +11846,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10829,7 +11861,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10844,7 +11876,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10860,7 +11892,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10876,7 +11908,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -10891,7 +11923,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10906,7 +11938,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10926,7 +11976,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10941,7 +11991,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10956,7 +12006,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -10972,7 +12022,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10987,7 +12037,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11006,7 +12056,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11021,7 +12071,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11036,7 +12086,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11052,7 +12102,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11068,7 +12118,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -11083,7 +12133,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11098,7 +12148,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11118,7 +12186,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -11161,7 +12229,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11176,7 +12244,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11191,7 +12259,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11207,7 +12275,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11223,7 +12291,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -11238,7 +12306,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11253,7 +12321,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11277,7 +12363,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11292,7 +12378,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11307,7 +12393,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11323,7 +12409,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11339,7 +12425,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -11354,7 +12440,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11369,7 +12455,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11396,7 +12500,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEnvironmentContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEnvironmentContainer, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEnvironmentContainer, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceBaseProperty": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
@@ -11419,7 +12523,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11428,7 +12532,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11437,7 +12541,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -11447,7 +12551,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11456,7 +12560,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -11489,7 +12593,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11498,7 +12602,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11511,7 +12615,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11520,7 +12624,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11529,7 +12633,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11539,7 +12643,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11549,7 +12653,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -11558,7 +12662,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11567,7 +12671,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -11582,7 +12698,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11597,7 +12713,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11612,7 +12728,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -11628,7 +12744,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11647,7 +12763,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11662,7 +12778,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11677,7 +12793,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11693,7 +12809,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11709,7 +12825,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -11724,7 +12840,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11739,7 +12855,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11759,7 +12893,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11774,7 +12908,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -11790,7 +12924,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11805,7 +12939,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11820,7 +12954,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11839,7 +12973,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11854,7 +12988,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11869,7 +13003,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11885,7 +13019,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11901,7 +13035,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -11916,7 +13050,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11931,7 +13065,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11951,7 +13103,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -11994,7 +13146,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12009,7 +13161,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12024,7 +13176,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12040,7 +13192,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12056,7 +13208,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -12071,7 +13223,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12086,7 +13238,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12110,7 +13280,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12125,7 +13295,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12140,7 +13310,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12156,7 +13326,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12172,7 +13342,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -12187,7 +13357,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12202,7 +13372,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12229,7 +13417,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEnvironmentVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEnvironmentVersion, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEnvironmentVersion, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceBaseProperty": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
@@ -12265,7 +13453,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12274,7 +13462,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12283,7 +13471,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -12293,7 +13481,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12302,7 +13490,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12311,7 +13499,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -12344,7 +13532,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12353,7 +13541,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12362,7 +13550,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12371,7 +13559,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12384,7 +13572,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12393,7 +13581,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12402,7 +13590,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12412,7 +13600,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12422,7 +13610,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -12431,7 +13619,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12440,7 +13628,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -12455,7 +13655,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12470,7 +13670,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12485,7 +13685,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -12501,7 +13701,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12516,7 +13716,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12531,7 +13731,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12546,7 +13746,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12561,7 +13761,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12580,7 +13780,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12595,7 +13795,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12610,7 +13810,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12626,7 +13826,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12642,7 +13842,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -12657,7 +13857,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12672,7 +13872,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12692,7 +13910,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12707,7 +13925,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12722,7 +13940,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -12738,7 +13956,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12753,7 +13971,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12772,7 +13990,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12787,7 +14005,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12802,7 +14020,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12818,7 +14036,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12834,7 +14052,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -12849,7 +14067,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12864,7 +14082,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12884,7 +14120,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -12927,7 +14163,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12942,7 +14178,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12957,7 +14193,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12973,7 +14209,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12989,7 +14225,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -13004,7 +14240,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13019,7 +14255,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13043,7 +14297,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13058,7 +14312,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13073,7 +14327,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13089,7 +14343,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13105,7 +14359,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -13120,7 +14374,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13135,7 +14389,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13162,7 +14434,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAmlUserFeature",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAmlUserFeature, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAmlUserFeature, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Description": "System.String",
"DisplayName": "System.String",
@@ -13180,7 +14452,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13189,7 +14461,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13198,7 +14470,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -13212,7 +14484,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13221,7 +14493,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13230,7 +14502,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13240,7 +14512,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13250,7 +14522,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -13259,7 +14531,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13268,7 +14540,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -13283,7 +14567,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13298,7 +14582,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13313,7 +14597,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -13333,7 +14617,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13348,7 +14632,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13363,7 +14647,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13379,7 +14663,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13395,7 +14679,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -13410,7 +14694,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13425,7 +14709,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13452,7 +14754,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBase",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBase, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBase, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBaseProperties"
}
@@ -13468,7 +14770,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13477,7 +14779,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13486,7 +14788,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -13496,7 +14798,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13505,7 +14807,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -13538,7 +14840,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13547,7 +14849,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13556,7 +14858,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13565,7 +14867,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13574,7 +14876,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13587,7 +14889,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13596,7 +14898,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13605,7 +14907,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13615,7 +14917,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13625,7 +14927,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -13634,7 +14936,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13643,7 +14945,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -13658,7 +14972,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13673,7 +14987,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13688,7 +15002,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -13704,7 +15018,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13723,7 +15037,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13738,7 +15052,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13753,7 +15067,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13769,7 +15083,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13785,7 +15099,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -13800,7 +15114,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13815,7 +15129,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13835,7 +15167,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13850,7 +15182,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -13866,7 +15198,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13881,7 +15213,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13896,7 +15228,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13911,7 +15243,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13926,7 +15258,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13941,7 +15273,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13960,7 +15292,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13975,7 +15307,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13990,7 +15322,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14006,7 +15338,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14022,7 +15354,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -14037,7 +15369,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14052,7 +15384,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14072,7 +15422,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -14115,7 +15465,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14130,7 +15480,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14145,7 +15495,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14161,7 +15511,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14177,7 +15527,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -14192,7 +15542,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14207,7 +15557,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14231,7 +15599,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14246,7 +15614,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14261,7 +15629,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14277,7 +15645,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14293,7 +15661,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -14308,7 +15676,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14323,7 +15691,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14350,7 +15736,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IListWorkspaceKeysResult",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IListWorkspaceKeysResult, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IListWorkspaceKeysResult, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerRegistryCredentialsPassword": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPassword[]",
"AppInsightsInstrumentationKey": "System.String",
@@ -14373,7 +15759,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14382,7 +15768,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14391,7 +15777,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -14405,7 +15791,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14414,7 +15800,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14423,7 +15809,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14433,7 +15819,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14443,7 +15829,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -14452,7 +15838,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14461,7 +15847,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -14476,7 +15874,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14491,7 +15889,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14506,7 +15904,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -14526,7 +15924,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14541,7 +15939,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14556,7 +15954,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14572,7 +15970,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14588,7 +15986,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -14603,7 +16001,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14618,7 +16016,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14645,7 +16061,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IModelContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IModelContainer, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IModelContainer, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceBaseProperty": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
@@ -14668,7 +16084,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14677,7 +16093,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14686,7 +16102,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -14696,7 +16112,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14705,7 +16121,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -14738,7 +16154,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14747,7 +16163,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14756,7 +16172,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14769,7 +16185,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14778,7 +16194,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14787,7 +16203,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14797,7 +16213,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14807,7 +16223,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -14816,7 +16232,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14825,7 +16241,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -14840,7 +16268,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14855,7 +16283,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14870,7 +16298,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -14886,7 +16314,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14905,7 +16333,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14920,7 +16348,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14935,7 +16363,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14951,7 +16379,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14967,7 +16395,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -14982,7 +16410,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14997,7 +16425,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15017,7 +16463,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15032,7 +16478,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -15048,7 +16494,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15063,7 +16509,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15078,7 +16524,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15093,7 +16539,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15112,7 +16558,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15127,7 +16573,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15142,7 +16588,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15158,7 +16604,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15174,7 +16620,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -15189,7 +16635,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15204,7 +16650,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15224,7 +16688,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -15267,7 +16731,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15282,7 +16746,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15297,7 +16761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15313,7 +16777,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15329,7 +16793,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -15344,7 +16808,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15359,7 +16823,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15383,7 +16865,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15398,7 +16880,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15413,7 +16895,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15429,7 +16911,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15445,7 +16927,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -15460,7 +16942,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15475,7 +16957,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15502,7 +17002,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IModelVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IModelVersion, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IModelVersion, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Flavor": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IModelVersionFlavors",
"ResourceBaseProperty": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
@@ -15529,7 +17029,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15538,7 +17038,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15547,7 +17047,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -15557,7 +17057,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15566,7 +17066,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15575,7 +17075,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -15608,7 +17108,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15617,7 +17117,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15626,7 +17126,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15635,7 +17135,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15644,7 +17144,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15653,7 +17153,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15662,7 +17162,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15671,7 +17171,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15680,7 +17180,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15693,7 +17193,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15702,7 +17202,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15711,7 +17211,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15721,7 +17221,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15731,7 +17231,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -15740,7 +17240,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15749,7 +17249,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -15764,7 +17276,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15779,7 +17291,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15794,7 +17306,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -15810,7 +17322,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15825,7 +17337,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15840,7 +17352,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15855,7 +17367,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15870,7 +17382,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ListViewType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15885,7 +17397,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15900,7 +17412,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15915,7 +17427,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15930,7 +17442,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15945,7 +17457,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15960,7 +17472,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15979,7 +17491,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15994,7 +17506,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16009,7 +17521,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16025,7 +17537,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16041,7 +17553,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -16056,7 +17568,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16071,7 +17583,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16091,7 +17621,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16106,7 +17636,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16121,7 +17651,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -16137,7 +17667,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16152,7 +17682,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16171,7 +17701,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16186,7 +17716,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16201,7 +17731,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16217,7 +17747,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16233,7 +17763,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -16248,7 +17778,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16263,7 +17793,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16283,7 +17831,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -16326,7 +17874,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16341,7 +17889,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16356,7 +17904,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16372,7 +17920,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16388,7 +17936,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -16403,7 +17951,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16418,7 +17966,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16442,7 +18008,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16457,7 +18023,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16472,7 +18038,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16488,7 +18054,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16504,7 +18070,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -16519,7 +18085,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16534,7 +18100,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16561,7 +18145,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INotebookAccessTokenResult",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INotebookAccessTokenResult, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INotebookAccessTokenResult, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpiresIn": "System.Nullable`1[System.Int32]",
"AccessToken": "System.String",
@@ -16584,7 +18168,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16593,7 +18177,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16602,7 +18186,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -16616,7 +18200,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16625,7 +18209,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16634,7 +18218,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16644,7 +18228,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16654,7 +18238,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -16663,7 +18247,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16672,7 +18256,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -16687,7 +18283,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16702,7 +18298,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16717,7 +18313,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -16737,7 +18333,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16752,7 +18348,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16767,7 +18363,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16783,7 +18379,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16799,7 +18395,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -16814,7 +18410,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16829,7 +18425,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16856,7 +18470,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IListNotebookKeysResult",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IListNotebookKeysResult, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IListNotebookKeysResult, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrimaryAccessKey": "System.String",
"SecondaryAccessKey": "System.String"
@@ -16873,7 +18487,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16882,7 +18496,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16891,7 +18505,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -16905,7 +18519,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16914,7 +18528,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16923,7 +18537,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16933,7 +18547,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16943,7 +18557,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -16952,7 +18566,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16961,7 +18575,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -16976,7 +18602,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16991,7 +18617,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17006,7 +18632,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -17026,7 +18652,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17041,7 +18667,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17056,7 +18682,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17072,7 +18698,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17088,7 +18714,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -17103,7 +18729,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17118,7 +18744,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17145,7 +18789,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineDeployment, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineDeployment, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataCollectorCollection": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataCollectorCollections",
"EnvironmentVariable": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEndpointDeploymentPropertiesBaseEnvironmentVariables",
@@ -17201,7 +18845,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17210,7 +18854,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17219,7 +18863,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17228,7 +18872,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -17238,7 +18882,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17247,7 +18891,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -17280,7 +18924,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17289,7 +18933,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17298,7 +18942,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17311,7 +18955,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17320,7 +18964,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17329,7 +18973,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17339,7 +18983,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17349,7 +18993,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -17358,7 +19002,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17367,7 +19011,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -17382,7 +19038,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17397,7 +19053,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17412,7 +19068,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -17428,7 +19084,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17443,7 +19099,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17458,7 +19114,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17473,7 +19129,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17492,7 +19148,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17507,7 +19163,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17522,7 +19178,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17538,7 +19194,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17554,7 +19210,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -17569,7 +19225,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17584,7 +19240,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17604,7 +19278,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17619,7 +19293,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17634,7 +19308,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17649,7 +19323,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -17665,7 +19339,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17684,7 +19358,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17699,7 +19373,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17714,7 +19388,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17730,7 +19404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17746,7 +19420,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -17761,7 +19435,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17776,7 +19450,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17796,7 +19488,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -17839,7 +19531,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17854,7 +19546,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17869,7 +19561,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17885,7 +19577,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17901,7 +19593,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -17916,7 +19608,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17931,7 +19623,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17955,7 +19665,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17970,7 +19680,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17985,7 +19695,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18001,7 +19711,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18017,7 +19727,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -18032,7 +19742,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18047,7 +19757,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18074,7 +19802,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -18087,7 +19815,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18096,7 +19824,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18105,7 +19833,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18114,7 +19842,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18123,7 +19851,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -18133,7 +19861,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ContainerType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ContainerType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ContainerType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18142,7 +19870,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18155,7 +19883,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18164,7 +19892,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18173,7 +19901,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18183,7 +19911,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18193,7 +19921,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -18202,7 +19930,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18211,7 +19939,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -18226,7 +19966,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18241,7 +19981,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18256,7 +19996,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18271,7 +20011,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18286,7 +20026,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -18302,7 +20042,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ContainerType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ContainerType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ContainerType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18317,7 +20057,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18336,7 +20076,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18351,7 +20091,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18366,7 +20106,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18382,7 +20122,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18398,7 +20138,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -18413,7 +20153,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18428,7 +20168,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18455,7 +20213,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISkuResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISkuResource, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISkuResource, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CapacityScaleType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuScaleType]",
"SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier]",
@@ -18477,7 +20235,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18486,7 +20244,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18495,7 +20253,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18504,7 +20262,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18513,7 +20271,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -18523,7 +20281,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18532,7 +20290,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18545,7 +20303,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18554,7 +20312,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18563,7 +20321,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18573,7 +20331,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18583,7 +20341,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -18592,7 +20350,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18601,7 +20359,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -18616,7 +20386,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18631,7 +20401,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18646,7 +20416,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18661,7 +20431,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18676,7 +20446,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -18692,7 +20462,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18707,7 +20477,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18726,7 +20496,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18741,7 +20511,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18756,7 +20526,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18772,7 +20542,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18788,7 +20558,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -18803,7 +20573,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18818,7 +20588,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18845,7 +20633,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineEndpoint",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineEndpoint, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineEndpoint, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointPropertiesBaseProperty": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEndpointPropertiesBaseProperties",
"MirrorTraffic": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineEndpointMirrorTraffic",
@@ -18883,7 +20671,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18892,7 +20680,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18901,7 +20689,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -18911,7 +20699,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18920,7 +20708,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -18953,7 +20741,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointComputeType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointComputeType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointComputeType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18962,7 +20750,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18971,7 +20759,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OrderString",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OrderString, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OrderString, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18980,7 +20768,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18989,7 +20777,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18998,7 +20786,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19011,7 +20799,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19020,7 +20808,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19029,7 +20817,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19039,7 +20827,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19049,7 +20837,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -19058,7 +20846,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19067,7 +20855,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -19082,7 +20882,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19097,7 +20897,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19112,7 +20912,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -19128,7 +20928,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19143,7 +20943,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointComputeType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointComputeType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointComputeType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19158,7 +20958,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19173,7 +20973,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OrderString",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OrderString, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OrderString, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19188,7 +20988,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19203,7 +21003,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19218,7 +21018,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19237,7 +21037,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19252,7 +21052,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19267,7 +21067,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19283,7 +21083,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19299,7 +21099,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -19314,7 +21114,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19329,7 +21129,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19349,7 +21167,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19364,7 +21182,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19379,7 +21197,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -19395,7 +21213,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19414,7 +21232,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19429,7 +21247,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19444,7 +21262,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19460,7 +21278,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19476,7 +21294,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -19491,7 +21309,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19506,7 +21324,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19526,7 +21362,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -19569,7 +21405,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19584,7 +21420,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19599,7 +21435,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19615,7 +21451,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19631,7 +21467,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -19646,7 +21482,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19661,7 +21497,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19685,7 +21539,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19700,7 +21554,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19715,7 +21569,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19731,7 +21585,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19747,7 +21601,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -19762,7 +21616,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19777,7 +21631,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19804,7 +21676,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEndpointAuthKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEndpointAuthKeys, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEndpointAuthKeys, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrimaryKey": "System.String",
"SecondaryKey": "System.String"
@@ -19821,7 +21693,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19830,7 +21702,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19839,7 +21711,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19848,7 +21720,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -19862,7 +21734,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19871,7 +21743,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19880,7 +21752,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19890,7 +21762,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19900,7 +21772,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -19909,7 +21781,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19918,7 +21790,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -19933,7 +21817,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19948,7 +21832,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19963,7 +21847,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19978,7 +21862,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -19998,7 +21882,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20013,7 +21897,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20028,7 +21912,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20044,7 +21928,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20060,7 +21944,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -20075,7 +21959,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20090,7 +21974,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20117,7 +22019,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEndpointAuthToken",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEndpointAuthToken, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEndpointAuthToken, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpiryTimeUtc": "System.Nullable`1[System.Int64]",
"RefreshAfterTimeUtc": "System.Nullable`1[System.Int64]",
@@ -20136,7 +22038,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20145,7 +22047,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20154,7 +22056,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -20164,7 +22066,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20173,7 +22075,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -20210,7 +22112,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20219,7 +22121,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20228,7 +22130,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20238,7 +22140,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20248,7 +22150,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -20257,7 +22159,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20266,7 +22168,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -20281,7 +22195,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20296,7 +22210,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20311,7 +22225,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -20327,7 +22241,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20346,7 +22260,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20361,7 +22275,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20376,7 +22290,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20392,7 +22306,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20408,7 +22322,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -20423,7 +22337,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20438,7 +22352,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20458,7 +22390,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -20501,7 +22433,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20516,7 +22448,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20531,7 +22463,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20547,7 +22479,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20563,7 +22495,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -20578,7 +22510,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20593,7 +22525,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20617,7 +22567,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20632,7 +22582,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20647,7 +22597,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20663,7 +22613,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20679,7 +22629,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -20694,7 +22644,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20709,7 +22659,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20736,7 +22704,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFqdnEndpoints",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFqdnEndpoints, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFqdnEndpoints, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Endpoint": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFqdnEndpoint[]",
"Category": "System.String"
@@ -20753,7 +22721,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20762,7 +22730,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20771,7 +22739,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -20785,7 +22753,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20794,7 +22762,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20803,7 +22771,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20813,7 +22781,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20823,7 +22791,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -20832,7 +22800,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20841,7 +22809,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -20856,7 +22836,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20871,7 +22851,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20886,7 +22866,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -20906,7 +22886,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20921,7 +22901,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20936,7 +22916,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20952,7 +22932,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20968,7 +22948,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -20983,7 +22963,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20998,7 +22978,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21025,7 +23023,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -21038,7 +23036,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21047,7 +23045,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21056,7 +23054,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -21070,7 +23068,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21079,7 +23077,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21088,7 +23086,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21098,7 +23096,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21108,7 +23106,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -21117,7 +23115,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21126,7 +23124,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -21141,7 +23151,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21156,7 +23166,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21171,7 +23181,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -21191,7 +23201,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21206,7 +23216,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21221,7 +23231,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21237,7 +23247,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21253,7 +23263,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -21268,7 +23278,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21283,7 +23293,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21310,7 +23338,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDiagnoseResponseResultValue",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDiagnoseResponseResultValue, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDiagnoseResponseResultValue, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationInsightsResult": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDiagnoseResult[]",
"ContainerRegistryResult": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDiagnoseResult[]",
@@ -21334,7 +23362,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21343,7 +23371,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21352,7 +23380,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21361,7 +23389,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -21394,7 +23422,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21403,7 +23431,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21412,7 +23440,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21421,7 +23449,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21430,7 +23458,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21439,7 +23467,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21448,7 +23476,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21457,7 +23485,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21466,7 +23494,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21479,7 +23507,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21488,7 +23516,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21497,7 +23525,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21506,7 +23534,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21516,7 +23544,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21526,7 +23554,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21535,7 +23563,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -21544,7 +23572,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21553,7 +23581,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -21568,7 +23608,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21583,7 +23623,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21598,7 +23638,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21613,7 +23653,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21628,7 +23668,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21643,7 +23683,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21658,7 +23698,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21673,7 +23713,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21688,7 +23728,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21703,7 +23743,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21718,7 +23758,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21733,7 +23773,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21752,7 +23792,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21767,7 +23807,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21782,7 +23822,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21797,7 +23837,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21813,7 +23853,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21829,7 +23869,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21844,7 +23884,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -21859,7 +23899,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21874,7 +23914,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21894,7 +23952,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -21933,7 +23991,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21948,7 +24006,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21963,7 +24021,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21978,7 +24036,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21993,7 +24051,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22008,7 +24066,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22023,7 +24081,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22038,7 +24096,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22053,7 +24111,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22072,7 +24130,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22087,7 +24145,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22102,7 +24160,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22117,7 +24175,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22133,7 +24191,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22149,7 +24207,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22164,7 +24222,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -22179,7 +24237,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22194,7 +24252,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22214,7 +24290,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22229,7 +24305,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22244,7 +24320,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22259,7 +24335,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22274,7 +24350,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22289,7 +24365,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22304,7 +24380,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22319,7 +24395,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22334,7 +24410,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22353,7 +24429,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22368,7 +24444,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22383,7 +24459,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22398,7 +24474,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22414,7 +24490,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22430,7 +24506,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22445,7 +24521,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -22460,7 +24536,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22475,7 +24551,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22502,7 +24596,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INotebookResourceInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INotebookResourceInfo, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INotebookResourceInfo, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NotebookPreparationErrorStatusCode": "System.Nullable`1[System.Int32]",
"Fqdn": "System.String",
@@ -22521,7 +24615,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22530,7 +24624,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22539,7 +24633,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22548,7 +24642,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -22585,7 +24679,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22594,7 +24688,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22603,7 +24697,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22612,7 +24706,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22622,7 +24716,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22632,7 +24726,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22641,7 +24735,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -22650,7 +24744,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22659,7 +24753,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -22674,7 +24780,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22689,7 +24795,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22704,7 +24810,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22723,7 +24829,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22738,7 +24844,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22753,7 +24859,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22768,7 +24874,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22784,7 +24890,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22800,7 +24906,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22815,7 +24921,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -22830,7 +24936,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22845,7 +24951,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22865,7 +24989,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -22908,7 +25032,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22923,7 +25047,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22938,7 +25062,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22953,7 +25077,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22969,7 +25093,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22985,7 +25109,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23000,7 +25124,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -23015,7 +25139,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23030,7 +25154,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23054,7 +25196,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23069,7 +25211,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23084,7 +25226,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23099,7 +25241,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23115,7 +25257,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23131,7 +25273,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23146,7 +25288,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -23161,7 +25303,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23176,7 +25318,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23203,7 +25363,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspace",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspace, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspace, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedNetworkOutboundRule": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IManagedNetworkSettingsOutboundRules",
"PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPrivateEndpointConnection[]",
@@ -23280,7 +25440,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23289,7 +25449,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23298,7 +25458,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23307,7 +25467,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23316,7 +25476,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23325,7 +25485,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -23335,7 +25495,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23344,7 +25504,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23353,7 +25513,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23362,7 +25522,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23371,7 +25531,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23380,7 +25540,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23389,7 +25549,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EncryptionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EncryptionStatus, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EncryptionStatus, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23398,7 +25558,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23407,7 +25567,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23416,7 +25576,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23425,7 +25585,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23434,7 +25594,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23443,7 +25603,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23452,7 +25612,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23461,7 +25621,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23470,7 +25630,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23479,7 +25639,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23488,7 +25648,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23497,7 +25657,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23506,7 +25666,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23515,7 +25675,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.WorkspaceType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.WorkspaceType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.WorkspaceType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23524,7 +25684,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23533,7 +25693,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IsolationMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IsolationMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IsolationMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23542,7 +25702,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23551,7 +25711,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23560,7 +25720,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PublicNetworkAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PublicNetworkAccess, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PublicNetworkAccess, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23569,7 +25729,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23578,7 +25738,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23587,7 +25747,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISharedPrivateLinkResource[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISharedPrivateLinkResource[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISharedPrivateLinkResource[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISharedPrivateLinkResource"
},
"ValidateNotNullOrEmpty": false
@@ -23597,7 +25757,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23606,7 +25766,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23615,7 +25775,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23624,7 +25784,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23633,7 +25793,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23642,7 +25802,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedNetworkStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedNetworkStatus, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedNetworkStatus, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23651,7 +25811,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23660,7 +25820,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23669,7 +25829,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23678,7 +25838,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23687,7 +25847,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -23697,7 +25857,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23710,7 +25870,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23719,7 +25879,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23728,7 +25888,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23737,7 +25897,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23747,7 +25907,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23757,7 +25917,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23766,7 +25926,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -23775,7 +25935,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23784,7 +25944,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -23802,7 +25974,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23817,7 +25989,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23832,7 +26004,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23847,7 +26019,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23862,7 +26034,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23877,7 +26049,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -23893,7 +26065,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23908,7 +26080,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23923,7 +26095,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23938,7 +26110,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23953,7 +26125,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23968,7 +26140,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23983,7 +26155,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EncryptionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EncryptionStatus, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EncryptionStatus, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23998,7 +26170,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24013,7 +26185,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24028,7 +26200,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24043,7 +26215,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24058,7 +26230,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24073,7 +26245,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24088,7 +26260,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24103,7 +26275,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24118,7 +26290,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24133,7 +26305,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24148,7 +26320,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24163,7 +26335,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24178,7 +26350,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24193,7 +26365,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.WorkspaceType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.WorkspaceType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.WorkspaceType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24208,7 +26380,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24223,7 +26395,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IsolationMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IsolationMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IsolationMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24238,7 +26410,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24253,7 +26425,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24268,7 +26440,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PublicNetworkAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PublicNetworkAccess, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PublicNetworkAccess, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24283,7 +26455,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24298,7 +26470,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24313,7 +26485,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISharedPrivateLinkResource[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISharedPrivateLinkResource[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISharedPrivateLinkResource[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISharedPrivateLinkResource"
},
"ValidateNotNullOrEmpty": false
@@ -24329,7 +26501,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24344,7 +26516,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24359,7 +26531,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24374,7 +26546,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24389,7 +26561,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24404,7 +26576,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedNetworkStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedNetworkStatus, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedNetworkStatus, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24419,7 +26591,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24434,7 +26606,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24449,7 +26621,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24464,7 +26636,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24479,7 +26651,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -24495,7 +26667,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24514,7 +26686,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24529,7 +26701,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24544,7 +26716,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24559,7 +26731,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24575,7 +26747,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24591,7 +26763,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24606,7 +26778,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -24621,7 +26793,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24636,7 +26808,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24663,7 +26853,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AadAuthTypeWorkspaceConnectionProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AadAuthTypeWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AadAuthTypeWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Metadata": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
"AuthType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionAuthType",
@@ -24786,7 +26976,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24795,7 +26985,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24804,7 +26994,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24813,7 +27003,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24822,7 +27012,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -24832,7 +27022,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24841,7 +27031,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24850,7 +27040,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -24865,7 +27067,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24880,7 +27082,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24895,7 +27097,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24910,7 +27112,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24925,7 +27127,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -24941,7 +27143,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24956,7 +27158,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24971,7 +27173,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24998,7 +27218,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AccessKeyAuthTypeWorkspaceConnectionProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AccessKeyAuthTypeWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AccessKeyAuthTypeWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Metadata": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
"AuthType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionAuthType",
@@ -25123,7 +27343,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25132,7 +27352,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25141,7 +27361,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25150,7 +27370,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25159,7 +27379,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25168,7 +27388,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25177,7 +27397,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -25187,7 +27407,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25196,7 +27416,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25205,7 +27425,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -25220,7 +27452,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25235,7 +27467,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25250,7 +27482,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25265,7 +27497,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25280,7 +27512,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25295,7 +27527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25310,7 +27542,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -25326,7 +27558,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25341,7 +27573,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25356,7 +27588,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25383,7 +27633,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AccountKeyAuthTypeWorkspaceConnectionProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AccountKeyAuthTypeWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AccountKeyAuthTypeWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Metadata": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
"AuthType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionAuthType",
@@ -25507,7 +27757,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25516,7 +27766,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25525,7 +27775,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25534,7 +27784,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25543,7 +27793,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25552,7 +27802,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -25562,7 +27812,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25571,7 +27821,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25580,7 +27830,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -25595,7 +27857,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25610,7 +27872,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25625,7 +27887,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25640,7 +27902,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25655,7 +27917,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25670,7 +27932,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -25686,7 +27948,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25701,7 +27963,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25716,7 +27978,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25743,7 +28023,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.Aks",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.Aks, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.Aks, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkingConfiguration": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAksNetworkingConfiguration",
"Property": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAksSchemaProperties",
@@ -25885,7 +28165,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25894,7 +28174,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25903,7 +28183,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25912,7 +28192,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25921,7 +28201,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25930,7 +28210,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25939,7 +28219,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25948,7 +28228,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25957,7 +28237,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25966,7 +28246,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25975,7 +28255,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ClusterPurpose",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ClusterPurpose, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ClusterPurpose, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25984,7 +28264,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25993,7 +28273,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.LoadBalancerType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.LoadBalancerType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.LoadBalancerType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26002,7 +28282,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26011,7 +28291,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26020,7 +28300,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26029,7 +28309,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26038,7 +28318,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26047,7 +28327,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SslConfigStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SslConfigStatus, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SslConfigStatus, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -26062,7 +28354,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26077,7 +28369,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26092,7 +28384,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26107,7 +28399,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26122,7 +28414,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26137,7 +28429,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26152,7 +28444,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26167,7 +28459,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26182,7 +28474,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26197,7 +28489,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26212,7 +28504,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ClusterPurpose",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ClusterPurpose, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ClusterPurpose, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26227,7 +28519,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26242,7 +28534,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.LoadBalancerType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.LoadBalancerType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.LoadBalancerType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26257,7 +28549,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26272,7 +28564,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26287,7 +28579,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26302,7 +28594,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26317,7 +28609,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26332,7 +28624,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SslConfigStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SslConfigStatus, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SslConfigStatus, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26359,7 +28669,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AmlCompute",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AmlCompute, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AmlCompute, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAmlComputeProperties",
"NodeStateCount": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INodeStateCounts",
@@ -26513,7 +28823,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26522,7 +28832,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26531,7 +28841,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26540,7 +28850,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26549,7 +28859,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26558,7 +28868,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OSType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OSType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OSType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26567,7 +28877,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26576,7 +28886,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RemoteLoginPortPublicAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RemoteLoginPortPublicAccess, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RemoteLoginPortPublicAccess, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26585,7 +28895,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26594,7 +28904,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26603,7 +28913,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26612,7 +28922,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26621,7 +28931,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26630,7 +28940,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26639,7 +28949,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26648,7 +28958,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.VMPriority",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.VMPriority, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.VMPriority, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26657,7 +28967,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26666,7 +28976,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -26681,7 +29003,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26696,7 +29018,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26711,7 +29033,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26726,7 +29048,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26741,7 +29063,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26756,7 +29078,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OSType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OSType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OSType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26771,7 +29093,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26786,7 +29108,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RemoteLoginPortPublicAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RemoteLoginPortPublicAccess, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RemoteLoginPortPublicAccess, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26801,7 +29123,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26816,7 +29138,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26831,7 +29153,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26846,7 +29168,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26861,7 +29183,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26876,7 +29198,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26891,7 +29213,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26906,7 +29228,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.VMPriority",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.VMPriority, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.VMPriority, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26921,7 +29243,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26936,7 +29258,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26963,7 +29303,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ApiKeyAuthWorkspaceConnectionProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ApiKeyAuthWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ApiKeyAuthWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Metadata": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
"AuthType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionAuthType",
@@ -27087,7 +29427,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27096,7 +29436,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27105,7 +29445,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27114,7 +29454,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27123,7 +29463,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27132,7 +29472,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -27142,7 +29482,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27151,7 +29491,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27160,7 +29500,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -27175,7 +29527,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27190,7 +29542,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27205,7 +29557,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27220,7 +29572,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27235,7 +29587,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27250,7 +29602,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -27266,7 +29618,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27281,7 +29633,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27296,7 +29648,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27323,7 +29693,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchDeployment, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchDeployment, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Model": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAssetReferenceBase",
"EnvironmentVariable": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEndpointDeploymentPropertiesBaseEnvironmentVariables",
@@ -27370,7 +29740,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27379,7 +29749,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27388,7 +29758,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27397,7 +29767,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27406,7 +29776,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27415,7 +29785,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27424,7 +29794,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27433,7 +29803,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27442,7 +29812,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27451,7 +29821,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchDeploymentConfigurationType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchDeploymentConfigurationType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchDeploymentConfigurationType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27460,7 +29830,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27469,7 +29839,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27478,7 +29848,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27487,7 +29857,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27496,7 +29866,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27505,7 +29875,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27514,7 +29884,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27523,7 +29893,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27532,7 +29902,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchLoggingLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchLoggingLevel, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchLoggingLevel, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27541,7 +29911,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27550,7 +29920,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int64",
- "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27559,7 +29929,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAssetReferenceBase",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAssetReferenceBase, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAssetReferenceBase, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReferenceType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType"
}
@@ -27571,7 +29941,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchOutputAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchOutputAction, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchOutputAction, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27580,7 +29950,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27589,7 +29959,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27598,7 +29968,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27607,7 +29977,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27616,7 +29986,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27625,7 +29995,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27634,7 +30004,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27643,7 +30013,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27652,7 +30022,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27661,7 +30031,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27670,7 +30040,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27679,7 +30049,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27692,7 +30062,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27701,7 +30071,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27710,7 +30080,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27719,7 +30089,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27729,7 +30099,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27739,7 +30109,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27748,7 +30118,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -27757,7 +30127,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27766,7 +30136,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -27781,7 +30163,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27796,7 +30178,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27811,7 +30193,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27826,7 +30208,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27841,7 +30223,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27856,7 +30238,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27871,7 +30253,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27886,7 +30268,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27901,7 +30283,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27916,7 +30298,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchDeploymentConfigurationType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchDeploymentConfigurationType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchDeploymentConfigurationType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27931,7 +30313,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27946,7 +30328,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27961,7 +30343,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27976,7 +30358,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27991,7 +30373,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28006,7 +30388,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28021,7 +30403,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28036,7 +30418,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28051,7 +30433,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchLoggingLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchLoggingLevel, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchLoggingLevel, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28066,7 +30448,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28081,7 +30463,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int64",
- "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28096,7 +30478,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAssetReferenceBase",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAssetReferenceBase, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAssetReferenceBase, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReferenceType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType"
}
@@ -28114,7 +30496,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchOutputAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchOutputAction, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchOutputAction, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28129,7 +30511,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28144,7 +30526,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28159,7 +30541,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28174,7 +30556,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28189,7 +30571,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28204,7 +30586,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28219,7 +30601,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28234,7 +30616,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28249,7 +30631,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28264,7 +30646,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28279,7 +30661,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28294,7 +30676,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28313,7 +30695,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28328,7 +30710,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28343,7 +30725,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28358,7 +30740,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28374,7 +30756,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28390,7 +30772,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28405,7 +30787,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -28420,7 +30802,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28435,7 +30817,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28462,7 +30862,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchEndpoint",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchEndpoint, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchEndpoint, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointPropertiesBaseProperty": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEndpointPropertiesBaseProperties",
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api30.IUserAssignedIdentities",
@@ -28497,7 +30897,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28506,7 +30906,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28515,7 +30915,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28524,7 +30924,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28533,7 +30933,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointAuthMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointAuthMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointAuthMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28542,7 +30942,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28551,7 +30951,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28560,7 +30960,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28569,7 +30969,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28578,7 +30978,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28587,7 +30987,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28596,7 +30996,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28605,7 +31005,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28614,7 +31014,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28623,7 +31023,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28632,7 +31032,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28641,7 +31041,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28650,7 +31050,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28659,7 +31059,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28668,7 +31068,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28681,7 +31081,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28690,7 +31090,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28699,7 +31099,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28708,7 +31108,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28718,7 +31118,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28728,7 +31128,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28737,7 +31137,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -28746,7 +31146,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28755,7 +31155,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -28770,7 +31182,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28785,7 +31197,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28800,7 +31212,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28815,7 +31227,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28830,7 +31242,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointAuthMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointAuthMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointAuthMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28845,7 +31257,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28860,7 +31272,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28875,7 +31287,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28890,7 +31302,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28905,7 +31317,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28920,7 +31332,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28935,7 +31347,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28950,7 +31362,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28965,7 +31377,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28980,7 +31392,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28995,7 +31407,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29010,7 +31422,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29025,7 +31437,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29040,7 +31452,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29055,7 +31467,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29074,7 +31486,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29089,7 +31501,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29104,7 +31516,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29119,7 +31531,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29135,7 +31547,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29151,7 +31563,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29166,7 +31578,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -29181,7 +31593,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29196,7 +31608,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29223,7 +31653,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICodeVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICodeVersion, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICodeVersion, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceBaseProperty": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
@@ -29246,7 +31676,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29255,7 +31685,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29264,7 +31694,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29273,7 +31703,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29282,7 +31712,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29291,7 +31721,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29300,7 +31730,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29309,7 +31739,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29318,7 +31748,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29327,7 +31757,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29336,7 +31766,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29349,7 +31779,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29358,7 +31788,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29367,7 +31797,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29377,7 +31807,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29387,7 +31817,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -29396,7 +31826,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29405,7 +31835,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -29420,7 +31862,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29435,7 +31877,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29450,7 +31892,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29465,7 +31907,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29480,7 +31922,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29495,7 +31937,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29510,7 +31952,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29525,7 +31967,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29540,7 +31982,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29555,7 +31997,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29570,7 +32012,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29589,7 +32031,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29604,7 +32046,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29619,7 +32061,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29635,7 +32077,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29651,7 +32093,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -29666,7 +32108,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29681,7 +32123,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29708,7 +32168,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CommandJob",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CommandJob, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CommandJob, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnvironmentVariable": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICommandJobEnvironmentVariables",
"Input": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICommandJobInputs",
@@ -29853,7 +32313,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29862,7 +32322,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29871,7 +32331,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29880,7 +32340,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DistributionType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DistributionType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DistributionType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29889,7 +32349,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29898,7 +32358,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICommandJobInputs",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICommandJobInputs, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICommandJobInputs, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29907,7 +32367,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29916,7 +32376,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICommandJobOutputs",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICommandJobOutputs, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICommandJobOutputs, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29925,7 +32385,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29934,7 +32394,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29943,7 +32403,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceConfigurationProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceConfigurationProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceConfigurationProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29952,7 +32412,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29961,7 +32421,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29970,7 +32430,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29979,7 +32439,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IdentityConfigurationType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IdentityConfigurationType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IdentityConfigurationType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29988,7 +32448,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29997,7 +32457,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30006,7 +32466,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30015,7 +32475,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30024,7 +32484,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30033,7 +32493,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30042,7 +32502,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30051,7 +32511,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -30066,7 +32538,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30081,7 +32553,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30096,7 +32568,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30111,7 +32583,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DistributionType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DistributionType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DistributionType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30126,7 +32598,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30141,7 +32613,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICommandJobInputs",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICommandJobInputs, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICommandJobInputs, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30156,7 +32628,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30171,7 +32643,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICommandJobOutputs",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICommandJobOutputs, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICommandJobOutputs, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30186,7 +32658,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30201,7 +32673,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30216,7 +32688,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceConfigurationProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceConfigurationProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceConfigurationProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30231,7 +32703,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30246,7 +32718,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30261,7 +32733,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30276,7 +32748,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IdentityConfigurationType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IdentityConfigurationType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IdentityConfigurationType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30291,7 +32763,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30306,7 +32778,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30321,7 +32793,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30336,7 +32808,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30351,7 +32823,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30366,7 +32838,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30381,7 +32853,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30396,7 +32868,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30423,7 +32913,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComponentContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComponentContainer, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComponentContainer, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceBaseProperty": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
@@ -30446,7 +32936,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30455,7 +32945,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30464,7 +32954,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30473,7 +32963,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30482,7 +32972,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30491,7 +32981,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30500,7 +32990,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30509,7 +32999,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30522,7 +33012,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30531,7 +33021,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30540,7 +33030,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30550,7 +33040,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30560,7 +33050,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -30569,7 +33059,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30578,7 +33068,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -30593,7 +33095,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30608,7 +33110,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30623,7 +33125,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30638,7 +33140,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30653,7 +33155,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30668,7 +33170,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30683,7 +33185,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30698,7 +33200,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30717,7 +33219,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30732,7 +33234,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30747,7 +33249,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30763,7 +33265,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30779,7 +33281,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -30794,7 +33296,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30809,7 +33311,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30836,7 +33356,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComponentVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComponentVersion, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComponentVersion, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComponentSpec": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComponentVersionComponentSpec",
"ResourceBaseProperty": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
@@ -30859,7 +33379,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30868,7 +33388,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30877,7 +33397,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30886,7 +33406,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30895,7 +33415,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30904,7 +33424,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30913,7 +33433,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30922,7 +33442,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30931,7 +33451,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30940,7 +33460,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30949,7 +33469,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30962,7 +33482,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30971,7 +33491,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30980,7 +33500,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30990,7 +33510,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31000,7 +33520,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -31009,7 +33529,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31018,7 +33538,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -31033,7 +33565,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31048,7 +33580,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31063,7 +33595,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31078,7 +33610,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31093,7 +33625,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31108,7 +33640,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31123,7 +33655,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31138,7 +33670,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31153,7 +33685,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31168,7 +33700,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31183,7 +33715,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31202,7 +33734,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31217,7 +33749,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31232,7 +33764,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31248,7 +33780,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31264,7 +33796,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -31279,7 +33811,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31294,7 +33826,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31321,7 +33871,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeResource, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeResource, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeResourceTags",
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api30.IUserAssignedIdentities",
@@ -31350,7 +33900,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31359,7 +33909,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31368,7 +33918,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31377,7 +33927,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31386,7 +33936,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICompute",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICompute, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICompute, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningError": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api30.IErrorResponse[]",
"Type": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeType",
@@ -31407,7 +33957,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31416,7 +33966,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31425,7 +33975,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31434,7 +33984,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31443,7 +33993,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31452,7 +34002,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31461,7 +34011,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31470,7 +34020,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31479,7 +34029,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31492,7 +34042,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31501,7 +34051,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31510,7 +34060,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31519,7 +34069,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31529,7 +34079,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31539,7 +34089,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31548,7 +34098,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -31557,7 +34107,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31566,7 +34116,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -31584,7 +34146,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31599,7 +34161,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31614,7 +34176,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31629,7 +34191,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31644,7 +34206,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICompute",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICompute, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICompute, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningError": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api30.IErrorResponse[]",
"Type": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeType",
@@ -31671,7 +34233,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31686,7 +34248,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31701,7 +34263,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31716,7 +34278,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31731,7 +34293,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31746,7 +34308,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31761,7 +34323,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31776,7 +34338,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31791,7 +34353,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31810,7 +34372,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31825,7 +34387,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31840,7 +34402,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31855,7 +34417,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31871,7 +34433,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31887,7 +34449,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31902,7 +34464,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -31917,7 +34479,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31932,7 +34494,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31959,7 +34539,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ComputeInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ComputeInstance, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ComputeInstance, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PersonalComputeInstanceSettingAssignedUser": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAssignedUser",
"Application": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeInstanceApplication[]",
@@ -32136,7 +34716,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32145,7 +34725,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32154,7 +34734,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32163,7 +34743,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ApplicationSharingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ApplicationSharingPolicy, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ApplicationSharingPolicy, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32172,7 +34752,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32181,7 +34761,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32190,7 +34770,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeInstanceAuthorizationType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeInstanceAuthorizationType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeInstanceAuthorizationType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32199,7 +34779,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32208,7 +34788,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32217,7 +34797,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32226,7 +34806,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32235,7 +34815,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32244,7 +34824,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationName, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationName, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32253,7 +34833,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationStatus, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationStatus, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32262,7 +34842,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32271,7 +34851,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationTrigger, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationTrigger, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32280,7 +34860,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeStartStopSchedule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeStartStopSchedule[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeStartStopSchedule[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeStartStopSchedule"
},
"ValidateNotNullOrEmpty": false
@@ -32290,7 +34870,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32299,7 +34879,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SshPublicAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SshPublicAccess, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SshPublicAccess, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32308,7 +34888,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32317,7 +34897,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32326,7 +34906,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32335,7 +34915,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32344,7 +34924,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32353,7 +34933,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32362,7 +34942,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -32377,7 +34969,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32392,7 +34984,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32407,7 +34999,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32422,7 +35014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ApplicationSharingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ApplicationSharingPolicy, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ApplicationSharingPolicy, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32437,7 +35029,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32452,7 +35044,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32467,7 +35059,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeInstanceAuthorizationType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeInstanceAuthorizationType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeInstanceAuthorizationType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32482,7 +35074,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32497,7 +35089,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32512,7 +35104,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32527,7 +35119,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32542,7 +35134,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32557,7 +35149,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationName, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationName, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32572,7 +35164,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationStatus, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationStatus, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32587,7 +35179,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32602,7 +35194,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationTrigger, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationTrigger, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32617,7 +35209,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeStartStopSchedule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeStartStopSchedule[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeStartStopSchedule[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeStartStopSchedule"
},
"ValidateNotNullOrEmpty": false
@@ -32633,7 +35225,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32648,7 +35240,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SshPublicAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SshPublicAccess, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SshPublicAccess, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32663,7 +35255,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32678,7 +35270,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32693,7 +35285,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32708,7 +35300,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32723,7 +35315,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32738,7 +35330,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32753,7 +35345,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32780,7 +35390,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ComputeStartStopSchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ComputeStartStopSchedule, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ComputeStartStopSchedule, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ScheduleWeekDay": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeWeekDay[]",
"ScheduleMonthDay": "System.Int32[]",
@@ -32901,7 +35511,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputePowerAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputePowerAction, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputePowerAction, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32910,7 +35520,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32919,7 +35529,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32928,7 +35538,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32937,7 +35547,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeRecurrenceFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeRecurrenceFrequency, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeRecurrenceFrequency, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32946,7 +35556,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32955,7 +35565,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32964,7 +35574,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32973,7 +35583,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32[]",
- "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.Int32"
},
"ValidateNotNullOrEmpty": false
@@ -32983,7 +35593,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32992,7 +35602,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32[]",
- "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.Int32"
},
"ValidateNotNullOrEmpty": false
@@ -33002,7 +35612,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32[]",
- "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.Int32"
},
"ValidateNotNullOrEmpty": false
@@ -33012,7 +35622,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleProvisioningState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleProvisioningState, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleProvisioningState, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33021,7 +35631,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatus, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatus, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33030,7 +35640,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeWeekDay[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeWeekDay[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeWeekDay[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeWeekDay"
},
"ValidateNotNullOrEmpty": false
@@ -33040,7 +35650,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatus, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatus, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33049,7 +35659,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeTriggerType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeTriggerType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeTriggerType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -33064,7 +35686,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputePowerAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputePowerAction, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputePowerAction, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33079,7 +35701,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33094,7 +35716,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33109,7 +35731,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33124,7 +35746,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeRecurrenceFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeRecurrenceFrequency, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeRecurrenceFrequency, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33139,7 +35761,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33154,7 +35776,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33169,7 +35791,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33184,7 +35806,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32[]",
- "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.Int32"
},
"ValidateNotNullOrEmpty": false
@@ -33200,7 +35822,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33215,7 +35837,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32[]",
- "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.Int32"
},
"ValidateNotNullOrEmpty": false
@@ -33231,7 +35853,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32[]",
- "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.Int32"
},
"ValidateNotNullOrEmpty": false
@@ -33247,7 +35869,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleProvisioningState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleProvisioningState, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleProvisioningState, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33262,7 +35884,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatus, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatus, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33277,7 +35899,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeWeekDay[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeWeekDay[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeWeekDay[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeWeekDay"
},
"ValidateNotNullOrEmpty": false
@@ -33293,7 +35915,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatus, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatus, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33308,7 +35930,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeTriggerType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeTriggerType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeTriggerType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33335,7 +35975,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2BasicResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2BasicResource, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2BasicResource, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2"
}
@@ -33351,7 +35991,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33360,7 +36000,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33369,7 +36009,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33378,7 +36018,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33387,7 +36027,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionAuthType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionAuthType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionAuthType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33396,7 +36036,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33405,7 +36045,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33414,7 +36054,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33423,7 +36063,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33432,7 +36072,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -33442,7 +36082,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33451,7 +36091,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33460,7 +36100,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33469,7 +36109,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Metadata": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
"AuthType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionAuthType",
@@ -33495,7 +36135,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33504,7 +36144,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33513,7 +36153,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33523,7 +36163,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33533,7 +36173,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -33542,7 +36182,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33551,7 +36191,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -33566,7 +36218,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33581,7 +36233,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33596,7 +36248,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33611,7 +36263,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33630,7 +36282,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33645,7 +36297,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33660,7 +36312,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33676,7 +36328,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33692,7 +36344,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -33707,7 +36359,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33722,7 +36374,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33742,7 +36412,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionAuthType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionAuthType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionAuthType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33757,7 +36427,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33772,7 +36442,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33787,7 +36457,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33802,7 +36472,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33817,7 +36487,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -33833,7 +36503,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33848,7 +36518,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33863,7 +36533,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33878,7 +36548,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33893,7 +36563,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33908,7 +36578,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33923,7 +36593,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33942,7 +36612,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33957,7 +36627,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33972,7 +36642,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33988,7 +36658,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -34004,7 +36674,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -34019,7 +36689,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34034,7 +36704,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34054,7 +36742,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Metadata": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
"AuthType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionAuthType",
@@ -34082,7 +36770,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34097,7 +36785,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34112,7 +36800,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34127,7 +36815,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34146,7 +36834,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34161,7 +36849,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34176,7 +36864,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -34192,7 +36880,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -34208,7 +36896,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -34223,7 +36911,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34238,7 +36926,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34265,7 +36971,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CustomKeysWorkspaceConnectionProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CustomKeysWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CustomKeysWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CredentialsKey": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICustomKeys",
"Metadata": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
@@ -34389,7 +37095,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICustomKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICustomKeys, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICustomKeys, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34398,7 +37104,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34407,7 +37113,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34416,7 +37122,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34425,7 +37131,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34434,7 +37140,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -34444,7 +37150,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34453,7 +37159,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34462,7 +37168,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -34477,7 +37195,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICustomKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICustomKeys, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICustomKeys, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34492,7 +37210,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34507,7 +37225,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34522,7 +37240,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34537,7 +37255,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34552,7 +37270,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -34568,7 +37286,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34583,7 +37301,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34598,7 +37316,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34625,7 +37361,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CustomModelJobInput",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CustomModelJobInput, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CustomModelJobInput, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType",
"Mode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode]",
@@ -34741,7 +37477,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34750,7 +37486,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34759,7 +37495,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34768,7 +37504,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -34783,7 +37531,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34798,7 +37546,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34813,7 +37561,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34828,7 +37576,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34855,7 +37621,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CustomModelJobOutput",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CustomModelJobOutput, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CustomModelJobOutput, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType",
"Mode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode]",
@@ -34971,7 +37737,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34980,7 +37746,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34989,7 +37755,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34998,7 +37764,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -35013,7 +37791,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35028,7 +37806,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35043,7 +37821,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35058,7 +37836,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35085,7 +37881,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.Databricks",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.Databricks, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.Databricks, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatabricksProperties",
"ProvisioningError": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api30.IErrorResponse[]",
@@ -35210,7 +38006,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35219,7 +38015,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35228,7 +38024,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35237,7 +38033,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35246,7 +38042,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -35261,7 +38069,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35276,7 +38084,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35291,7 +38099,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35306,7 +38114,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35321,7 +38129,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35348,7 +38174,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataContainer, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataContainer, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceBaseProperty": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
@@ -35371,7 +38197,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35380,7 +38206,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35389,7 +38215,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35398,7 +38224,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35407,7 +38233,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DataType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DataType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DataType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35416,7 +38242,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35425,7 +38251,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35434,7 +38260,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35443,7 +38269,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35456,7 +38282,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35465,7 +38291,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35474,7 +38300,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35484,7 +38310,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35494,7 +38320,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -35503,7 +38329,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35512,7 +38338,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -35527,7 +38365,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35542,7 +38380,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35557,7 +38395,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35572,7 +38410,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35587,7 +38425,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DataType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DataType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DataType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35602,7 +38440,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35617,7 +38455,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35632,7 +38470,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35647,7 +38485,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35666,7 +38504,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35681,7 +38519,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35696,7 +38534,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35712,7 +38550,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35728,7 +38566,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -35743,7 +38581,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35758,7 +38596,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35785,7 +38641,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DataFactory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DataFactory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningError": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api30.IErrorResponse[]",
"Type": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeType",
@@ -35907,7 +38763,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35916,7 +38772,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35925,7 +38781,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -35940,7 +38808,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35955,7 +38823,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35970,7 +38838,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35997,7 +38883,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DataLakeAnalytics",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DataLakeAnalytics, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DataLakeAnalytics, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataLakeAnalyticsSchemaProperties",
"ProvisioningError": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api30.IErrorResponse[]",
@@ -36121,7 +39007,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -36130,7 +39016,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -36139,7 +39025,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -36148,7 +39034,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -36163,7 +39061,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -36178,7 +39076,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -36193,7 +39091,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -36208,7 +39106,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36235,7 +39151,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DataPathAssetReference",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DataPathAssetReference, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DataPathAssetReference, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReferenceType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType",
"Path": "System.String",
@@ -36350,7 +39266,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36359,7 +39275,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -36368,7 +39284,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -36383,7 +39311,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36398,7 +39326,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -36413,7 +39341,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36440,7 +39386,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastore",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastore, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastore, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreProperties"
}
@@ -36456,7 +39402,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -36465,7 +39411,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -36474,7 +39420,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -36483,7 +39429,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -36492,7 +39438,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36501,7 +39447,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Credentials": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials",
"DatastoreType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DatastoreType",
@@ -36519,7 +39465,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36528,7 +39474,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36537,7 +39483,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36547,7 +39493,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36557,7 +39503,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -36566,7 +39512,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36575,7 +39521,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -36590,7 +39548,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -36605,7 +39563,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -36620,7 +39578,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -36635,7 +39593,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -36650,7 +39608,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36665,7 +39623,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Credentials": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials",
"DatastoreType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DatastoreType",
@@ -36689,7 +39647,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36704,7 +39662,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36719,7 +39677,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36735,7 +39693,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36751,7 +39709,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -36766,7 +39724,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36781,7 +39739,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36808,7 +39784,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AzureBlobDatastore",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AzureBlobDatastore, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AzureBlobDatastore, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Credentials": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials",
"Property": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
@@ -36933,7 +39909,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CredentialsType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CredentialsType"
}
@@ -36945,7 +39921,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -36954,7 +39930,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -36963,7 +39939,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -36972,7 +39948,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -36981,7 +39957,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36990,7 +39966,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -36999,7 +39975,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37008,7 +39984,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -37023,7 +40011,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CredentialsType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CredentialsType"
}
@@ -37041,7 +40029,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37056,7 +40044,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37071,7 +40059,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37086,7 +40074,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37101,7 +40089,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37116,7 +40104,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37131,7 +40119,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37146,7 +40134,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37173,7 +40179,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CertificateDatastoreCredentials",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CertificateDatastoreCredentials, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CertificateDatastoreCredentials, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Secret": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICertificateDatastoreSecrets",
"CredentialsType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CredentialsType",
@@ -37292,7 +40298,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37301,7 +40307,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37310,7 +40316,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37319,7 +40325,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37328,7 +40334,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37337,7 +40343,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -37352,7 +40370,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37367,7 +40385,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37382,7 +40400,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37397,7 +40415,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37412,7 +40430,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37427,7 +40445,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37454,7 +40490,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AzureDataLakeGen1Datastore",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AzureDataLakeGen1Datastore, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AzureDataLakeGen1Datastore, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Credentials": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials",
"Property": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
@@ -37576,7 +40612,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37585,7 +40621,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CredentialsType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CredentialsType"
}
@@ -37597,7 +40633,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37606,7 +40642,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37615,7 +40651,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37624,7 +40660,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -37639,7 +40687,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37654,7 +40702,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CredentialsType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CredentialsType"
}
@@ -37672,7 +40720,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37687,7 +40735,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37702,7 +40750,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37717,7 +40765,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37744,7 +40810,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AzureDataLakeGen2Datastore",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AzureDataLakeGen2Datastore, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AzureDataLakeGen2Datastore, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Credentials": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials",
"Property": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
@@ -37869,7 +40935,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37878,7 +40944,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37887,7 +40953,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CredentialsType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CredentialsType"
}
@@ -37899,7 +40965,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37908,7 +40974,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37917,7 +40983,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37926,7 +40992,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37935,7 +41001,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37944,7 +41010,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -37959,7 +41037,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37974,7 +41052,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37989,7 +41067,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CredentialsType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CredentialsType"
}
@@ -38007,7 +41085,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38022,7 +41100,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38037,7 +41115,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38052,7 +41130,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38067,7 +41145,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38082,7 +41160,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38109,7 +41205,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AzureFileDatastore",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AzureFileDatastore, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AzureFileDatastore, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Credentials": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreCredentials",
"Property": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
@@ -38234,7 +41330,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38243,7 +41339,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38252,7 +41348,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38261,7 +41357,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38270,7 +41366,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38279,7 +41375,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38288,7 +41384,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38297,7 +41393,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -38312,7 +41420,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38327,7 +41435,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38342,7 +41450,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38357,7 +41465,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38372,7 +41480,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38387,7 +41495,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38402,7 +41510,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38417,7 +41525,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38444,7 +41570,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AccountKeyDatastoreCredentials",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AccountKeyDatastoreCredentials, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AccountKeyDatastoreCredentials, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Secret": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAccountKeyDatastoreSecrets",
"CredentialsType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CredentialsType"
@@ -38558,7 +41684,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -38573,7 +41711,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38581,6 +41719,24 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
}
]
}
@@ -38600,7 +41756,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.NoneDatastoreCredentials",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.NoneDatastoreCredentials, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.NoneDatastoreCredentials, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CredentialsType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CredentialsType"
},
@@ -38706,6 +41862,45 @@
"__AllParameterSets"
]
}
+ ],
+ "Parameters": [
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
]
},
{
@@ -38722,7 +41917,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SasDatastoreCredentials",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SasDatastoreCredentials, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SasDatastoreCredentials, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Secret": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISasDatastoreSecrets",
"CredentialsType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CredentialsType"
@@ -38836,7 +42031,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -38851,7 +42058,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38859,6 +42066,24 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
}
]
}
@@ -38878,7 +42103,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ServicePrincipalDatastoreCredentials",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ServicePrincipalDatastoreCredentials, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ServicePrincipalDatastoreCredentials, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Secret": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IServicePrincipalDatastoreSecrets",
"CredentialsType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CredentialsType",
@@ -38996,7 +42221,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39005,7 +42230,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39014,7 +42239,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39023,7 +42248,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39032,7 +42257,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -39047,7 +42284,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39062,7 +42299,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39077,7 +42314,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39092,7 +42329,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39107,7 +42344,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39134,7 +42389,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataVersionBase",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataVersionBase, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataVersionBase, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceBaseProperty": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
@@ -39157,7 +42412,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39166,7 +42421,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39175,7 +42430,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39184,7 +42439,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39193,7 +42448,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39202,7 +42457,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DataType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DataType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DataType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39211,7 +42466,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39220,7 +42475,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39229,7 +42484,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39238,7 +42493,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39247,7 +42502,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39256,7 +42511,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39269,7 +42524,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39278,7 +42533,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39287,7 +42542,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -39297,7 +42552,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -39307,7 +42562,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -39316,7 +42571,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39325,7 +42580,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -39340,7 +42607,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39355,7 +42622,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39370,7 +42637,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39385,7 +42652,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39400,7 +42667,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39415,7 +42682,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DataType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DataType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DataType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39430,7 +42697,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39445,7 +42712,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39460,7 +42727,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39475,7 +42742,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39490,7 +42757,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39505,7 +42772,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39524,7 +42791,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39539,7 +42806,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39554,7 +42821,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -39570,7 +42837,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -39586,7 +42853,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -39601,7 +42868,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39616,7 +42883,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39643,7 +42928,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEnvironmentVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEnvironmentVersion, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEnvironmentVersion, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceBaseProperty": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
@@ -39679,7 +42964,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39688,7 +42973,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39697,7 +42982,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39706,7 +42991,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39715,7 +43000,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39724,7 +43009,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.AutoRebuildSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.AutoRebuildSetting, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.AutoRebuildSetting, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39733,7 +43018,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39742,7 +43027,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39751,7 +43036,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39760,7 +43045,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39769,7 +43054,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39778,7 +43063,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39787,7 +43072,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39796,7 +43081,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39805,7 +43090,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39814,7 +43099,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperatingSystemType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperatingSystemType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperatingSystemType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39823,7 +43108,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39832,7 +43117,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39841,7 +43126,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39850,7 +43135,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39859,7 +43144,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39868,7 +43153,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39877,7 +43162,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39890,7 +43175,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39899,7 +43184,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39908,7 +43193,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -39918,7 +43203,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -39928,7 +43213,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -39937,7 +43222,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39946,7 +43231,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -39961,7 +43258,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39976,7 +43273,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39991,7 +43288,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40006,7 +43303,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40021,7 +43318,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40036,7 +43333,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.AutoRebuildSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.AutoRebuildSetting, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.AutoRebuildSetting, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40051,7 +43348,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40066,7 +43363,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40081,7 +43378,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40096,7 +43393,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40111,7 +43408,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40126,7 +43423,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40141,7 +43438,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40156,7 +43453,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40171,7 +43468,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40186,7 +43483,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperatingSystemType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperatingSystemType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperatingSystemType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40201,7 +43498,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40216,7 +43513,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40231,7 +43528,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40246,7 +43543,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40261,7 +43558,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40276,7 +43573,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40291,7 +43588,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40310,7 +43607,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40325,7 +43622,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40340,7 +43637,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -40356,7 +43653,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -40372,7 +43669,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -40387,7 +43684,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40402,7 +43699,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40429,7 +43744,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.HdInsight",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.HdInsight, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.HdInsight, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IHdInsightProperties",
"AdministratorAccount": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IVirtualMachineSshCredentials",
@@ -40559,7 +43874,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40568,7 +43883,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40577,7 +43892,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40586,7 +43901,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40595,7 +43910,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40604,7 +43919,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40613,7 +43928,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40622,7 +43937,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40631,7 +43946,19 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -40646,7 +43973,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40661,7 +43988,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40676,7 +44003,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40691,7 +44018,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40706,7 +44033,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40721,7 +44048,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40736,7 +44063,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40751,7 +44078,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40766,7 +44093,25 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40793,7 +44138,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IdAssetReference",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IdAssetReference, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IdAssetReference, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReferenceType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType",
"AssetId": "System.String"
@@ -40907,7 +44252,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40916,7 +44261,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -40931,7 +44288,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40946,7 +44303,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40954,6 +44311,24 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
}
]
}
@@ -40973,7 +44348,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBase",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBase, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBase, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBaseProperties"
}
@@ -40989,7 +44364,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40998,7 +44373,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41007,7 +44382,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41016,7 +44391,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41025,7 +44400,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBaseProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBaseProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBaseProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Service": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBaseServices",
"NotificationSettingWebhook": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INotificationSettingWebhooks",
@@ -41052,7 +44427,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41061,7 +44436,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41070,7 +44445,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -41080,7 +44455,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -41090,7 +44465,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -41099,7 +44474,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41108,7 +44483,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -41123,7 +44510,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41138,7 +44525,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41153,7 +44540,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41168,7 +44555,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41183,7 +44570,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBaseProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBaseProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBaseProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Service": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBaseServices",
"NotificationSettingWebhook": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INotificationSettingWebhooks",
@@ -41216,7 +44603,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41231,7 +44618,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41246,7 +44633,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -41262,7 +44649,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -41278,7 +44665,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -41293,7 +44680,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41308,7 +44695,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41335,7 +44740,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.JobService",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.JobService, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.JobService, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties",
"Port": "System.Nullable`1[System.Int32]",
@@ -41444,7 +44849,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41453,7 +44858,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41462,7 +44867,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41471,7 +44876,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -41486,7 +44903,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41501,7 +44918,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41516,7 +44933,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41531,7 +44948,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41558,7 +44993,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.Kubernetes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.Kubernetes, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.Kubernetes, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IKubernetesProperties",
"InstanceType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IKubernetesPropertiesInstanceTypes",
@@ -41689,7 +45124,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41698,7 +45133,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41707,7 +45142,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41716,7 +45151,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41725,7 +45160,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41734,7 +45169,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41743,7 +45178,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41752,7 +45187,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41761,7 +45196,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41770,7 +45205,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41779,7 +45214,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41788,7 +45223,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41797,7 +45232,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -41812,7 +45259,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41827,7 +45274,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41842,7 +45289,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41857,7 +45304,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41872,7 +45319,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41887,7 +45334,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41902,7 +45349,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41917,7 +45364,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41932,7 +45379,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41947,7 +45394,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41962,7 +45409,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41977,7 +45424,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41992,7 +45439,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42019,7 +45484,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.LiteralJobInput",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.LiteralJobInput, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.LiteralJobInput, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType",
"Description": "System.String",
@@ -42134,7 +45599,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42143,7 +45608,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42152,7 +45617,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -42167,7 +45644,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42182,7 +45659,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42197,7 +45674,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42224,7 +45719,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ManagedIdentityAuthTypeWorkspaceConnectionProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ManagedIdentityAuthTypeWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ManagedIdentityAuthTypeWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Metadata": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
"AuthType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionAuthType",
@@ -42349,7 +45844,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42358,7 +45853,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42367,7 +45862,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42376,7 +45871,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42385,7 +45880,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42394,7 +45889,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42403,7 +45898,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -42413,7 +45908,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42422,7 +45917,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42431,7 +45926,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -42446,7 +45953,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42461,7 +45968,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42476,7 +45983,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42491,7 +45998,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42506,7 +46013,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42521,7 +46028,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42536,7 +46043,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -42552,7 +46059,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42567,7 +46074,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42582,7 +46089,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42609,7 +46134,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MlFlowModelJobInput",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MlFlowModelJobInput, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MlFlowModelJobInput, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType",
"Mode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode]",
@@ -42725,7 +46250,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42734,7 +46259,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42743,7 +46268,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42752,7 +46277,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -42767,7 +46304,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42782,7 +46319,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42797,7 +46334,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42812,7 +46349,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42839,7 +46394,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MlFlowModelJobOutput",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MlFlowModelJobOutput, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MlFlowModelJobOutput, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType",
"Mode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode]",
@@ -42955,7 +46510,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42964,7 +46519,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42973,7 +46528,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42982,7 +46537,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -42997,7 +46564,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43012,7 +46579,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43027,7 +46594,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43042,7 +46609,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43069,7 +46654,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MlTableJobInput",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MlTableJobInput, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MlTableJobInput, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType",
"Mode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode]",
@@ -43185,7 +46770,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43194,7 +46779,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43203,7 +46788,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43212,7 +46797,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -43227,7 +46824,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43242,7 +46839,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43257,7 +46854,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43272,7 +46869,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43299,7 +46914,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MlTableJobOutput",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MlTableJobOutput, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MlTableJobOutput, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType",
"Mode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode]",
@@ -43415,7 +47030,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43424,7 +47039,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43433,7 +47048,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43442,7 +47057,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -43457,7 +47084,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43472,7 +47099,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43487,7 +47114,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43502,7 +47129,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43529,7 +47174,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IModelContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IModelContainer, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IModelContainer, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceBaseProperty": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
@@ -43552,7 +47197,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43561,7 +47206,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43570,7 +47215,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43579,7 +47224,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43588,7 +47233,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43597,7 +47242,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43606,7 +47251,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43615,7 +47260,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43628,7 +47273,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43637,7 +47282,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43646,7 +47291,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -43656,7 +47301,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -43666,7 +47311,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -43675,7 +47320,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43684,7 +47329,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -43699,7 +47356,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43714,7 +47371,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43729,7 +47386,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43744,7 +47401,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43759,7 +47416,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43774,7 +47431,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43789,7 +47446,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43804,7 +47461,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43823,7 +47480,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43838,7 +47495,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43853,7 +47510,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -43869,7 +47526,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -43885,7 +47542,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -43900,7 +47557,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43915,7 +47572,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43942,7 +47617,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IModelVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IModelVersion, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IModelVersion, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Flavor": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IModelVersionFlavors",
"ResourceBaseProperty": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
@@ -43969,7 +47644,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43978,7 +47653,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43987,7 +47662,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43996,7 +47671,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44005,7 +47680,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44014,7 +47689,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44023,7 +47698,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44032,7 +47707,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44041,7 +47716,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44050,7 +47725,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44059,7 +47734,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44068,7 +47743,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44077,7 +47752,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44086,7 +47761,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44095,7 +47770,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44108,7 +47783,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44117,7 +47792,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44126,7 +47801,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -44136,7 +47811,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -44146,7 +47821,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -44155,7 +47830,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44164,7 +47839,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -44179,7 +47866,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44194,7 +47881,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44209,7 +47896,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44224,7 +47911,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44239,7 +47926,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44254,7 +47941,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44269,7 +47956,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44284,7 +47971,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44299,7 +47986,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44314,7 +48001,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44329,7 +48016,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44344,7 +48031,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44359,7 +48046,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44374,7 +48061,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44389,7 +48076,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44408,7 +48095,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44423,7 +48110,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44438,7 +48125,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -44454,7 +48141,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -44470,7 +48157,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -44485,7 +48172,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44500,7 +48187,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44527,7 +48232,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.NoneAuthTypeWorkspaceConnectionProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.NoneAuthTypeWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.NoneAuthTypeWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Metadata": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
"AuthType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionAuthType",
@@ -44650,7 +48355,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44659,7 +48364,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44668,7 +48373,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44677,7 +48382,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44686,7 +48391,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -44696,7 +48401,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44705,7 +48410,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44714,7 +48419,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -44729,7 +48446,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44744,7 +48461,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44759,7 +48476,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44774,7 +48491,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44789,7 +48506,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -44805,7 +48522,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44820,7 +48537,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44835,7 +48552,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44862,7 +48597,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.OAuth2AuthTypeWorkspaceConnectionProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.OAuth2AuthTypeWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.OAuth2AuthTypeWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Metadata": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
"AuthType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionAuthType",
@@ -44993,7 +48728,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45002,7 +48737,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45011,7 +48746,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45020,7 +48755,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45029,7 +48764,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45038,7 +48773,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45047,7 +48782,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45056,7 +48791,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45065,7 +48800,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45074,7 +48809,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45083,7 +48818,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45092,7 +48827,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45101,7 +48836,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -45111,7 +48846,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45120,7 +48855,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45129,7 +48864,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -45144,7 +48891,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45159,7 +48906,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45174,7 +48921,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45189,7 +48936,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45204,7 +48951,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45219,7 +48966,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45234,7 +48981,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45249,7 +48996,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45264,7 +49011,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45279,7 +49026,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45294,7 +49041,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45309,7 +49056,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45324,7 +49071,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -45340,7 +49087,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45355,7 +49102,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45370,7 +49117,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45397,7 +49162,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineDeployment, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineDeployment, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataCollectorCollection": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataCollectorCollections",
"EnvironmentVariable": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEndpointDeploymentPropertiesBaseEnvironmentVariables",
@@ -45453,7 +49218,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45462,7 +49227,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45471,7 +49236,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45480,7 +49245,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45489,7 +49254,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45498,7 +49263,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointComputeType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointComputeType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointComputeType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45507,7 +49272,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45516,7 +49281,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45525,7 +49290,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45534,7 +49299,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45543,7 +49308,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45552,7 +49317,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RollingRateType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RollingRateType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RollingRateType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45561,7 +49326,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45570,7 +49335,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EgressPublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EgressPublicNetworkAccessType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EgressPublicNetworkAccessType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45579,7 +49344,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45588,7 +49353,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45597,7 +49362,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45606,7 +49371,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45615,7 +49380,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45624,7 +49389,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45633,7 +49398,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45642,7 +49407,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45651,7 +49416,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45660,7 +49425,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45669,7 +49434,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45678,7 +49443,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45687,7 +49452,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45696,7 +49461,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45705,7 +49470,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45714,7 +49479,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45723,7 +49488,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45732,7 +49497,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45741,7 +49506,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45750,7 +49515,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -45760,7 +49525,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45769,7 +49534,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45778,7 +49543,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45787,7 +49552,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScaleType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScaleType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScaleType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45796,7 +49561,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45805,7 +49570,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45814,7 +49579,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45823,7 +49588,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45832,7 +49597,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45841,7 +49606,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45854,7 +49619,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45863,7 +49628,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45872,7 +49637,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45881,7 +49646,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -45891,7 +49656,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -45901,7 +49666,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45910,7 +49675,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -45919,7 +49684,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45928,7 +49693,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -45943,7 +49720,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45958,7 +49735,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45973,7 +49750,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45988,7 +49765,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46003,7 +49780,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46018,7 +49795,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointComputeType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointComputeType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointComputeType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46033,7 +49810,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46048,7 +49825,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46063,7 +49840,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46078,7 +49855,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46093,7 +49870,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46108,7 +49885,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RollingRateType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RollingRateType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RollingRateType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46123,7 +49900,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46138,7 +49915,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EgressPublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EgressPublicNetworkAccessType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EgressPublicNetworkAccessType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46153,7 +49930,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46168,7 +49945,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46183,7 +49960,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46198,7 +49975,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46213,7 +49990,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46228,7 +50005,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46243,7 +50020,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46258,7 +50035,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46273,7 +50050,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46288,7 +50065,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46303,7 +50080,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46318,7 +50095,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46333,7 +50110,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46348,7 +50125,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46363,7 +50140,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46378,7 +50155,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46393,7 +50170,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46408,7 +50185,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46423,7 +50200,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46438,7 +50215,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -46454,7 +50231,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46469,7 +50246,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46484,7 +50261,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46499,7 +50276,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScaleType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScaleType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScaleType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46514,7 +50291,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46529,7 +50306,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46544,7 +50321,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46559,7 +50336,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46574,7 +50351,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46589,7 +50366,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46608,7 +50385,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46623,7 +50400,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46638,7 +50415,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46653,7 +50430,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -46669,7 +50446,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -46685,7 +50462,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46700,7 +50477,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -46715,7 +50492,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46730,7 +50507,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46757,7 +50552,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineEndpoint",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineEndpoint, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineEndpoint, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointPropertiesBaseProperty": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEndpointPropertiesBaseProperties",
"MirrorTraffic": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineEndpointMirrorTraffic",
@@ -46795,7 +50590,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46804,7 +50599,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46813,7 +50608,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46822,7 +50617,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46831,7 +50626,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointAuthMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointAuthMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointAuthMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46840,7 +50635,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46849,7 +50644,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46858,7 +50653,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46867,7 +50662,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46876,7 +50671,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46885,7 +50680,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46894,7 +50689,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46903,7 +50698,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46912,7 +50707,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46921,7 +50716,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46930,7 +50725,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PublicNetworkAccessType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PublicNetworkAccessType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46939,7 +50734,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46948,7 +50743,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46957,7 +50752,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46966,7 +50761,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46975,7 +50770,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46984,7 +50779,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46993,7 +50788,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47006,7 +50801,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47015,7 +50810,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47024,7 +50819,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47033,7 +50828,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -47043,7 +50838,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -47053,7 +50848,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47062,7 +50857,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -47071,7 +50866,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47080,7 +50875,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -47095,7 +50902,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47110,7 +50917,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47125,7 +50932,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47140,7 +50947,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47155,7 +50962,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointAuthMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointAuthMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointAuthMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47170,7 +50977,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47185,7 +50992,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47200,7 +51007,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47215,7 +51022,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47230,7 +51037,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47245,7 +51052,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47260,7 +51067,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47275,7 +51082,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47290,7 +51097,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47305,7 +51112,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47320,7 +51127,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PublicNetworkAccessType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PublicNetworkAccessType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47335,7 +51142,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47350,7 +51157,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47365,7 +51172,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47380,7 +51187,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47395,7 +51202,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuTier, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47410,7 +51217,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47425,7 +51232,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47444,7 +51251,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47459,7 +51266,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47474,7 +51281,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47489,7 +51296,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -47505,7 +51312,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -47521,7 +51328,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47536,7 +51343,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -47551,7 +51358,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47566,7 +51373,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47593,7 +51418,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -47606,7 +51431,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47615,7 +51440,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47624,7 +51449,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47633,7 +51458,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47642,7 +51467,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.KeyType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.KeyType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.KeyType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47651,7 +51476,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47664,7 +51489,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47673,7 +51498,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47682,7 +51507,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47691,7 +51516,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -47701,7 +51526,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -47711,7 +51536,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47720,7 +51545,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47729,7 +51554,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -47738,7 +51563,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47747,7 +51572,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -47762,7 +51599,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47777,7 +51614,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47792,7 +51629,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47807,7 +51644,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47822,7 +51659,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.KeyType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.KeyType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.KeyType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47837,7 +51674,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47856,7 +51693,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47871,7 +51708,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47886,7 +51723,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47901,7 +51738,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -47917,7 +51754,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -47933,7 +51770,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47948,7 +51785,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47963,7 +51800,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -47978,7 +51815,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47993,7 +51830,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48020,7 +51875,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.OutputPathAssetReference",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.OutputPathAssetReference, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.OutputPathAssetReference, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReferenceType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType",
"Path": "System.String",
@@ -48135,7 +51990,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48144,7 +51999,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48153,7 +52008,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -48168,7 +52035,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48183,7 +52050,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48198,7 +52065,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48225,7 +52110,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PatAuthTypeWorkspaceConnectionProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PatAuthTypeWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PatAuthTypeWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Metadata": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
"AuthType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionAuthType",
@@ -48349,7 +52234,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48358,7 +52243,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48367,7 +52252,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48376,7 +52261,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48385,7 +52270,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48394,7 +52279,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -48404,7 +52289,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48413,7 +52298,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48422,7 +52307,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -48437,7 +52334,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48452,7 +52349,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48467,7 +52364,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48482,7 +52379,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48497,7 +52394,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48512,7 +52409,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -48528,7 +52425,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48543,7 +52440,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48558,7 +52455,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48585,7 +52500,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PipelineJob",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PipelineJob, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PipelineJob, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IIdentityConfiguration",
"Service": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBaseServices",
@@ -48719,7 +52634,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPipelineJobInputs",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPipelineJobInputs, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPipelineJobInputs, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48728,7 +52643,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPipelineJobJobs",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPipelineJobJobs, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPipelineJobJobs, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48737,7 +52652,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPipelineJobOutputs",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPipelineJobOutputs, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPipelineJobOutputs, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48746,7 +52661,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48755,7 +52670,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48764,7 +52679,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48773,7 +52688,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48782,7 +52697,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IdentityConfigurationType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IdentityConfigurationType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IdentityConfigurationType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48791,7 +52706,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48800,7 +52715,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48809,7 +52724,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48818,7 +52733,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48827,7 +52742,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48836,7 +52751,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48845,7 +52760,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48854,7 +52769,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -48869,7 +52796,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPipelineJobInputs",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPipelineJobInputs, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPipelineJobInputs, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48884,7 +52811,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPipelineJobJobs",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPipelineJobJobs, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPipelineJobJobs, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48899,7 +52826,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPipelineJobOutputs",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPipelineJobOutputs, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPipelineJobOutputs, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48914,7 +52841,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48929,7 +52856,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48944,7 +52871,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48959,7 +52886,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48974,7 +52901,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IdentityConfigurationType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IdentityConfigurationType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IdentityConfigurationType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48989,7 +52916,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49004,7 +52931,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49019,7 +52946,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49034,7 +52961,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49049,7 +52976,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49064,7 +52991,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49079,7 +53006,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49094,7 +53021,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49121,7 +53066,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.QuotaBaseProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.QuotaBaseProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.QuotaBaseProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Unit": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.QuotaUnit]",
"Limit": "System.Nullable`1[System.Int64]",
@@ -49227,7 +53172,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49236,7 +53181,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int64",
- "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49245,7 +53190,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49254,7 +53199,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.QuotaUnit",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.QuotaUnit, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.QuotaUnit, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -49269,7 +53226,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49284,7 +53241,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int64",
- "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49299,7 +53256,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49314,7 +53271,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.QuotaUnit",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.QuotaUnit, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.QuotaUnit, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49341,7 +53316,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SasAuthTypeWorkspaceConnectionProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SasAuthTypeWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SasAuthTypeWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Metadata": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
"AuthType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionAuthType",
@@ -49465,7 +53440,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49474,7 +53449,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49483,7 +53458,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49492,7 +53467,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49501,7 +53476,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49510,7 +53485,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -49520,7 +53495,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49529,7 +53504,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49538,7 +53513,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -49553,7 +53540,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49568,7 +53555,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49583,7 +53570,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49598,7 +53585,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49613,7 +53600,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49628,7 +53615,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -49644,7 +53631,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49659,7 +53646,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49674,7 +53661,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49701,7 +53706,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ServicePrincipalAuthTypeWorkspaceConnectionProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ServicePrincipalAuthTypeWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ServicePrincipalAuthTypeWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Metadata": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
"AuthType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionAuthType",
@@ -49827,7 +53832,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49836,7 +53841,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49845,7 +53850,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49854,7 +53859,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49863,7 +53868,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49872,7 +53877,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49881,7 +53886,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49890,7 +53895,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -49900,7 +53905,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49909,7 +53914,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49918,7 +53923,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -49933,7 +53950,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49948,7 +53965,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49963,7 +53980,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49978,7 +53995,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49993,7 +54010,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50008,7 +54025,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50023,7 +54040,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50038,7 +54055,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -50054,7 +54071,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50069,7 +54086,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50084,7 +54101,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50111,7 +54146,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SharedPrivateLinkResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SharedPrivateLinkResource, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SharedPrivateLinkResource, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PrivateEndpointServiceConnectionStatus]",
"GroupId": "System.String",
@@ -50218,7 +54253,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50227,7 +54262,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50236,7 +54271,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50245,7 +54280,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50254,7 +54289,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PrivateEndpointServiceConnectionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PrivateEndpointServiceConnectionStatus, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PrivateEndpointServiceConnectionStatus, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -50269,7 +54316,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50284,7 +54331,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50299,7 +54346,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50314,7 +54361,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50329,7 +54376,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PrivateEndpointServiceConnectionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PrivateEndpointServiceConnectionStatus, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PrivateEndpointServiceConnectionStatus, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50356,7 +54421,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SweepJob",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SweepJob, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SweepJob, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IIdentityConfiguration",
"Service": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBaseServices",
@@ -50510,7 +54575,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.Goal",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.Goal, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.Goal, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50519,7 +54584,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50528,7 +54593,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SamplingAlgorithmType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SamplingAlgorithmType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SamplingAlgorithmType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50537,7 +54602,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50546,7 +54611,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50555,7 +54620,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50564,7 +54629,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DistributionType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DistributionType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DistributionType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50573,7 +54638,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50582,7 +54647,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50591,7 +54656,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EarlyTerminationPolicyType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EarlyTerminationPolicyType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EarlyTerminationPolicyType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50600,7 +54665,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISweepJobInputs",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISweepJobInputs, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISweepJobInputs, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50609,7 +54674,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50618,7 +54683,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50627,7 +54692,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50636,7 +54701,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50645,7 +54710,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISweepJobOutputs",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISweepJobOutputs, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISweepJobOutputs, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50654,7 +54719,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50663,7 +54728,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50672,7 +54737,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceConfigurationProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceConfigurationProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceConfigurationProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50681,7 +54746,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50690,7 +54755,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ITrialComponentEnvironmentVariables",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ITrialComponentEnvironmentVariables, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ITrialComponentEnvironmentVariables, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50699,7 +54764,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50708,7 +54773,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50717,7 +54782,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50726,7 +54791,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IdentityConfigurationType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IdentityConfigurationType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IdentityConfigurationType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50735,7 +54800,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50744,7 +54809,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50753,7 +54818,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50762,7 +54827,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50771,7 +54836,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50780,7 +54845,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50789,7 +54854,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50798,7 +54863,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -50813,7 +54890,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.Goal",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.Goal, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.Goal, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50828,7 +54905,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50843,7 +54920,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SamplingAlgorithmType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SamplingAlgorithmType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SamplingAlgorithmType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50858,7 +54935,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50873,7 +54950,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50888,7 +54965,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50903,7 +54980,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DistributionType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DistributionType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DistributionType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50918,7 +54995,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50933,7 +55010,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50948,7 +55025,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EarlyTerminationPolicyType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EarlyTerminationPolicyType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EarlyTerminationPolicyType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50963,7 +55040,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISweepJobInputs",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISweepJobInputs, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISweepJobInputs, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50978,7 +55055,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50993,7 +55070,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51008,7 +55085,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51023,7 +55100,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51038,7 +55115,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISweepJobOutputs",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISweepJobOutputs, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISweepJobOutputs, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51053,7 +55130,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51068,7 +55145,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51083,7 +55160,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceConfigurationProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceConfigurationProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceConfigurationProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51098,7 +55175,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51113,7 +55190,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ITrialComponentEnvironmentVariables",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ITrialComponentEnvironmentVariables, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ITrialComponentEnvironmentVariables, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51128,7 +55205,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51143,7 +55220,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51158,7 +55235,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51173,7 +55250,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IdentityConfigurationType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IdentityConfigurationType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IdentityConfigurationType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51188,7 +55265,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51203,7 +55280,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51218,7 +55295,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51233,7 +55310,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobServiceProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51248,7 +55325,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51263,7 +55340,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51278,7 +55355,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51293,7 +55370,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBaseTags, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51320,7 +55415,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SynapseSpark",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SynapseSpark, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SynapseSpark, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningError": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api30.IErrorResponse[]",
"Type": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeType",
@@ -51455,7 +55550,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51464,7 +55559,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51473,7 +55568,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51482,7 +55577,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51491,7 +55586,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51500,7 +55595,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51509,7 +55604,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51518,7 +55613,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51527,7 +55622,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51536,7 +55631,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51545,7 +55640,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51554,7 +55649,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51563,7 +55658,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51572,7 +55667,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51581,7 +55676,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51590,7 +55685,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -51605,7 +55712,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51620,7 +55727,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51635,7 +55742,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51650,7 +55757,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51665,7 +55772,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51680,7 +55787,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51695,7 +55802,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51710,7 +55817,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51725,7 +55832,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51740,7 +55847,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51755,7 +55862,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51770,7 +55877,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51785,7 +55892,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51800,7 +55907,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51815,7 +55922,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51830,7 +55937,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51857,7 +55982,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TritonModelJobInput",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TritonModelJobInput, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TritonModelJobInput, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType",
"Mode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode]",
@@ -51973,7 +56098,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51982,7 +56107,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51991,7 +56116,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52000,7 +56125,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -52015,7 +56152,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -52030,7 +56167,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52045,7 +56182,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52060,7 +56197,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52087,7 +56242,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TritonModelJobOutput",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TritonModelJobOutput, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TritonModelJobOutput, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType",
"Mode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode]",
@@ -52203,7 +56358,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52212,7 +56367,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52221,7 +56376,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -52230,7 +56385,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -52245,7 +56412,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52260,7 +56427,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52275,7 +56442,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -52290,7 +56457,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52317,7 +56502,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.UriFileJobInput",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.UriFileJobInput, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.UriFileJobInput, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType",
"Mode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode]",
@@ -52433,7 +56618,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -52442,7 +56627,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52451,7 +56636,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52460,7 +56645,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -52475,7 +56672,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -52490,7 +56687,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52505,7 +56702,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52520,7 +56717,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52547,7 +56762,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.UriFileJobOutput",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.UriFileJobOutput, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.UriFileJobOutput, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType",
"Mode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode]",
@@ -52663,7 +56878,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52672,7 +56887,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52681,7 +56896,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -52690,7 +56905,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -52705,7 +56932,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52720,7 +56947,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52735,7 +56962,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -52750,7 +56977,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52777,7 +57022,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.UriFolderJobInput",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.UriFolderJobInput, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.UriFolderJobInput, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType",
"Mode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode]",
@@ -52893,7 +57138,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -52902,7 +57147,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52911,7 +57156,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52920,7 +57165,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -52935,7 +57192,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -52950,7 +57207,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52965,7 +57222,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52980,7 +57237,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53007,7 +57282,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.UriFolderJobOutput",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.UriFolderJobOutput, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.UriFolderJobOutput, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType",
"Mode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode]",
@@ -53123,7 +57398,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53132,7 +57407,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53141,7 +57416,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53150,7 +57425,19 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -53165,7 +57452,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53180,7 +57467,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53195,7 +57482,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53210,7 +57497,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53237,7 +57542,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.UsernamePasswordAuthTypeWorkspaceConnectionProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.UsernamePasswordAuthTypeWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.UsernamePasswordAuthTypeWorkspaceConnectionProperties, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Metadata": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
"AuthType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionAuthType",
@@ -53363,7 +57668,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53372,7 +57677,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53381,7 +57686,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53390,7 +57695,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53399,7 +57704,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53408,7 +57713,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53417,7 +57722,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53426,7 +57731,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -53436,7 +57741,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53445,7 +57750,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53454,7 +57759,19 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -53469,7 +57786,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53484,7 +57801,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53499,7 +57816,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53514,7 +57831,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionCategory, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53529,7 +57846,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53544,7 +57861,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53559,7 +57876,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2Metadata, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53574,7 +57891,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -53590,7 +57907,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53605,7 +57922,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53620,7 +57937,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53647,7 +57982,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.VirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.VirtualMachine, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.VirtualMachine, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IVirtualMachineSchemaProperties",
"AdministratorAccount": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IVirtualMachineSshCredentials",
@@ -53780,7 +58115,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53789,7 +58124,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53798,7 +58133,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53807,7 +58142,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53816,7 +58151,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53825,7 +58160,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53834,7 +58169,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53843,7 +58178,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53852,7 +58187,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53861,7 +58196,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53870,7 +58205,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53879,7 +58214,19 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -53894,7 +58241,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53909,7 +58256,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53924,7 +58271,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53939,7 +58286,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53954,7 +58301,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53969,7 +58316,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53984,7 +58331,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -53999,7 +58346,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -54014,7 +58361,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -54029,7 +58376,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -54044,7 +58391,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -54059,7 +58406,25 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54086,7 +58451,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -54102,7 +58467,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -54111,7 +58476,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -54120,7 +58485,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -54129,7 +58494,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -54162,7 +58527,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54175,7 +58540,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54184,7 +58549,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54193,7 +58558,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54202,7 +58567,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -54212,7 +58577,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -54222,7 +58587,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54231,7 +58596,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54240,7 +58605,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -54249,7 +58614,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54258,7 +58623,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -54276,7 +58653,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -54291,7 +58668,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -54306,7 +58683,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -54321,7 +58698,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54340,7 +58717,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54355,7 +58732,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54370,7 +58747,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54385,7 +58762,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -54401,7 +58778,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -54417,7 +58794,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54432,7 +58809,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54447,7 +58824,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -54462,7 +58839,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54477,7 +58854,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54497,7 +58892,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -54536,7 +58931,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54555,7 +58950,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54570,7 +58965,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54585,7 +58980,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54600,7 +58995,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -54616,7 +59011,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -54632,7 +59027,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54647,7 +59042,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54662,7 +59057,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -54677,7 +59072,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54692,7 +59087,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54712,7 +59125,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54731,7 +59144,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54746,7 +59159,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54761,7 +59174,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54776,7 +59189,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -54792,7 +59205,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -54808,7 +59221,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54823,7 +59236,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54838,7 +59251,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -54853,7 +59266,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54868,7 +59281,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54895,7 +59326,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -54908,7 +59339,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -54917,7 +59348,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -54926,7 +59357,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -54935,7 +59366,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -54944,7 +59375,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -54953,7 +59384,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -54990,7 +59421,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54999,7 +59430,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55008,7 +59439,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55017,7 +59448,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -55027,7 +59458,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -55037,7 +59468,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55046,7 +59477,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55055,7 +59486,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -55064,7 +59495,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55073,7 +59504,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -55088,7 +59531,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -55103,7 +59546,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -55118,7 +59561,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -55133,7 +59576,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -55148,7 +59591,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -55167,7 +59610,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55182,7 +59625,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55197,7 +59640,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55212,7 +59655,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -55228,7 +59671,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -55244,7 +59687,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55259,7 +59702,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55274,7 +59717,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -55289,7 +59732,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55304,7 +59747,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55324,7 +59785,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -55367,7 +59828,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55382,7 +59843,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55397,7 +59858,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55412,7 +59873,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -55428,7 +59889,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -55444,7 +59905,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55459,7 +59920,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55474,7 +59935,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -55489,7 +59950,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55504,7 +59965,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55528,7 +60007,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55543,7 +60022,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55558,7 +60037,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55573,7 +60052,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -55589,7 +60068,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -55605,7 +60084,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55620,7 +60099,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55635,7 +60114,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -55650,7 +60129,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55665,7 +60144,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55692,7 +60189,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -55705,7 +60202,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -55714,7 +60211,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -55723,7 +60220,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -55732,7 +60229,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -55741,7 +60238,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -55778,7 +60275,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55787,7 +60284,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55796,7 +60293,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55805,7 +60302,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -55815,7 +60312,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -55825,7 +60322,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55834,7 +60331,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55843,7 +60340,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -55852,7 +60349,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55861,7 +60358,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -55876,7 +60385,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -55891,7 +60400,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -55906,7 +60415,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -55921,7 +60430,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -55940,7 +60449,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55955,7 +60464,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55970,7 +60479,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55985,7 +60494,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -56001,7 +60510,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -56017,7 +60526,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56032,7 +60541,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56047,7 +60556,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -56062,7 +60571,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56077,7 +60586,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56097,7 +60624,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -56140,7 +60667,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56155,7 +60682,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56170,7 +60697,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56185,7 +60712,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -56201,7 +60728,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -56217,7 +60744,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56232,7 +60759,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56247,7 +60774,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -56262,7 +60789,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56277,7 +60804,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56301,7 +60846,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56316,7 +60861,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56331,7 +60876,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56346,7 +60891,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -56362,7 +60907,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -56378,7 +60923,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56393,7 +60938,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56408,7 +60953,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -56423,7 +60968,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56438,7 +60983,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56465,7 +61028,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -56478,7 +61041,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -56487,7 +61050,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -56496,7 +61059,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -56505,7 +61068,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -56514,7 +61077,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -56523,7 +61086,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -56560,7 +61123,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56569,7 +61132,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56578,7 +61141,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -56588,7 +61151,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -56598,7 +61161,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56607,7 +61170,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -56616,7 +61179,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56625,7 +61188,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -56640,7 +61215,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -56655,7 +61230,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -56670,7 +61245,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -56685,7 +61260,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -56700,7 +61275,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -56719,7 +61294,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56734,7 +61309,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56749,7 +61324,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -56765,7 +61340,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -56781,7 +61356,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56796,7 +61371,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -56811,7 +61386,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56826,7 +61401,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56846,7 +61439,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -56889,7 +61482,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56904,7 +61497,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56919,7 +61512,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -56935,7 +61528,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -56951,7 +61544,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56966,7 +61559,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -56981,7 +61574,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56996,7 +61589,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57020,7 +61631,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57035,7 +61646,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57050,7 +61661,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -57066,7 +61677,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -57082,7 +61693,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57097,7 +61708,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -57112,7 +61723,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57127,7 +61738,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57154,7 +61783,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -57167,7 +61796,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -57176,7 +61805,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -57185,7 +61814,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -57194,7 +61823,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -57203,7 +61832,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -57240,7 +61869,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57249,7 +61878,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57258,7 +61887,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -57268,7 +61897,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -57278,7 +61907,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57287,7 +61916,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -57296,7 +61925,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57305,7 +61934,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -57320,7 +61961,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -57335,7 +61976,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -57350,7 +61991,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -57365,7 +62006,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -57384,7 +62025,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57399,7 +62040,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57414,7 +62055,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -57430,7 +62071,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -57446,7 +62087,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57461,7 +62102,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -57476,7 +62117,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57491,7 +62132,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57511,7 +62170,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -57554,7 +62213,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57569,7 +62228,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57584,7 +62243,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -57600,7 +62259,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -57616,7 +62275,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57631,7 +62290,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -57646,7 +62305,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57661,7 +62320,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57685,7 +62362,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57700,7 +62377,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57715,7 +62392,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -57731,7 +62408,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -57747,7 +62424,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57762,7 +62439,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -57777,7 +62454,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57792,7 +62469,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57819,7 +62514,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -57832,7 +62527,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -57841,7 +62536,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -57850,7 +62545,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -57859,7 +62554,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -57868,7 +62563,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -57877,7 +62572,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -57914,7 +62609,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57923,7 +62618,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57932,7 +62627,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -57942,7 +62637,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -57952,7 +62647,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57961,7 +62656,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -57970,7 +62665,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57979,7 +62674,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -57994,7 +62701,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -58009,7 +62716,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -58024,7 +62731,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -58039,7 +62746,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -58054,7 +62761,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -58073,7 +62780,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58088,7 +62795,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58103,7 +62810,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -58119,7 +62826,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -58135,7 +62842,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58150,7 +62857,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -58165,7 +62872,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58180,7 +62887,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58200,7 +62925,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -58243,7 +62968,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58258,7 +62983,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58273,7 +62998,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -58289,7 +63014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -58305,7 +63030,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58320,7 +63045,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -58335,7 +63060,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58350,7 +63075,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58374,7 +63117,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58389,7 +63132,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58404,7 +63147,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -58420,7 +63163,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -58436,7 +63179,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58451,7 +63194,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -58466,7 +63209,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58481,7 +63224,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58508,7 +63269,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -58524,7 +63285,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -58533,7 +63294,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -58542,7 +63303,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -58551,7 +63312,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -58560,7 +63321,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -58593,7 +63354,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UnderlyingResourceAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UnderlyingResourceAction, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UnderlyingResourceAction, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58606,7 +63367,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58615,7 +63376,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58624,7 +63385,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58633,7 +63394,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -58643,7 +63404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -58653,7 +63414,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58662,7 +63423,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58671,7 +63432,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -58680,7 +63441,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58689,7 +63450,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -58707,7 +63480,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -58722,7 +63495,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -58737,7 +63510,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -58752,7 +63525,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -58767,7 +63540,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UnderlyingResourceAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UnderlyingResourceAction, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UnderlyingResourceAction, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58786,7 +63559,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58801,7 +63574,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58816,7 +63589,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58831,7 +63604,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -58847,7 +63620,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -58863,7 +63636,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58878,7 +63651,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58893,7 +63666,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -58908,7 +63681,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58923,7 +63696,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58943,7 +63734,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -58982,7 +63773,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UnderlyingResourceAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UnderlyingResourceAction, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UnderlyingResourceAction, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59001,7 +63792,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59016,7 +63807,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59031,7 +63822,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59046,7 +63837,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -59062,7 +63853,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -59078,7 +63869,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59093,7 +63884,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59108,7 +63899,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -59123,7 +63914,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59138,7 +63929,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59158,7 +63967,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UnderlyingResourceAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UnderlyingResourceAction, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UnderlyingResourceAction, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59177,7 +63986,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59192,7 +64001,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59207,7 +64016,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59222,7 +64031,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -59238,7 +64047,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -59254,7 +64063,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59269,7 +64078,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59284,7 +64093,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -59299,7 +64108,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59314,7 +64123,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59341,7 +64168,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -59354,7 +64181,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -59363,7 +64190,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -59372,7 +64199,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -59381,7 +64208,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -59390,7 +64217,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -59427,7 +64254,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59436,7 +64263,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59445,7 +64272,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -59455,7 +64282,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -59465,7 +64292,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59474,7 +64301,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -59483,7 +64310,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59492,7 +64319,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -59507,7 +64346,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -59522,7 +64361,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -59537,7 +64376,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -59552,7 +64391,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -59571,7 +64410,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59586,7 +64425,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59601,7 +64440,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -59617,7 +64456,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -59633,7 +64472,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59648,7 +64487,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -59663,7 +64502,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59678,7 +64517,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59698,7 +64555,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -59741,7 +64598,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59756,7 +64613,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59771,7 +64628,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -59787,7 +64644,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -59803,7 +64660,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59818,7 +64675,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -59833,7 +64690,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59848,7 +64705,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59872,7 +64747,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59887,7 +64762,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59902,7 +64777,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -59918,7 +64793,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -59934,7 +64809,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59949,7 +64824,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -59964,7 +64839,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59979,7 +64854,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60006,7 +64899,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -60019,7 +64912,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -60028,7 +64921,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -60037,7 +64930,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -60046,7 +64939,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -60055,7 +64948,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -60092,7 +64985,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60101,7 +64994,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60110,7 +65003,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -60120,7 +65013,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -60130,7 +65023,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60139,7 +65032,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -60148,7 +65041,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60157,7 +65050,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -60172,7 +65077,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -60187,7 +65092,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -60202,7 +65107,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -60217,7 +65122,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -60236,7 +65141,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60251,7 +65156,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60266,7 +65171,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -60282,7 +65187,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -60298,7 +65203,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60313,7 +65218,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -60328,7 +65233,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60343,7 +65248,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60363,7 +65286,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -60406,7 +65329,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60421,7 +65344,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60436,7 +65359,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -60452,7 +65375,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -60468,7 +65391,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60483,7 +65406,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -60498,7 +65421,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60513,7 +65436,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60537,7 +65478,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60552,7 +65493,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60567,7 +65508,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -60583,7 +65524,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -60599,7 +65540,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60614,7 +65555,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -60629,7 +65570,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60644,7 +65585,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60671,7 +65630,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -60684,7 +65643,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -60693,7 +65652,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -60702,7 +65661,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -60711,7 +65670,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -60720,7 +65679,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -60757,7 +65716,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60766,7 +65725,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60775,7 +65734,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -60785,7 +65744,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -60795,7 +65754,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60804,7 +65763,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -60813,7 +65772,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60822,7 +65781,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -60837,7 +65808,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -60852,7 +65823,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -60867,7 +65838,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -60882,7 +65853,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -60901,7 +65872,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60916,7 +65887,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60931,7 +65902,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -60947,7 +65918,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -60963,7 +65934,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60978,7 +65949,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -60993,7 +65964,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61008,7 +65979,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61028,7 +66017,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -61071,7 +66060,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61086,7 +66075,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61101,7 +66090,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61117,7 +66106,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61133,7 +66122,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61148,7 +66137,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -61163,7 +66152,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61178,7 +66167,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61202,7 +66209,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61217,7 +66224,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61232,7 +66239,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61248,7 +66255,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61264,7 +66271,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61279,7 +66286,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -61294,7 +66301,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61309,7 +66316,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61336,7 +66361,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -61349,7 +66374,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -61358,7 +66383,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -61367,7 +66392,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -61376,7 +66401,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -61385,7 +66410,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -61394,7 +66419,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -61431,7 +66456,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61440,7 +66465,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61449,7 +66474,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61459,7 +66484,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61469,7 +66494,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61478,7 +66503,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -61487,7 +66512,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61496,7 +66521,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -61511,7 +66548,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -61526,7 +66563,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -61541,7 +66578,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -61556,7 +66593,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -61571,7 +66608,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -61590,7 +66627,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61605,7 +66642,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61620,7 +66657,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61636,7 +66673,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61652,7 +66689,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61667,7 +66704,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -61682,7 +66719,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61697,7 +66734,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61717,7 +66772,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -61760,7 +66815,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61775,7 +66830,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61790,7 +66845,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61806,7 +66861,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61822,7 +66877,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61837,7 +66892,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -61852,7 +66907,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61867,7 +66922,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61891,7 +66964,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61906,7 +66979,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61921,7 +66994,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61937,7 +67010,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61953,7 +67026,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61968,7 +67041,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -61983,7 +67056,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61998,7 +67071,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62025,7 +67116,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -62038,7 +67129,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -62047,7 +67138,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -62056,7 +67147,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -62065,7 +67156,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -62074,7 +67165,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -62111,7 +67202,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62120,7 +67211,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62129,7 +67220,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -62139,7 +67230,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -62149,7 +67240,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62158,7 +67249,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -62167,7 +67258,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62176,7 +67267,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -62191,7 +67294,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -62206,7 +67309,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -62221,7 +67324,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -62236,7 +67339,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -62255,7 +67358,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62270,7 +67373,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62285,7 +67388,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -62301,7 +67404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -62317,7 +67420,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62332,7 +67435,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -62347,7 +67450,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62362,7 +67465,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62382,7 +67503,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -62425,7 +67546,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62440,7 +67561,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62455,7 +67576,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -62471,7 +67592,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -62487,7 +67608,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62502,7 +67623,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -62517,7 +67638,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62532,7 +67653,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62556,7 +67695,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62571,7 +67710,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62586,7 +67725,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -62602,7 +67741,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -62618,7 +67757,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62633,7 +67772,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -62648,7 +67787,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62663,7 +67802,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62690,7 +67847,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -62703,7 +67860,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -62712,7 +67869,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -62721,7 +67878,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -62730,7 +67887,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -62739,7 +67896,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -62748,7 +67905,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -62785,7 +67942,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62794,7 +67951,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62803,7 +67960,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -62813,7 +67970,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -62823,7 +67980,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62832,7 +67989,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -62841,7 +67998,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62850,7 +68007,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -62865,7 +68034,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -62880,7 +68049,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -62895,7 +68064,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -62910,7 +68079,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -62925,7 +68094,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -62944,7 +68113,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62959,7 +68128,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62974,7 +68143,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -62990,7 +68159,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -63006,7 +68175,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63021,7 +68190,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -63036,7 +68205,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63051,7 +68220,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63071,7 +68258,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -63114,7 +68301,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63129,7 +68316,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63144,7 +68331,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -63160,7 +68347,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -63176,7 +68363,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63191,7 +68378,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -63206,7 +68393,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63221,7 +68408,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63245,7 +68450,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63260,7 +68465,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63275,7 +68480,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -63291,7 +68496,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -63307,7 +68512,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63322,7 +68527,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -63337,7 +68542,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63352,7 +68557,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63379,7 +68602,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -63392,7 +68615,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -63401,7 +68624,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -63410,7 +68633,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -63419,7 +68642,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -63428,7 +68651,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -63465,7 +68688,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63474,7 +68697,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63483,7 +68706,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63492,7 +68715,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -63502,7 +68725,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -63512,7 +68735,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63521,7 +68744,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63530,7 +68753,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -63539,7 +68762,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63548,7 +68771,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -63563,7 +68798,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -63578,7 +68813,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -63593,7 +68828,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -63608,7 +68843,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -63627,7 +68862,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63642,7 +68877,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63657,7 +68892,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63672,7 +68907,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -63688,7 +68923,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -63704,7 +68939,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63719,7 +68954,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63734,7 +68969,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -63749,7 +68984,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63764,7 +68999,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63784,7 +69037,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -63827,7 +69080,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63842,7 +69095,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63857,7 +69110,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63872,7 +69125,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -63888,7 +69141,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -63904,7 +69157,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63919,7 +69172,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63934,7 +69187,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -63949,7 +69202,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63964,7 +69217,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63988,7 +69259,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64003,7 +69274,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64018,7 +69289,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64033,7 +69304,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -64049,7 +69320,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -64065,7 +69336,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64080,7 +69351,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64095,7 +69366,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -64110,7 +69381,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64125,7 +69396,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64152,7 +69441,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -64165,7 +69454,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -64174,7 +69463,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -64183,7 +69472,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -64192,7 +69481,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -64201,7 +69490,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -64238,7 +69527,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64247,7 +69536,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64256,7 +69545,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -64266,7 +69555,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -64276,7 +69565,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64285,7 +69574,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -64294,7 +69583,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64303,7 +69592,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -64318,7 +69619,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -64333,7 +69634,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -64348,7 +69649,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -64363,7 +69664,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -64382,7 +69683,195 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.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.4.6.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.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.MachineLearningServices.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "CodeName": "System.String",
+ "SubscriptionId": "System.String",
+ "RuleName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RegistryName": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "Name": "System.String",
+ "ModelName": "System.String",
+ "Location": "System.String",
+ "Id1": "System.String",
+ "Id": "System.String",
+ "FeaturesetVersion": "System.String",
+ "FeaturesetName": "System.String",
+ "FeatureName": "System.String",
+ "EnvironmentName": "System.String",
+ "EndpointName": "System.String",
+ "DeploymentName": "System.String",
+ "ConnectionName": "System.String",
+ "ComputeName": "System.String",
+ "ComponentName": "System.String",
+ "Version": "System.String",
+ "WorkspaceName": "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64397,7 +69886,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64412,7 +69901,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -64428,7 +69917,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -64444,7 +69933,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64459,7 +69948,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -64474,7 +69963,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64489,7 +69978,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64497,51 +69986,30 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "DeleteViaIdentity",
- "Parameters": [
+ },
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "CodeName": "System.String",
- "SubscriptionId": "System.String",
- "RuleName": "System.String",
- "ResourceGroupName": "System.String",
- "RegistryName": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "Name": "System.String",
- "ModelName": "System.String",
- "Location": "System.String",
- "Id1": "System.String",
- "Id": "System.String",
- "FeaturesetVersion": "System.String",
- "FeaturesetName": "System.String",
- "FeatureName": "System.String",
- "EnvironmentName": "System.String",
- "EndpointName": "System.String",
- "DeploymentName": "System.String",
- "ConnectionName": "System.String",
- "ComputeName": "System.String",
- "ComponentName": "System.String",
- "Version": "System.String",
- "WorkspaceName": "System.String"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -64552,7 +70020,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64567,7 +70035,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64582,7 +70050,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -64598,7 +70066,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -64614,7 +70082,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64629,7 +70097,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -64644,7 +70112,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64659,7 +70127,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64667,130 +70135,17 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
+ },
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
+ "Name": "ProgressAction",
"AliasList": [
- "AzureRMContext",
- "AzureCredential"
+ "proga"
],
"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.MachineLearningServices.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.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"
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64817,7 +70172,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -64830,7 +70185,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -64839,7 +70194,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -64848,7 +70203,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -64857,7 +70212,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -64866,7 +70221,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -64875,7 +70230,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -64912,7 +70267,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64921,7 +70276,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64930,7 +70285,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -64940,7 +70295,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -64950,7 +70305,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64959,7 +70314,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -64968,7 +70323,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64977,7 +70332,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -64992,7 +70359,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -65007,7 +70374,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -65022,7 +70389,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -65037,7 +70404,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -65052,7 +70419,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -65071,7 +70438,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65086,7 +70453,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65101,7 +70468,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -65117,7 +70484,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -65133,7 +70500,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65148,7 +70515,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -65163,7 +70530,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65178,7 +70545,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65198,7 +70583,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -65241,7 +70626,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65256,7 +70641,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65271,7 +70656,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -65287,7 +70672,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -65303,7 +70688,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65318,7 +70703,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -65333,7 +70718,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65348,7 +70733,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65372,7 +70775,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65387,7 +70790,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65402,7 +70805,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -65418,7 +70821,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -65434,7 +70837,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65449,7 +70852,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -65464,7 +70867,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65479,7 +70882,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65506,7 +70927,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -65519,7 +70940,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -65528,7 +70949,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -65537,7 +70958,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -65546,7 +70967,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -65555,7 +70976,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -65564,7 +70985,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -65601,7 +71022,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65610,7 +71031,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65619,7 +71040,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65628,7 +71049,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -65638,7 +71059,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -65648,7 +71069,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65657,7 +71078,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65666,7 +71087,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -65675,7 +71096,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65684,7 +71105,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -65699,7 +71132,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -65714,7 +71147,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -65729,7 +71162,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -65744,7 +71177,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -65759,7 +71192,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -65778,7 +71211,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65793,7 +71226,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65808,7 +71241,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65823,7 +71256,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -65839,7 +71272,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -65855,7 +71288,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65870,7 +71303,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65885,7 +71318,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -65900,7 +71333,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65915,7 +71348,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65935,7 +71386,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -65978,7 +71429,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65993,7 +71444,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66008,7 +71459,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66023,7 +71474,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -66039,7 +71490,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -66055,7 +71506,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66070,7 +71521,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66085,7 +71536,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -66100,7 +71551,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66115,7 +71566,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66139,7 +71608,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66154,7 +71623,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66169,7 +71638,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66184,7 +71653,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -66200,7 +71669,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -66216,7 +71685,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66231,7 +71700,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66246,7 +71715,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -66261,7 +71730,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66276,7 +71745,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66303,7 +71790,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -66316,7 +71803,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -66325,7 +71812,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -66334,7 +71821,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -66343,7 +71830,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -66352,7 +71839,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -66389,7 +71876,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66398,7 +71885,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66407,7 +71894,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66416,7 +71903,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -66426,7 +71913,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -66436,7 +71923,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66445,7 +71932,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66454,7 +71941,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -66463,7 +71950,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66472,7 +71959,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -66487,7 +71986,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -66502,7 +72001,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -66517,7 +72016,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -66532,7 +72031,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -66551,7 +72050,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66566,7 +72065,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66581,7 +72080,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66596,7 +72095,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -66612,7 +72111,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -66628,7 +72127,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66643,7 +72142,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66658,7 +72157,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -66673,7 +72172,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66688,7 +72187,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66708,7 +72225,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -66751,7 +72268,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66766,7 +72283,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66781,7 +72298,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66796,7 +72313,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -66812,7 +72329,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -66828,7 +72345,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66843,7 +72360,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66858,7 +72375,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -66873,7 +72390,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66888,7 +72405,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66912,7 +72447,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66927,7 +72462,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66942,7 +72477,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66957,7 +72492,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -66973,7 +72508,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -66989,7 +72524,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67004,7 +72539,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67019,7 +72554,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -67034,7 +72569,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67049,7 +72584,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67076,7 +72629,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -67092,7 +72645,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -67101,7 +72654,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -67110,7 +72663,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -67119,7 +72672,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -67128,7 +72681,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -67165,7 +72718,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67174,7 +72727,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67183,7 +72736,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67192,7 +72745,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -67202,7 +72755,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -67212,7 +72765,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67221,7 +72774,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67230,7 +72783,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -67239,7 +72792,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67248,7 +72801,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -67266,7 +72831,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -67281,7 +72846,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -67296,7 +72861,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -67311,7 +72876,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -67330,7 +72895,225 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.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.4.6.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.4.6.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "RestartViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "CodeName": "System.String",
+ "SubscriptionId": "System.String",
+ "RuleName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RegistryName": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "Name": "System.String",
+ "ModelName": "System.String",
+ "Location": "System.String",
+ "Id1": "System.String",
+ "Id": "System.String",
+ "FeaturesetVersion": "System.String",
+ "FeaturesetName": "System.String",
+ "FeatureName": "System.String",
+ "EnvironmentName": "System.String",
+ "EndpointName": "System.String",
+ "DeploymentName": "System.String",
+ "ConnectionName": "System.String",
+ "ComputeName": "System.String",
+ "ComponentName": "System.String",
+ "Version": "System.String",
+ "WorkspaceName": "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67345,7 +73128,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67360,7 +73143,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67375,7 +73158,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -67391,7 +73174,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -67407,7 +73190,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67422,7 +73205,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67437,7 +73220,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -67452,7 +73235,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67467,7 +73250,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67475,51 +73258,30 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "RestartViaIdentity",
- "Parameters": [
+ },
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "CodeName": "System.String",
- "SubscriptionId": "System.String",
- "RuleName": "System.String",
- "ResourceGroupName": "System.String",
- "RegistryName": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "Name": "System.String",
- "ModelName": "System.String",
- "Location": "System.String",
- "Id1": "System.String",
- "Id": "System.String",
- "FeaturesetVersion": "System.String",
- "FeaturesetName": "System.String",
- "FeatureName": "System.String",
- "EnvironmentName": "System.String",
- "EndpointName": "System.String",
- "DeploymentName": "System.String",
- "ConnectionName": "System.String",
- "ComputeName": "System.String",
- "ComponentName": "System.String",
- "Version": "System.String",
- "WorkspaceName": "System.String"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -67530,7 +73292,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67545,7 +73307,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67560,7 +73322,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67575,7 +73337,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -67591,7 +73353,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -67607,7 +73369,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67622,7 +73384,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67637,7 +73399,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -67652,7 +73414,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67667,7 +73429,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67675,160 +73437,17 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
+ },
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
+ "Name": "ProgressAction",
"AliasList": [
- "AzureRMContext",
- "AzureCredential"
+ "proga"
],
"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.MachineLearningServices.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.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"
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67855,7 +73474,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -67871,7 +73490,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -67880,7 +73499,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -67889,7 +73508,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -67898,7 +73517,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -67907,7 +73526,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -67944,7 +73563,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67953,7 +73572,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67962,7 +73581,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67971,7 +73590,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -67981,7 +73600,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -67991,7 +73610,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68000,7 +73619,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68009,7 +73628,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -68018,7 +73637,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68027,7 +73646,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -68045,7 +73676,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -68060,7 +73691,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -68075,7 +73706,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -68090,7 +73721,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -68109,7 +73740,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68124,7 +73755,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68139,7 +73770,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68154,7 +73785,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -68170,7 +73801,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -68186,7 +73817,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68201,7 +73832,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68216,7 +73847,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -68231,7 +73862,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68246,7 +73877,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68266,7 +73915,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -68309,7 +73958,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68324,7 +73973,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68339,7 +73988,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68354,7 +74003,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -68370,7 +74019,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -68386,7 +74035,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68401,7 +74050,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68416,7 +74065,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -68431,7 +74080,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68446,7 +74095,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68470,7 +74137,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68485,7 +74152,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68500,7 +74167,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68515,7 +74182,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -68531,7 +74198,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -68547,7 +74214,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68562,7 +74229,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68577,7 +74244,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -68592,7 +74259,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68607,7 +74274,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68634,7 +74319,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -68650,7 +74335,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -68659,7 +74344,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -68668,7 +74353,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -68677,7 +74362,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -68686,7 +74371,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -68723,7 +74408,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68732,7 +74417,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68741,7 +74426,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68750,7 +74435,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -68760,7 +74445,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -68770,7 +74455,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68779,7 +74464,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68788,7 +74473,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -68797,7 +74482,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68806,7 +74491,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -68824,7 +74521,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -68839,7 +74536,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -68854,7 +74551,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -68869,7 +74566,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -68888,7 +74585,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68903,7 +74600,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68918,7 +74615,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68933,7 +74630,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -68949,7 +74646,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -68965,7 +74662,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68980,7 +74677,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68995,7 +74692,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -69010,7 +74707,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69025,7 +74722,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69045,7 +74760,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -69088,7 +74803,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69103,7 +74818,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69118,7 +74833,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69133,7 +74848,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -69149,7 +74864,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -69165,7 +74880,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69180,7 +74895,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69195,7 +74910,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -69210,7 +74925,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69225,7 +74940,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69249,7 +74982,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69264,7 +74997,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69279,7 +75012,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69294,7 +75027,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -69310,7 +75043,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -69326,7 +75059,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69341,7 +75074,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69356,7 +75089,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -69371,7 +75104,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69386,7 +75119,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69413,7 +75164,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -69426,7 +75177,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -69435,7 +75186,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -69444,7 +75195,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -69453,7 +75204,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -69462,7 +75213,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -69499,7 +75250,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69508,7 +75259,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69517,7 +75268,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69526,7 +75277,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -69536,7 +75287,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -69546,7 +75297,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69555,7 +75306,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69564,7 +75315,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -69573,7 +75324,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69582,7 +75333,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -69597,7 +75360,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -69612,7 +75375,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -69627,7 +75390,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -69642,7 +75405,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -69661,7 +75424,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69676,7 +75439,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69691,7 +75454,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69706,7 +75469,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -69722,7 +75485,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -69738,7 +75501,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69753,7 +75516,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69768,7 +75531,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -69783,7 +75546,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69798,7 +75561,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69818,7 +75599,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -69861,7 +75642,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69876,7 +75657,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69891,7 +75672,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69906,7 +75687,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -69922,7 +75703,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -69938,7 +75719,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69953,7 +75734,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69968,7 +75749,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -69983,7 +75764,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69998,7 +75779,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70022,7 +75821,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70037,7 +75836,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70052,7 +75851,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70067,7 +75866,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -70083,7 +75882,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -70099,7 +75898,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70114,7 +75913,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70129,7 +75928,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -70144,7 +75943,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70159,7 +75958,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70186,7 +76003,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -70199,7 +76016,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -70208,7 +76025,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -70217,7 +76034,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -70226,7 +76043,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -70263,7 +76080,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70272,7 +76089,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70281,7 +76098,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70290,7 +76107,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -70300,7 +76117,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -70310,7 +76127,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70319,7 +76136,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70328,7 +76145,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -70337,7 +76154,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70346,7 +76163,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -70361,7 +76190,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -70376,7 +76205,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -70391,7 +76220,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -70410,7 +76239,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70425,7 +76254,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70440,7 +76269,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70455,7 +76284,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -70471,7 +76300,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -70487,7 +76316,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70502,7 +76331,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70517,7 +76346,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -70532,7 +76361,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70547,7 +76376,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70567,7 +76414,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -70610,7 +76457,186 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.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.4.6.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.4.6.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=8.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.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70625,7 +76651,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70640,7 +76666,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70655,7 +76681,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -70671,7 +76697,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -70687,7 +76713,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70702,7 +76728,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70717,7 +76743,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -70732,7 +76758,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70747,7 +76773,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70755,160 +76781,17 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
+ },
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
+ "Name": "ProgressAction",
"AliasList": [
- "AzureRMContext",
- "AzureCredential"
+ "proga"
],
"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.MachineLearningServices.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.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"
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70935,7 +76818,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IUpdateWorkspaceQuotasResult",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IUpdateWorkspaceQuotasResult, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IUpdateWorkspaceQuotasResult, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IUpdateWorkspaceQuotas[]",
"NextLink": "System.String"
@@ -70952,7 +76835,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -70961,7 +76844,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -70970,7 +76853,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -71003,7 +76886,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71012,7 +76895,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IQuotaBaseProperties[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IQuotaBaseProperties[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IQuotaBaseProperties[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IQuotaBaseProperties"
},
"ValidateNotNullOrEmpty": false
@@ -71026,7 +76909,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71035,7 +76918,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71044,7 +76927,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -71054,7 +76937,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -71064,7 +76947,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -71073,7 +76956,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71082,7 +76965,19 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -71097,7 +76992,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71112,7 +77007,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IQuotaBaseProperties[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IQuotaBaseProperties[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IQuotaBaseProperties[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IQuotaBaseProperties"
},
"ValidateNotNullOrEmpty": false
@@ -71132,7 +77027,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71147,7 +77042,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71162,7 +77057,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -71178,7 +77073,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -71194,7 +77089,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -71209,7 +77104,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71224,7 +77119,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71244,7 +77157,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71259,7 +77172,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71274,7 +77187,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71289,7 +77202,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IQuotaBaseProperties[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IQuotaBaseProperties[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IQuotaBaseProperties[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IQuotaBaseProperties"
},
"ValidateNotNullOrEmpty": false
@@ -71309,7 +77222,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71324,7 +77237,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71339,7 +77252,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -71355,7 +77268,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -71371,7 +77284,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -71386,7 +77299,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71401,7 +77314,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71421,7 +77352,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -71460,7 +77391,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71475,7 +77406,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IQuotaBaseProperties[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IQuotaBaseProperties[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IQuotaBaseProperties[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IQuotaBaseProperties"
},
"ValidateNotNullOrEmpty": false
@@ -71495,7 +77426,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71510,7 +77441,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71525,7 +77456,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -71541,7 +77472,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep[], Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -71557,7 +77488,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -71572,7 +77503,7 @@
"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"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71587,7 +77518,25 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProgressAction",
+ "AliasList": [
+ "proga"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.ActionPreference",
+ "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71614,7 +77563,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspace",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspace, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspace, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedNetworkOutboundRule": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IManagedNetworkSettingsOutboundRules",
"PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPrivateEndpointConnection[]",
@@ -71691,7 +77640,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71700,7 +77649,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71709,7 +77658,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71718,7 +77667,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CodeName": "System.String",
"SubscriptionId": "System.String",
@@ -71751,7 +77700,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71760,7 +77709,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71769,7 +77718,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71778,7 +77727,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71787,7 +77736,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71796,7 +77745,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71805,7 +77754,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71814,7 +77763,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71823,7 +77772,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71832,7 +77781,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedServiceIdentityType, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71841,7 +77790,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71850,7 +77799,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71859,7 +77808,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71868,7 +77817,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IsolationMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IsolationMode, Az.MachineLearningServices.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IsolationMode, Az.MachineLearningServices.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71877,7 +77826,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71886,7 +77835,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -71895,7 +77844,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Ma